commit | e4014689b9a1b9aa0dde8f8a358401774566fe8b | [log] [tgz] |
---|---|---|
author | Andrew Burgess <aburgess@redhat.com> | Tue May 10 15:16:46 2022 +0100 |
committer | Andrew Burgess <aburgess@redhat.com> | Mon Oct 10 12:18:00 2022 +0100 |
tree | 717cc9c12aa819afcadff523c8d0effc7a0b0d82 | |
parent | 58fd1204aa0f66dd2df30f673c9441e0265b8515 [diff] |
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.