asynts
|
ac9f6fd1f8
|
LibDebug: Use InputMemoryStream instead of BufferStream.
This removes another call to ByteBuffer::wrap(const void*, size_t).
|
2020-08-06 10:33:16 +02:00 |
|
Itamar
|
2686957836
|
LibDebug: Tolerate missing debug information
We previously crashed when programs were missing certain debug information.
|
2020-05-24 10:42:21 +02:00 |
|
Itamar
|
5fd64045b1
|
LibDebug: Miscellaneous fixes from #2097
|
2020-05-07 23:32:11 +02:00 |
|
Itamar
|
c5eb20d0cc
|
LibDebug: Parse DWARF information entries
We can now iterate the tree structure of the DIEs, access attribute
values and parse some very basic DWARF expressions.
|
2020-05-05 11:01:36 +02:00 |
|