[PATCHv2 12/13] gdb: introduce unwind-on-timeout setting
Eli Zaretskii
eliz@gnu.org
Wed Jan 18 17:33:32 GMT 2023
> Cc: Andrew Burgess <aburgess@redhat.com>
> Date: Wed, 18 Jan 2023 16:18:08 +0000
> From: Andrew Burgess via Gdb-patches <gdb-patches@sourceware.org>
>
> +set unwind-on-timeout on|off
> +show unwind-on-timeout
> + These commands control whether GDB should unwind the stack when a
> + timeout occurs during an inferior function call. The default is
> + off, in which case the inferior will remain in the frame where the
> + timeout occurred. When on GDB will unwind the stack remocing the
^ ^^^^^^^^
A comma is missing there. Also, a typo: "remocing".
The documentation parts are OK with those nits fixed. Thanks.
More information about the Gdb-patches
mailing list