Go to file
Arnaldo Carvalho de Melo 9df42c6826 dwarves: Initial support for rvalue_reference_type
Need to read more on http://www.artima.com/cppsource/rvalue.html, but
handling it mostly like DW_TAG_typedef so that at least references to it
are resolved, we can get its byte size, etc.

FIXME: look at the vtable parameters, some are resolving to "(null)".

Reported-by: Benjamin Kosnik <bkoz@redhat.com>
Reported-by: Mark Wieelard <mjw@redhat.com>
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=962571
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2016-03-15 16:37:48 -03:00
cmake/modules cmake: Add comments explaining build_id and fedora/rh detection 2009-06-27 13:32:20 -03: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: Allow list of class names to be passed to -C/--class_name 2009-06-18 14:58:51 -03:00
ostra [OSTRA]: Change ostra-cg license to GPLv2 2007-12-24 12:25:17 -02:00
rpm/SPECS rpm: Add missing BuildRequires: zlib-devel 2012-08-16 14:59:38 -03:00
CMakeLists.txt Update version in CMakeLists.txt 2015-11-20 12:19:06 -03:00
COPYING [LICENSE]: Add COPYING file and add missing license info on some files 2007-12-17 14:15:42 -02:00
MANIFEST Add scncopy to CMakeLists.txt 2010-01-12 14:23:54 -02:00
NEWS dwarves: Update git url 2013-03-20 09:45:47 -03:00
README [CMAKE]: Make the default install prefix be /usr/local 2007-04-19 18:01:47 -03:00
README.DEBUG Add instructions on how to build with debug info 2015-06-02 16:04:04 -03:00
README.ctracer ctracer: update README.ctracer, f9 has the dwarves 2008-10-29 08:54:53 -02:00
codiff.c dwarves: Support static class data members 2012-08-20 14:42:17 -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 dwarves_fprintf: Fix printf types on 64bit linux 2013-03-20 15:56:38 -03:00
ctf_encoder.h dwarves: Stop using 'self' 2014-01-06 16:46:50 -03:00
ctf_loader.c dwarves: Stop using 'self' 2012-08-17 18:47:15 -03:00
ctfdwdiff ctfdwdiff: Don't ask for variables and inline expansions in pfunct 2009-03-31 19:21:46 -03:00
ctracer.c dwarves: Stop using 'self' 2012-08-17 18:47:15 -03:00
dtagnames.c dwarves: Use cus__fprintf_load_files_err() in the remaining tools 2016-03-15 14:29:57 -03:00
dutil.c dwarves: Stop using 'self' 2012-08-17 18:47:15 -03:00
dutil.h dutil: Add ____ilog2_NaN declaration to silence compiler warning 2016-03-15 11:42:16 -03:00
dwarf_loader.c dwarves: Initial support for rvalue_reference_type 2016-03-15 16:37:48 -03:00
dwarves.c dwarves: Initial support for rvalue_reference_type 2016-03-15 16:37:48 -03:00
dwarves.h dwarves: Initial support for rvalue_reference_type 2016-03-15 16:37:48 -03:00
dwarves_emit.c dwarves: Stop using 'self' 2012-08-17 18:47:15 -03:00
dwarves_emit.h dwarves: Stop using 'self' 2014-01-06 16:46:50 -03:00
dwarves_fprintf.c dwarves_fprintf: Add the missing GNU_ suffix to DWARF_TAG_ created by the GNU project 2014-11-19 18:07:50 -03:00
dwarves_reorganize.c dwarves_reorganize: Fix member type fixup 2013-08-15 14:56:22 -03:00
dwarves_reorganize.h dwarves: Stop using 'self' 2014-01-06 16:46:50 -03:00
elf_symtab.c dwarves: Stop using 'self' 2012-08-17 18:47:15 -03:00
elf_symtab.h dwarves: Stop using 'self' 2014-01-06 16:46:50 -03:00
elfcreator.c Add scncopy - like object copy but tries not to change section content 2010-01-12 14:23:32 -02:00
elfcreator.h Add scncopy - like object copy but tries not to change section content 2010-01-12 14:23:32 -02:00
gobuffer.c dwarves: Stop using 'self' 2012-08-17 18:47:15 -03:00
gobuffer.h dwarves: Stop using 'self' 2014-01-06 16:46:50 -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 dwarves: Stop using 'self' 2012-08-17 18:47:15 -03:00
libctf.h dwarves: Stop using 'self' 2014-01-06 16:46:50 -03:00
list.h coding style: remove trailing whitespaces, etc 2009-03-14 13:50:36 -03:00
pahole.c dwarves: Introduce cus__fprintf_load_files_err() 2016-03-15 14:25:58 -03:00
pdwtags.c dwarves: Introduce cus__fprintf_load_files_err() 2016-03-15 14:25:58 -03:00
pfunct.c dwarves: Use cus__fprintf_load_files_err() in the remaining tools 2016-03-15 14:29:57 -03:00
pglobal.c dwarves: Use cus__fprintf_load_files_err() in the remaining tools 2016-03-15 14:29:57 -03:00
prefcnt.c dwarves: Use cus__fprintf_load_files_err() in the remaining tools 2016-03-15 14:29:57 -03:00
rbtree.c dwarves: Add an rbtree for the functions in a cu 2009-06-04 14:56:44 -03:00
rbtree.h dwarves: Add an rbtree for the functions in a cu 2009-06-04 14:56:44 -03:00
regtest regtest: Accept --diff instad of plain 'diff' as long option 2012-05-14 19:36:58 -03:00
scncopy.c scncopy: Fix minor problems with --usage. 2010-01-12 16:37:27 -02:00
strings.c dwarves: Stop using 'self' 2012-08-17 18:47:15 -03:00
strings.h dwarves: Stop using 'self' 2014-01-06 16:46:50 -03:00
syscse.c dwarves: Use cus__fprintf_load_files_err() in the remaining tools 2016-03-15 14:29:57 -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