[PATCH 0/4] Non-contiguous address range bug fixes / improvements

Kevin Buettner kevinb@redhat.com
Sat Jun 8 19:55:00 GMT 2019


This four part series fixes some bugs associated with GDB's non-contiguous
address range support.

Kevin Buettner (4):
  Prefer symtab symbol over minsym for function names in non-contiguous
    blocks
  dwarf2-frame.c: Fix FDE processing bug involving non-contiguous ranges
  Allow display of negative offsets in print_address_symbolic()
  Improve test gdb.dwarf2/dw2-ranges-func.exp

 gdb/dwarf2-frame.c                            |   8 +-
 gdb/printcmd.c                                |   8 +-
 gdb/stack.c                                   |  15 +-
 ...anges-func.c => dw2-ranges-func-hi-cold.c} |  44 +-
 .../gdb.dwarf2/dw2-ranges-func-lo-cold.c      |  82 +++
 gdb/testsuite/gdb.dwarf2/dw2-ranges-func.exp  | 694 ++++++++++--------
 6 files changed, 505 insertions(+), 346 deletions(-)
 rename gdb/testsuite/gdb.dwarf2/{dw2-ranges-func.c => dw2-ranges-func-hi-cold.c} (85%)
 create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-ranges-func-lo-cold.c

-- 
2.21.0



More information about the Gdb-patches mailing list