mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-12 10:28:59 +08:00
* objdump.c: New command line option --debugging-tags.
* doc/binutils.texi: Document new command line option. * prdbg.c: Code to print the debug info as tags compatible with ctags. * budbg.h: Adjust prototype. * NEWS: Mention new switch
This commit is contained in:
@ -1435,6 +1435,7 @@ objdump [@option{-a}|@option{--archive-headers}]
|
||||
[@option{-f}|@option{--file-headers}]
|
||||
[@option{--file-start-context}]
|
||||
[@option{-g}|@option{--debugging}]
|
||||
[@option{-e}|@option{--debugging-tags}]
|
||||
[@option{-h}|@option{--section-headers}|@option{--headers}]
|
||||
[@option{-i}|@option{--info}]
|
||||
[@option{-j} @var{section}|@option{--section=}@var{section}]
|
||||
@ -1480,7 +1481,7 @@ object files.
|
||||
|
||||
The long and short forms of options, shown here as alternatives, are
|
||||
equivalent. At least one option from the list
|
||||
@option{-a,-d,-D,-f,-g,-G,-h,-H,-p,-r,-R,-S,-t,-T,-V,-x} must be given.
|
||||
@option{-a,-d,-D,-e,-f,-g,-G,-h,-H,-p,-r,-R,-S,-t,-T,-V,-x} must be given.
|
||||
|
||||
@table @env
|
||||
@item -a
|
||||
@ -1536,6 +1537,11 @@ Only certain types of debugging information have been implemented.
|
||||
Some other types are supported by @command{readelf -w}.
|
||||
@xref{readelf}.
|
||||
|
||||
@item -e
|
||||
@itemx --debugging-tags
|
||||
Like @option{-g}, but the information is generated in a format compatible
|
||||
with ctags tool.
|
||||
|
||||
@item -d
|
||||
@itemx --disassemble
|
||||
@cindex disassembling object code
|
||||
|
Reference in New Issue
Block a user