]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/NEWS
gdb: rename unwindonsignal to unwind-on-signal
authorAndrew Burgess <aburgess@redhat.com>
Wed, 18 Jan 2023 12:09:05 +0000 (12:09 +0000)
committerAndrew Burgess <aburgess@redhat.com>
Mon, 25 Mar 2024 17:25:07 +0000 (17:25 +0000)
commit7879fba359f185d674d4e981af4f23a066bfe644
tree0af3ef8dc583254d494f6c939ec400010eacb16b
parentfe67b24240d7a679904c5bef3a7e911a09ea7739
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.

Reviewed-By: Eli Zaretskii <eliz@gnu.org>
Tested-By: Luis Machado <luis.machado@arm.com>
Tested-By: Keith Seitz <keiths@redhat.com>
15 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-condbreak-fail.exp
gdb/testsuite/gdb.mi/mi-condbreak-throw.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