diff options
author | Philippe Waroquiers <philippe.waroquiers@skynet.be> | 2019-03-09 12:25:11 +0100 |
---|---|---|
committer | Philippe Waroquiers <philippe.waroquiers@skynet.be> | 2019-03-09 12:25:11 +0100 |
commit | e3abbe7e9458be7a92c27bc4649295b935340699 (patch) | |
tree | e5ac3f1e0f901f7c0b53bb56bb88163f3b5dd1cc /binutils/objdump.c | |
parent | e4adb93903d4ae0b7ab2b5004364e50627df95f7 (diff) | |
download | gdb-e3abbe7e9458be7a92c27bc4649295b935340699.zip gdb-e3abbe7e9458be7a92c27bc4649295b935340699.tar.gz gdb-e3abbe7e9458be7a92c27bc4649295b935340699.tar.bz2 |
Ensure 'help set/show print inferior-events' shows the example events.
Without this patch, the help stops after 'e.g.' :
(gdb) apropos \(inferior\|thread\) event
set print inferior-events -- Set printing of inferior events (e.g.
set print thread-events -- Set printing of thread events (such as thread start and exit)
show print inferior-events -- Show printing of inferior events (e.g.
show print thread-events -- Show printing of thread events (such as thread start and exit)
Using the same notation as for the thread evenets (i.e. 'such as') gives:
(gdb) apropos \(inferior\|thread\) event
set print inferior-events -- Set printing of inferior events (such as inferior start and exit)
set print thread-events -- Set printing of thread events (such as thread start and exit)
show print inferior-events -- Show printing of inferior events (such as inferior start and exit)
show print thread-events -- Show printing of thread events (such as thread start and exit)
Diffstat (limited to 'binutils/objdump.c')
0 files changed, 0 insertions, 0 deletions