mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-05 02:47:05 +00:00
* dwarf.c (process_debug_info): Use offset_size to determine
the bit-size of the computation unit's offset.
This commit is contained in:
parent
c48d800e15
commit
49e7b35019
@ -1,3 +1,8 @@
|
||||
2011-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
|
||||
|
||||
* dwarf.c (process_debug_info): Use offset_size to determine
|
||||
the bit-size of the computation unit's offset.
|
||||
|
||||
2011-03-25 Michael Snyder <msnyder@vmware.com>
|
||||
|
||||
* strings.c (print_strings): Plug memory leak.
|
||||
|
@ -2072,7 +2072,7 @@ process_debug_info (struct dwarf_section *section,
|
||||
dwarf_vmatoa ("x", cu_offset));
|
||||
printf (_(" Length: 0x%s (%s)\n"),
|
||||
dwarf_vmatoa ("x", compunit.cu_length),
|
||||
initial_length_size == 8 ? "64-bit" : "32-bit");
|
||||
offset_size == 8 ? "64-bit" : "32-bit");
|
||||
printf (_(" Version: %d\n"), compunit.cu_version);
|
||||
printf (_(" Abbrev Offset: %s\n"),
|
||||
dwarf_vmatoa ("d", compunit.cu_abbrev_offset));
|
||||
|
Loading…
Reference in New Issue
Block a user