Go to file
Arnaldo Carvalho de Melo a693b7fde9 cmake: move headers to /usr/include/dwarves/ and tag 1.8pre1
In reponse to https://bugzilla.redhat.com/show_bug.cgi?id=497285 I
included the header files that are needed by the dwarves*.h files
and moved them to /usr/include/dwarves.h.

The CTF work is not completed yet, but the non-CTF related improvements
(progressive loading of CUs, etc) are worth a release till I can get back to
dedicate solid time for developing these tools again.

Reported-by: Masatake YAMATO <yamato@redhat.com>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2009-04-23 15:13:50 -03:00
cmake/modules cmake: check if in RHEL and ask for the same packages as in fedora if so 2008-11-20 13:55:05 -02:00
lib [LICENSE]: Add COPYING file and add missing license info on some files 2007-12-17 14:15:42 -02:00
man-pages pahole: Remove a not needed "the" article in the man page. 2009-03-23 16:53:54 -03:00
ostra [OSTRA]: Change ostra-cg license to GPLv2 2007-12-24 12:25:17 -02:00
rpm/SPECS cmake: move headers to /usr/include/dwarves/ and tag 1.8pre1 2009-04-23 15:13:50 -03:00
CMakeLists.txt cmake: move headers to /usr/include/dwarves/ and tag 1.8pre1 2009-04-23 15:13:50 -03:00
COPYING [LICENSE]: Add COPYING file and add missing license info on some files 2007-12-17 14:15:42 -02:00
MANIFEST MANIFEST: add missing files 2009-04-23 14:49:44 -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 ctracer: update README.ctracer, f9 has the dwarves 2008-10-29 08:54:53 -02:00
codiff.c core: Only DWARF uses the global strings table, so move it there 2009-04-02 18:46:54 -03:00
config.h.cmake [DWARVES] Fixes a FIXME relating to a missing elf (libdw) symbol check. 2008-02-12 21:08:49 -02:00
ctf.h libctf: Use the same coding style as the dwarves 2008-09-25 16:01:26 -03:00
ctf_encoder.c core: Only DWARF uses the global strings table, so move it there 2009-04-02 18:46:54 -03:00
ctf_encoder.h ctf: Include the initial implementation of a ctf encoder 2009-03-19 12:16:07 -03:00
ctf_loader.c code: Combine the debugging_formats and debug_fmt_ops structs 2009-04-04 14:56:39 -03:00
ctfdwdiff ctfdwdiff: Don't ask for variables and inline expansions in pfunct 2009-03-31 19:21:46 -03:00
ctracer.c ctracer: blacklist functions in .init.text (__init marked) 2009-04-03 11:56:52 -03:00
dtagnames.c dtagnames: Stop using cu__for_each_tag 2009-04-01 11:01:16 -03:00
dutil.c dutil: Allow returning the section index in elf_section_by_name 2009-04-03 11:53:05 -03:00
dutil.h dutil: Allow returning the section index in elf_section_by_name 2009-04-03 11:53:05 -03:00
dwarf_loader.c dwarf_loader: Add containing_type to dwarf_tag 2009-04-19 14:04:59 -03:00
dwarves.c dwarves: Move the fprintf code to a new source file. 2009-04-19 13:48:51 -03:00
dwarves.h dwarf_loader: Add containing_type to dwarf_tag 2009-04-19 14:04:59 -03:00
dwarves_emit.c core: Stop using strings__ptr(strings, i) directly 2009-04-02 17:54:43 -03:00
dwarves_emit.h core: Stop using strings__ptr(strings, i) directly 2009-04-02 17:54:43 -03:00
dwarves_fprintf.c dwarf_loader: Add containing_type to dwarf_tag 2009-04-19 14:04:59 -03:00
dwarves_reorganize.c core: Stop using strings__ptr(strings, i) directly 2009-04-02 17:54:43 -03:00
dwarves_reorganize.h class_member: cache the byte size of the member 2009-03-17 14:31:18 -03:00
elf_symtab.c dutil: Allow returning the section index in elf_section_by_name 2009-04-03 11:53:05 -03:00
elf_symtab.h elf_symtab: Add elf_sym__section helper 2009-04-03 11:56:03 -03:00
gobuffer.c gobuffer: Introduce gobuffer__copy 2009-03-31 15:54:53 -03:00
gobuffer.h gobuffer: Introduce gobuffer__copy 2009-03-31 15:54:53 -03:00
hash.h [DWARVES]: Use a hash table for the tags in a CU 2008-02-11 11:47:17 -02:00
libctf.c dutil: Allow returning the section index in elf_section_by_name 2009-04-03 11:53:05 -03:00
libctf.h ctf: Plug debug_fmt_ops->strings__ptr 2009-04-02 17:55:17 -03:00
list.h coding style: remove trailing whitespaces, etc 2009-03-14 13:50:36 -03:00
pahole.c pahole: remove the alloc_detective include, it is not included yet :-\ 2009-04-03 09:43:38 -03:00
pdwtags.c core: Stop using strings__ptr(strings, i) directly 2009-04-02 17:54:43 -03:00
pfunct.c pfunct: Stop using cu__for_each_tag 2009-04-01 11:55:49 -03:00
pglobal.c core: Add variable__name to struct debug_fmt_ops 2009-04-02 12:40:33 -03:00
prefcnt.c prefcnt: Stop using cu__for_each_tag 2009-04-01 11:43:58 -03:00
strings.c strings: Allow calling strings__delete with a NULL pointer 2009-03-20 10:35:57 -03:00
strings.h coding style: remove trailing whitespaces, etc 2009-03-14 13:50:36 -03:00
syscse.c core: Stop using strings__ptr(strings, i) directly 2009-04-02 17:54:43 -03: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