aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/NEWS6
-rw-r--r--gdb/doc/ChangeLog4
-rw-r--r--gdb/doc/gdb.texinfo10
4 files changed, 24 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 0e8bbe3..cf91397 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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
diff --git a/gdb/NEWS b/gdb/NEWS
index f30d718..d230b1c 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -15,6 +15,12 @@
* 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"
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}