Menu

/trunk/libdwarf/libdwarf_arange.c Commit Log


Commit Date  
[r3029] (7.3 kB) by kaiwang27

* Add support for DWARF4 .debug_types section.
* Add new API dwarf_next_cu_header_c() which can access both compilation
units in .debug_info section and type units in .debug_types section.
* API dwarf_next_cu_header_b() is now deprecated.

Ticket: #408

2014-04-21 23:26:02 View
Download
[r2983] (7.3 kB) by kaiwang27

Do not allocate more memory than needed.

Submitted by: jtytgat
Ticket: #433

2014-02-09 00:24:31 View
Download
[r2070] (7.3 kB) by jkoshy

Turn on SVN keyword expansion.

Ticket: #348

2011-10-27 03:05:32 View
Download
[r2060] (7.3 kB) by jkoshy

Add `$Id$` keywords.

Ticket: #348

2011-10-26 14:02:59 View
Download
[r1573] (7.3 kB) by kaiwang27

as->as_cu_offset needs to be relocated.

Submitted by: Roman Divacky

2011-06-08 21:49:36 View
Download
[r1552] (7.2 kB) by kaiwang27

Do not load all CUs in dwarf_init(), instead, load CU when application
calls dwarf_next_cu_header() or other APIs that require information
about a CU.

Ticket: #312

2011-06-03 18:53:16 View
Download
[r1547] (7.1 kB) by kaiwang27

Do not load .debug_aranges section before application calls
dwarf_get_aranges().

Ticket: #312

2011-06-02 16:40:17 View
Download
[r975] (7.0 kB) by kaiwang27

style(9) fixes for the Copyright line.

2010-05-30 09:21:20 View
Download
[r921] (7.0 kB) by jkoshy

Changes to error handling [part 2 of 2].

* Change macro `DWARF_SET_ERROR()` to take a `Dwarf_Debug` debug context
in its 1st argument. If a `Dwarf_Debug` debug context is unavailable
at the point an error has to be recorded, we use NULL. Actual error
handling is implemented by function `_dwarf_set_error()`.
* Change a few internal helper functions to take an additional Dwarf_Debug
parameter, for use with `DWARF_SET_ERROR()`.
* Replace the redundant use of `DWARF_SET_ERROR()` in `_dwarf_die_add()`
with `assert()`s; parameters `cu` and `abbrev` cannot be NULL if control
has reached this function. While we are here make the function "static".
* Use `DWARF_SET_ERROR()` consistently after a failed called to
`_dwarf_attr_find()`.

Reviewed and revised by: kaiwang27

2010-05-01 09:35:22 View
Download
[r863] (7.0 kB) by kaiwang27

Removed a bogus STAILQ_REMOVE.

2010-04-07 18:18:22 View
Download
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.