Go to file
Arnaldo Carvalho de Melo b0a2942cde [SYSCSE]: Fix printf format specifier
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2007-11-24 00:20:15 -02:00
cmake/modules [CMAKE] FindDWARF: Tell exactly which dependency was not found 2007-05-09 11:53:07 -03:00
lib [CTRACER]: Remove ctracer_jprobes.c, not used anymore 2007-11-23 23:04:47 -02:00
ostra [CTRACER]: Generate systemtap script + mini-struct collector kernel module 2007-11-11 16:39:03 -02:00
rpm/SPECS [SYSCSE]: System Call Sign Extender 2007-06-12 15:53:46 -03:00
CMakeLists.txt [CTRACER]: Implement support for blacklisting CUs 2007-11-17 18:10:58 -02:00
MANIFEST [SYSCSE]: System Call Sign Extender 2007-06-12 15:53:46 -03:00
NEWS [NEWS]: Update entry about the --separator new option 2007-05-23 16:27:33 -03:00
README [CMAKE]: Make the default install prefix be /usr/local 2007-04-19 18:01:47 -03:00
README.ctracer [RPM]: 1.0, finally! 2007-05-22 13:51:58 -03:00
codiff.c [DWARVES]: Tell cu__find_struct_by_name if struct declarations are wanted 2007-11-16 18:16:56 -02:00
ctracer.c [CTRACER]: Implement support for blacklisting CUs 2007-11-17 18:10:58 -02:00
dtagnames.c [LIB]: Allow of not specifying -e 2007-04-24 16:09:34 -03:00
dutil.c [DUTIL]: utilities for the dwarves 2007-11-17 18:05:40 -02:00
dutil.h [DUTIL]: utilities for the dwarves 2007-11-17 18:05:40 -02:00
dwarves.c [DWARVES]: Initialize tool_node on function__new 2007-11-17 11:11:33 -02:00
dwarves.h [DWARVES]: Tell cu__find_struct_by_name if struct declarations are wanted 2007-11-16 18:16:56 -02:00
dwarves_emit.c [DWARVES_EMIT]: Export cus__find_definition 2007-11-16 15:48:57 -02:00
dwarves_emit.h [DWARVES_EMIT]: Export cus__find_definition 2007-11-16 15:48:57 -02:00
dwarves_reorganize.c [DWARVES_REORGANIZE]: Add a sanity check on class__demote_bitfields 2007-11-20 17:55:18 -02:00
dwarves_reorganize.h [REORGANIZE_LIB]: class__reorganize should return void 2007-05-29 13:37:52 -03:00
list.h [LIST]: Introduce list_del_range 2007-11-12 15:44:35 -02:00
pahole.c [PAHOLE]: Implement --find_pointers_to 2007-11-16 18:18:08 -02:00
pdwtags.c [LIB] lexblock: Show the lexblock low_pc info as offsets from the function where they appear 2007-07-31 14:00:44 -03:00
pfunct.c [DWARVES]: Tell cu__find_struct_by_name if struct declarations are wanted 2007-11-16 18:16:56 -02:00
pglobal.c [CMAKE] Define _GNU_SOURCE on CMakeLists.txt 2007-10-26 13:21:31 -02:00
prefcnt.c [LIB]: Introduce tag__is_{enumeration,union,namespace} 2007-05-31 02:21:36 -03:00
syscse.c [SYSCSE]: Fix printf format specifier 2007-11-24 00:20:15 -02:00

README

Build instructions:

1. install cmake
2. mkdir build
3. cd build
4. cmake -D__LIB=lib ..
5. make install

Default is to be installed on /usr/local, see rpm spec file for
installing on other places.

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

Fedora Core 6:

cmake 2.4.5-2.fc6
elfutils-devel 0.126-1.fc6