gdb: add doc for "set/show debug event-loop"
authorSimon Marchi <simon.marchi@polymtl.ca>
Sun, 4 Oct 2020 16:41:56 +0000 (12:41 -0400)
committerSimon Marchi <simon.marchi@polymtl.ca>
Sun, 4 Oct 2020 16:41:56 +0000 (12:41 -0400)
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

gdb/ChangeLog
gdb/NEWS
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index 0e8bbe3bee4910df7a5addf09dd6ca4b90a70956..cf91397d2a510c4c759ebe1ca66ad8d85c394ffa 100644 (file)
@@ -1,3 +1,7 @@
+2020-10-04  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * NEWS: Mention set/show debug event-loop.
+
 2020-10-02  Tom Tromey  <tromey@adacore.com>
 
        * skip.c (skiplist_entry::skiplist_entry): Unconditionally use
index f30d7183312fe8b145e4c657fb56986e09a4b37a..d230b1c3228bf5533f3b58b456c3b08535de0e23 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
 
 * GDB now supports core file debugging for x86_64 Cygwin programs.
 
+* New commands
+
+set debug event-loop
+show debug event-loop
+  Control the display of debug output about GDB's event loop.
+
 *** Changes in GDB 10
 
 * There are new feature names for ARC targets: "org.gnu.gdb.arc.core"
index 5571799f53dd4739ebe98d7f62db80ecde434a5f..49d97dc06e1bc8d13cbaf4d40aef52415d7d4544 100644 (file)
@@ -1,3 +1,7 @@
+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.
index 027f4de076778fa0b3a2d77272d93a5f4726f93d..2636b6f990303d1b97a3ecfdb824c3e025394d75 100644 (file)
@@ -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}