diff options
author | Simon Marchi <simon.marchi@polymtl.ca> | 2020-10-04 12:41:56 -0400 |
---|---|---|
committer | Simon Marchi <simon.marchi@polymtl.ca> | 2020-10-04 12:41:56 -0400 |
commit | 8d378f27baed6af0505859311677deda69dafcb4 (patch) | |
tree | 9b3c41570227d15c73539bafa8da79acce05b22e /gdb/doc | |
parent | 7b085b1c1c6896f2137f64e82992a208c66c9473 (diff) | |
download | fsf-binutils-gdb-8d378f27baed6af0505859311677deda69dafcb4.zip fsf-binutils-gdb-8d378f27baed6af0505859311677deda69dafcb4.tar.gz fsf-binutils-gdb-8d378f27baed6af0505859311677deda69dafcb4.tar.bz2 |
gdb: add doc for "set/show debug event-loop"
I forgot that "set/show debug" commands are listed in the doc and in
NEWS, so here they are.
gdb/doc/ChangeLog:
* gdb.texinfo (Debugging Output): Add set/show debug event-loop.
gdb/ChangeLog:
* NEWS: Mention set/show debug event-loop.
Change-Id: If30b80177049006578280a06912ee2b97bd03a75
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 10 |
2 files changed, 14 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 5571799..49d97dc 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,5 +1,9 @@ 2020-10-04 Simon Marchi <simon.marchi@polymtl.ca> + * gdb.texinfo (Debugging Output): Add set/show debug event-loop. + +2020-10-04 Simon Marchi <simon.marchi@polymtl.ca> + * gdb.texinfo (Debugging Output): Add empty lines, fix typo. 2020-09-13 Pedro Alves <pedro@palves.net> diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 027f4de..2636b6f 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -26481,6 +26481,16 @@ default is off. Displays the current state of displaying @value{GDBN} event debugging info. +@item set debug event-loop +@cindex event-loop debugging +Controls output of debugging info about the event loop. The possible +values are @samp{off}, @samp{all} (shows all debugging info) and +@samp{all-except-ui} (shows all debugging info except those about +UI-related events). +@item show debug event-loop +Shows the current state of displaying debugging info about the event +loop. + @item set debug expression @cindex expression debugging info Turns on or off display of debugging info about @value{GDBN} |