This project is a fork of the dwarves.git project. If you have that one already cloned locally, you can use
git clone --reference /path/to/your/dwarves.git/incarnation mirror_URL
to save bandwidth during cloning.
 
descriptionMy dwarves repo
ownernaesten@gmail.com
last changeThu, 25 Jun 2009 16:37:07 +0000 (25 12:37 -0400)
content tags
add:
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
shortlog
2009-06-25 Samuel BronsonModify FindDwarf.cmake to work on Debian unstable as... master
2009-06-22 Arnaldo Carvalho... pahole: Kill structures__find
2009-06-19 Arnaldo Carvalho... pahole: Convert structure to use rb_trees
2009-06-18 Arnaldo Carvalho... pahole: Allow list of class names to be passed to ...
2009-06-18 Arnaldo Carvalho... dutil: Convert strlist to use rb_trees
2009-06-17 Arnaldo Carvalho... dwarves: overhaul cu->language handling
2009-06-17 Zack Weinbergdwarves_fprintf: Honour conf.show_only_data_members...
2009-06-17 Arnaldo Carvalho... dwarves: Add missing return type to function__addr
2009-06-17 Arnaldo Carvalho... cmake: set policy for escaping preprocessor definitions...
2009-06-08 Arnaldo Carvalho... dwarves: export ftype__fprintf_parms
2009-06-08 Arnaldo Carvalho... dwarves: Introduce function__addr method
2009-06-08 Arnaldo Carvalho... dwarves: Add label__name method
2009-06-08 Arnaldo Carvalho... dwarves: constify filename parm of cus__load_file
2009-06-05 Arnaldo Carvalho... dwarves: Make cus__load_file really use the format...
2009-06-04 Arnaldo Carvalho... dwarves: Make all the tags that have an IP to be derive...
2009-06-04 Arnaldo Carvalho... dwarves: Add an rbtree for the functions in a cu
...
heads
14 years ago master