radare2/libr/bin
Fedor Sakharov 3ea8820b76 dwarf: Store DW_AT_comp_dir var in sdb_addrinfo.
This variable points to the default directory to be
searched for source files of the binary. This is used
by linenumber information but is stored in debug_info section.
debug_info by default is DWARF4(which is currently not supported)
and debug_lines is by default DWARF2 so for now if using DWARF4
in your binaries you would have to set this var by hand.
2014-04-24 11:49:19 +02:00
..
format Fix few warns in RBin 2014-04-18 16:37:02 +02:00
mangling Changed the location of RBinObject, and created RBinFile to conform similarly to 2014-01-20 02:44:25 +01:00
p Fix linkage 2014-04-21 19:31:30 +02:00
t Purge all r_lib references 2014-02-20 22:16:23 +01:00
bin_write.c Changed the location of RBinObject, and created RBinFile to conform similarly to 2014-01-20 02:44:25 +01:00
bin.c fixed the bug with the insane fuzz command 2014-04-22 23:06:00 -05:00
dbginfo.c dbginfo: Don't print path to source file in linnum info 2014-04-24 11:49:14 +02:00
demangle.c Refactoring RBinMeta into RBinDbgInfo 2014-03-10 02:27:32 +01:00
dwarf.c dwarf: Store DW_AT_comp_dir var in sdb_addrinfo. 2014-04-24 11:49:19 +02:00
Jamroot Added more Jamroot files 2014-01-03 00:13:46 +01:00
Makefile Refactoring RBinMeta into RBinDbgInfo 2014-03-10 02:27:32 +01:00