]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
* NEWS: Add note about --dwarf-depth, --dwarf-start, and
authorTom Tromey <tromey@redhat.com>
Thu, 28 Apr 2011 17:23:17 +0000 (17:23 +0000)
committerTom Tromey <tromey@redhat.com>
Thu, 28 Apr 2011 17:23:17 +0000 (17:23 +0000)
commitfd2f003344354839663892f45f831a2dbfb71f17
tree437ab6acaf1927f35da633fa05bb0c55fef8e09d
parent82ae827f9b172b560568b814719b0cf0e56d0375
* NEWS: Add note about --dwarf-depth, --dwarf-start, and
dwarf-mode.el.
* objdump.c (suppress_bfd_header): New global.
(usage): Update.
(OPTION_DWARF_DEPTH, OPTION_DWARF_START): New constants.
(options): Add dwarf-depth and dwarf-start entries.
(dump_bfd): Use suppress_bfd_header.
(main): Handle OPTION_DWARF_START, OPTION_DWARF_DEPTH.
* doc/binutils.texi (objcopy): Document --dwarf-depth and
--dwarf-start.
(readelf): Likewise.
* dwarf-mode.el: New file.
* dwarf.c (dwarf_cutoff_level, dwarf_start_die): New globals.
(read_and_display_attr_value): Also check debug_info_p.
(process_debug_info): Handle dwarf_start_die and
dwarf_cutoff_level.
* dwarf.h (dwarf_cutoff_level, dwarf_start_die): Declare.
* readelf.c (usage): Update.
(OPTION_DWARF_DEPTH): New macro.
(OPTION_DWARF_START): Likewise.
(options): Add dwarf-depth and dwarf-start entries.
(parse_args): Handle OPTION_DWARF_START and OPTION_DWARF_DEPTH.
testsuite
* binutils-all/objdump.W: Correct output.
binutils/ChangeLog
binutils/NEWS
binutils/doc/binutils.texi
binutils/dwarf-mode.el [new file with mode: 0644]
binutils/dwarf.c
binutils/dwarf.h
binutils/objdump.c
binutils/readelf.c
binutils/testsuite/ChangeLog
binutils/testsuite/binutils-all/objdump.W