[PATCHv3 10/13] gdb: add timeouts for inferior function calls

Eli Zaretskii eliz@gnu.org
Tue Jan 31 18:11:22 GMT 2023


> Cc: Andrew Burgess <aburgess@redhat.com>
> Date: Tue, 31 Jan 2023 17:27:15 +0000
> From: Andrew Burgess via Gdb-patches <gdb-patches@sourceware.org>
> 
>  gdb/NEWS                                      |  18 ++
>  gdb/doc/gdb.texinfo                           |  66 ++++++
>  gdb/infcall.c                                 | 221 +++++++++++++++++-
>  gdb/testsuite/gdb.base/help.exp               |   2 +-
>  gdb/testsuite/gdb.base/infcall-timeout.c      |  36 +++
>  gdb/testsuite/gdb.base/infcall-timeout.exp    |  82 +++++++
>  .../infcall-from-bp-cond-timeout.c            | 169 ++++++++++++++
>  .../infcall-from-bp-cond-timeout.exp          | 156 +++++++++++++
>  8 files changed, 745 insertions(+), 5 deletions(-)
>  create mode 100644 gdb/testsuite/gdb.base/infcall-timeout.c
>  create mode 100644 gdb/testsuite/gdb.base/infcall-timeout.exp
>  create mode 100644 gdb/testsuite/gdb.threads/infcall-from-bp-cond-timeout.c
>  create mode 100644 gdb/testsuite/gdb.threads/infcall-from-bp-cond-timeout.exp

The documentation parts were already approved, right?


More information about the Gdb-patches mailing list