gdb/doc: extend the documentation for the 'handle' command
authorAndrew Burgess <aburgess@redhat.com>
Thu, 2 Feb 2023 11:45:41 +0000 (11:45 +0000)
committerAndrew Burgess <aburgess@redhat.com>
Mon, 6 Feb 2023 14:56:42 +0000 (14:56 +0000)
commit85df9457b72e4a198b4edfc908017612fca59509
treeee4b6b1853dcf09ab53c78f9588660c2f8f74aa7
parent84789002905d6db444ee76431705c86cbcde5616
gdb/doc: extend the documentation for the 'handle' command

The documentation for the 'handle' command does not cover all of the
features of the command, and in one case, is just wrong.

The user can specify 'all' as signal name, the documentation implies
that this will change the behaviour of all signals, in reality, this
changes all signals except SIGINT and SIGTRAP (the signals used by
GDB).  I've updated the docs to list this limitation.

The 'handle' command also allows the user to specify multiple signals
for a single command, e.g. 'handle SIGFPE SIGILL nostop pass print',
however the documentation doesn't describe this, so I've updated the
docs to describe this feature.
gdb/doc/gdb.texinfo