Go to file
Arnaldo Carvalho de Melo f411354f05 [LIB]: Convert the __snprintf routines to __fprintf semantics
So that we get rid of all the buffer limits, if we need to format into strings
we can use string streams, like we're doing now in just one case, tag__name for
DW_TAG_subroutine_type, that is bogus as it is, as we need to have the name of
the type inside the type declaration (void (*type_name)(parameters)) and not
after (void (*)(parameters) type_name)), but leave this for an upcoming cset.

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2007-02-15 11:36:49 -02:00
cmake/modules [CMAKE]: Fix build on ubuntu 2007-01-07 23:56:43 -02:00
lib [CTRACER]: Lots of improvements 2007-02-02 15:15:27 -02:00
ostra [CTRACER]: Lots of improvements 2007-02-02 15:15:27 -02:00
rpm/SPECS [CTRACER]: Lots of improvements 2007-02-02 15:15:27 -02:00
CMakeLists.txt [CTRACER]: Lots of improvements 2007-02-02 15:15:27 -02:00
MANIFEST [CTRACER]: Lots of improvements 2007-02-02 15:15:27 -02:00
README [README]: Add information about packages required to build 2006-12-20 10:28:44 -02:00
README.ctracer [CTRACER]: Lots of improvements 2007-02-02 15:15:27 -02:00
codiff.c [ALL]: Fixup warnings 2007-01-29 10:42:03 -02:00
ctracer.c [LIB]: Convert the __snprintf routines to __fprintf semantics 2007-02-15 11:36:49 -02:00
dtagnames.c [ALL]: Fixup warnings 2007-01-29 10:42:03 -02:00
dwarves.c [LIB]: Convert the __snprintf routines to __fprintf semantics 2007-02-15 11:36:49 -02:00
dwarves.h [LIB]: Convert the __snprintf routines to __fprintf semantics 2007-02-15 11:36:49 -02:00
list.h Repository creation. 2006-10-24 20:42:39 -03:00
pahole.c [PAHOLE]: Honor --expand_types when the class is specified too 2007-02-11 00:55:54 -02:00
pdwtags.c [LIB]: Pass a FILE pointer to the __print routines 2007-02-01 13:50:28 -02:00
pfunct.c [LIB]: Pass a FILE pointer to the __print routines 2007-02-01 13:50:28 -02:00
pglobal.c [LIB]: Add initial support for DW_AT_location, in variables 2007-02-02 11:56:53 -02:00
prefcnt.c [LIB]: Pass a FILE pointer to the __print routines 2007-02-01 13:50:28 -02:00

README

Build instructions:

1. install cmake
2. mkdir build
3. cd build
4. cmake ..
5. make

Known to work scenarios:

Mandriva Cooker:

cmake 2.4.5-1mdv2007.1
libelfutils1-devel 0.123-1mdv2007.1

Debian Unstable:

cmake 2.4.5-1
libdw-dev 0.123-2