]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb: add infcall specific debugging
authorAndrew Burgess <aburgess@redhat.com>
Tue, 10 May 2022 14:16:46 +0000 (15:16 +0100)
committerAndrew Burgess <aburgess@redhat.com>
Mon, 10 Oct 2022 11:18:00 +0000 (12:18 +0100)
commite4014689b9a1b9aa0dde8f8a358401774566fe8b
tree717cc9c12aa819afcadff523c8d0effc7a0b0d82
parent58fd1204aa0f66dd2df30f673c9441e0265b8515
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.
gdb/NEWS
gdb/doc/gdb.texinfo
gdb/infcall.c