diff options
author | Andrew Burgess <aburgess@redhat.com> | 2023-01-18 12:09:05 +0000 |
---|---|---|
committer | Andrew Burgess <aburgess@redhat.com> | 2023-01-25 15:48:58 +0000 |
commit | 3c2dc6de6545d671cffb46b3ca6a25ffae94c253 (patch) | |
tree | 49c4b713a568d5f035538b7f0c7d3ffeeb9e924e /gdb/NEWS | |
parent | c7d08e62fc9e2c0ccefd9c8f5bf4566b52526b3d (diff) | |
download | gdb-3c2dc6de6545d671cffb46b3ca6a25ffae94c253.zip gdb-3c2dc6de6545d671cffb46b3ca6a25ffae94c253.tar.gz gdb-3c2dc6de6545d671cffb46b3ca6a25ffae94c253.tar.bz2 |
gdb: rename unwindonsignal to unwind-on-signalusers/aburgess/bp-inferior-calls
We now have unwind-on-timeout and unwind-on-terminating-exception, and
then the odd one out unwindonsignal.
I'm not a great fan of these squashed together command names, so in
this commit I propose renaming this to unwind-on-signal.
Obviously I've added the hidden alias unwindonsignal so any existing
GDB scripts will keep working.
There's one test that I've extended to test the alias works, but in
most of the other test scripts I've changed over to use the new name.
The docs are updated to reference the new name.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -44,6 +44,17 @@ show unwind-on-timeout dummy frame that was added for the inferior call, and restoring the inferior state to how it was before the inferior call started. +set unwind-on-signal on|off +show unwind-on-signal + These new commands replaces the existing set/show unwindonsignal. The + old command is maintained as an alias. + +* Changed commands + +set unwindonsignal on|off +show unwindonsignal + These commands are now aliases for the new set/show unwind-on-signal. + * MI changes ** mi now reports 'no-history' as a stop reason when hitting the end of the |