Menu

Code Commit Log


Commit Date  
[r1034] by kaiwang27

Do not modify the Elf_Data->d_buf buffer directly when applying
Elf_Rela relocation records, allocate another buffer to hold the
modified section data instead. The benefit is that when application is
sharing the ELF descriptor with libdwarf, it will have untouched
Elf_Data buffers.

2010-07-11 23:23:38 Tree
[r1033] by kaiwang27

* Added a 64bit (amd64) relocatable object which contains Elf_Rela
relocations records for DWARF debugging sections.
* Added "64bit .o" IC for a few test cases to test whether libdwarf handles
Elf_Rela correctly.

2010-07-11 21:50:17 Tree
[r1032] by kaiwang27

* Add global flag `applyrela` which controls whether libdwarf applies Elf_Rela
relocation records for DWARF debugging section before parsing. The flag is set
to 1 by default.
* Implement SGI libdwarf API dwarf_set_reloc_application() which is used to
set/clear the `applyrela` global flag.

2010-07-10 19:58:20 Tree
[r1031] by kaiwang27

Export elftc_bfd_target_byteorder() and elftc_bfd_target_flavor() in
Version.map

2010-07-03 19:17:48 Tree
[r1030] by kaiwang27

Implement new SGI libdwarf API dwarf_get_form_class(). This function
returns the DWARF form class provided DWARF spec version, attribute
number, DWARF offset size and DWARF form.

2010-06-26 14:34:26 Tree
[r1029] by kaiwang27

Add dwarf_ranges_dealloc.3 to MLINKS.

2010-06-26 09:37:37 Tree
[r1028] by jkoshy

Document `dwarf_ranges_dealloc()`.

Submitted by: kaiwang27

2010-06-26 01:29:42 Tree
[r1027] by kaiwang27

Add test cases for abbrev, pubnames, macinfo and ranges consumer APIs.

2010-06-25 16:56:56 Tree
[r1026] by kaiwang27

Write escape sequence instead of literal character for those "special"
chars in XML. (<, >, &, ", etc)

2010-06-25 16:48:09 Tree
[r1025] by kaiwang27

Added two test objects which were compiled with gcc -g3. Among other
things, "gcc -g3" generates .debug_macinfo section.

2010-06-25 16:45:57 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.