]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb: rename unwindonsignal to unwind-on-signal users/aburgess/bp-inferior-calls
authorAndrew Burgess <aburgess@redhat.com>
Wed, 18 Jan 2023 12:09:05 +0000 (12:09 +0000)
committerAndrew Burgess <aburgess@redhat.com>
Wed, 25 Jan 2023 15:48:58 +0000 (15:48 +0000)
commit3c2dc6de6545d671cffb46b3ca6a25ffae94c253
tree49c4b713a568d5f035538b7f0c7d3ffeeb9e924e
parentc7d08e62fc9e2c0ccefd9c8f5bf4566b52526b3d
gdb: rename unwindonsignal to unwind-on-signal

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.
13 files changed:
gdb/NEWS
gdb/doc/gdb.texinfo
gdb/infcall.c
gdb/testsuite/gdb.base/callfuncs.exp
gdb/testsuite/gdb.base/infcall-failure.exp
gdb/testsuite/gdb.base/unwindonsignal.exp
gdb/testsuite/gdb.compile/compile-cplus.exp
gdb/testsuite/gdb.compile/compile.exp
gdb/testsuite/gdb.cp/gdb2495.exp
gdb/testsuite/gdb.fortran/function-calls.exp
gdb/testsuite/gdb.mi/mi-syn-frame.exp
gdb/testsuite/gdb.threads/infcall-from-bp-cond-simple.exp
gdb/testsuite/gdb.threads/thread-unwindonsignal.exp