diff options
author | Andrew Burgess <aburgess@redhat.com> | 2022-05-10 15:16:46 +0100 |
---|---|---|
committer | Andrew Burgess <aburgess@redhat.com> | 2022-10-10 12:18:00 +0100 |
commit | e4014689b9a1b9aa0dde8f8a358401774566fe8b (patch) | |
tree | 717cc9c12aa819afcadff523c8d0effc7a0b0d82 /gdb/NEWS | |
parent | 58fd1204aa0f66dd2df30f673c9441e0265b8515 (diff) | |
download | gdb-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/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |