You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 month ago | |
---|---|---|
cmake/modules | 9 months ago | |
lib | 4 months ago | |
man-pages | 3 months ago | |
ostra | 3 years ago | |
rpm/SPECS | 6 months ago | |
.gitignore | 3 years ago | |
.gitmodules | 3 years ago | |
CMakeLists.txt | 1 month ago | |
COPYING | 15 years ago | |
MANIFEST | 6 months ago | |
NEWS | 6 months ago | |
README | 12 months ago | |
README.DEBUG | 5 years ago | |
README.btf | 3 years ago | |
README.cross | 2 years ago | |
README.ctracer | 14 years ago | |
README.tarball | 9 months ago | |
btf_encoder.c | 2 months ago | |
btf_encoder.h | 2 months ago | |
btf_loader.c | 4 months ago | |
btfdiff | 7 months ago | |
buildcmd.sh | 9 months ago | |
changes-v1.13 | 3 years ago | |
changes-v1.16 | 2 years ago | |
changes-v1.17 | 2 years ago | |
changes-v1.18 | 2 years ago | |
changes-v1.19 | 2 years ago | |
changes-v1.20 | 1 year ago | |
changes-v1.21 | 1 year ago | |
changes-v1.22 | 9 months ago | |
changes-v1.23 | 6 months ago | |
codiff.c | 7 months ago | |
config.h.cmake | 14 years ago | |
ctf.h | 3 years ago | |
ctf_encoder.c | 2 years ago | |
ctf_encoder.h | 3 years ago | |
ctf_loader.c | 4 months ago | |
ctfdwdiff | 13 years ago | |
ctracer.c | 4 months ago | |
dtagnames.c | 7 months ago | |
dutil.c | 9 months ago | |
dutil.h | 6 months ago | |
dwarf_loader.c | 2 months ago | |
dwarves.c | 2 months ago | |
dwarves.h | 3 months ago | |
dwarves_emit.c | 4 months ago | |
dwarves_emit.h | 4 months ago | |
dwarves_fprintf.c | 1 month ago | |
dwarves_reorganize.c | 10 months ago | |
dwarves_reorganize.h | 3 years ago | |
elf_symtab.c | 9 months ago | |
elf_symtab.h | 9 months ago | |
elfcreator.c | 9 months ago | |
elfcreator.h | 9 months ago | |
fullcircle | 3 years ago | |
gobuffer.c | 1 year ago | |
gobuffer.h | 3 years ago | |
hash.h | 9 months ago | |
libctf.c | 9 months ago | |
libctf.h | 2 years ago | |
list.h | 9 months ago | |
pahole.c | 2 months ago | |
pdwtags.c | 1 month ago | |
pfunct.c | 4 months ago | |
pglobal.c | 7 months ago | |
prefcnt.c | 7 months ago | |
psrcgen.c | 1 month ago | |
rbtree.c | 3 years ago | |
rbtree.h | 3 years ago | |
regtest | 10 years ago | |
scncopy.c | 9 months ago | |
syscse.c | 9 months ago |
README
Build instructions:
1. install cmake
2. mkdir build
3. cd build
4. cmake -D__LIB=lib ..
5. make install
cmake Options:
-DBUILD_SHARED_LIBS
By default SHARED libraries are created and applications are linked to it.
Use -DBUILD_SHARED_LIBS=OFF while invoking cmake to create STATIC libraries
and link applications to it.
Ex. cmake -D__LIB=lib -DBUILD_SHARED_LIBS=OFF ..
-DCMAKE_INSTALL_PREFIX
Default is to install to /usr/local, use -DCMAKE_INSTALL_PREFIX=
when invoking cmake to specify another install location.
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