diff options
author | Tom Tromey <tom@tromey.com> | 2018-09-14 07:34:05 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2018-09-16 06:25:16 -0600 |
commit | f4bab6ff22a0ddb799c1c492117a15fe0501ff1e (patch) | |
tree | b1b954858fd466e32bcf192893fb4158282fc281 /install-sh | |
parent | db4cc66567397498a9e9eaedb8d0bb8889744ef7 (diff) | |
download | gdb-f4bab6ff22a0ddb799c1c492117a15fe0501ff1e.zip gdb-f4bab6ff22a0ddb799c1c492117a15fe0501ff1e.tar.gz gdb-f4bab6ff22a0ddb799c1c492117a15fe0501ff1e.tar.bz2 |
Expand "show disassembler-options" output
I typed this:
(gdb) help set disassembler-options
Set the disassembler options.
Usage: set disassembler-options OPTION [,OPTION]...
See: 'show disassembler-options' for valid option values.
... so I tried what it said and got:
(gdb) show disassembler-options
The current disassembler options are ''
This surprised me a little, so this patch adds some text to explain
the situation when an architecture does not have disassembler options.
While there I noticed one more spot where gdb was not using the GNU
style for metasyntactic variables. This patch fixes this as well.
gdb/ChangeLog
2018-09-16 Tom Tromey <tom@tromey.com>
* disasm.c (show_disassembler_options_sfunc): Use GNU style for
metasyntactic variables. Print message if no disassembler options
are available.
Diffstat (limited to 'install-sh')
0 files changed, 0 insertions, 0 deletions