Menu

/trunk/libdwarf/dwarf_attrval.c Commit Log


Commit Date  
[r2977] (5.2 kB) by kaiwang27

API dwarf_attrval_flag() should properly handle an attribute with
(DWARF4) form DW_FORM_flag_present which implicitly indicates the
presence of the attribute. Manual page is updated to reflect this
change.

2014-01-21 20:13:31 View
Download
[r2072] (5.2 kB) by jkoshy

Turn on SVN keyword expansion.

Ticket: #348

2011-10-27 03:26:49 View
Download
[r2061] (5.2 kB) by jkoshy

Add `$Id$` keywords.

Ticket: #348

2011-10-26 14:09:31 View
Download
[r1673] (5.2 kB) by kaiwang27

Fix typos.

2011-07-24 12:09:56 View
Download
[r1671] (5.2 kB) by kaiwang27

* No longer keep a list of DIE internally. DIE descriptor is now allocated by calls to dwarf_child(), dwarf_siblingof() and dwarf_offdie() and the application code needs to free it when no longer used.
* Implement deallocation type DW_DLA_DIE.
* Removed unused DIE hash tables.

2011-07-24 12:04:59 View
Download
[r1398] (5.0 kB) by kaiwang27

Let dwarf_attrval_flag() return a determined (1 or 0) boolean value
like dwarf_formflag().

2011-01-29 13:32:14 View
Download
[r1397] (5.0 kB) by kaiwang27

dwarf_attrval_unsigned() should be able to retrieve a DW_FORM_udata attr value.

2011-01-29 12:47:08 View
Download
[r1396] (5.0 kB) by kaiwang27

DW_FORM_addr, DW_FORM_data1, DW_FORM_data2, W_FORM_data4 and W_FORM_data8
don't belong to the REFERENCE class and are invalid forms for attribute
DW_AT_abstract_origin.

2011-01-29 12:45:33 View
Download
[r1394] (5.1 kB) by kaiwang27

* Function dwarf_attrval_signed() should also accept DW_FORM_data2,
DW_FORM_data4 and DW_FORM_data8.
* The value returned dwarf_attrval_signed() needs to be signed extended.

2011-01-29 11:34:55 View
Download
[r1393] (4.9 kB) by kaiwang27

Consistently use Dwarf_Half to hold DWARF attribute constant.

2011-01-29 11:13:19 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.