aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@polymtl.ca>2020-10-04 12:41:56 -0400
committerSimon Marchi <simon.marchi@polymtl.ca>2020-10-04 12:41:56 -0400
commit8d378f27baed6af0505859311677deda69dafcb4 (patch)
tree9b3c41570227d15c73539bafa8da79acce05b22e /gdb/NEWS
parent7b085b1c1c6896f2137f64e82992a208c66c9473 (diff)
downloadgdb-8d378f27baed6af0505859311677deda69dafcb4.zip
gdb-8d378f27baed6af0505859311677deda69dafcb4.tar.gz
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/NEWS')
-rw-r--r--gdb/NEWS6
1 files changed, 6 insertions, 0 deletions
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"