aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorAndrew Burgess <aburgess@redhat.com>2022-05-10 15:16:46 +0100
committerAndrew Burgess <aburgess@redhat.com>2022-10-10 12:18:00 +0100
commite4014689b9a1b9aa0dde8f8a358401774566fe8b (patch)
tree717cc9c12aa819afcadff523c8d0effc7a0b0d82 /gdb/NEWS
parent58fd1204aa0f66dd2df30f673c9441e0265b8515 (diff)
downloadgdb-e4014689b9a1b9aa0dde8f8a358401774566fe8b.zip
gdb-e4014689b9a1b9aa0dde8f8a358401774566fe8b.tar.gz
gdb-e4014689b9a1b9aa0dde8f8a358401774566fe8b.tar.bz2
gdb: add infcall specific debugging
Add two new commands: set debug infcall on|off show debug infcall These enable some new debugging related to when GDB makes inferior function calls. I've added some basic debugging for what I think are the major steps in the inferior function call process, but I'm sure we might want to add more later.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index 796a4ef..8b519a6 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -111,6 +111,10 @@ maintenance print frame-id [ LEVEL ]
Print GDB's internal frame-id for the frame at LEVEL. If LEVEL is
not given, then print the frame-id for the currently selected frame.
+set debug infcall on|off
+show debug infcall
+ Print additional debug messages about inferior function calls.
+
* Changed commands
document user-defined