[PATCH 6/9] gdb: parse pending breakpoint thread/task immediately

Eli Zaretskii eliz@gnu.org
Sat Apr 29 06:01:03 GMT 2023


> Cc: Andrew Burgess <aburgess@redhat.com>
> Date: Sat, 29 Apr 2023 00:35:42 +0100
> From: Andrew Burgess via Gdb-patches <gdb-patches@sourceware.org>
> 
>  gdb/Makefile.in                               |   2 +
>  gdb/NEWS                                      |   4 +
>  gdb/break-cond-parse.c                        | 403 ++++++++++++++++++
>  gdb/break-cond-parse.h                        |  47 ++
>  gdb/breakpoint.c                              | 330 ++++----------
>  gdb/testsuite/gdb.base/condbreak.exp          |  20 +-
>  gdb/testsuite/gdb.base/pending.exp            |  23 +-
>  gdb/testsuite/gdb.linespec/explicit.exp       |   4 +-
>  gdb/testsuite/gdb.mi/mi-dprintf-pending.exp   |   3 +-
>  .../gdb.threads/del-pending-thread-bp-lib.c   |  22 +
>  .../gdb.threads/del-pending-thread-bp.c       |  85 ++++
>  .../gdb.threads/del-pending-thread-bp.exp     | 108 +++++
>  12 files changed, 793 insertions(+), 258 deletions(-)
>  create mode 100644 gdb/break-cond-parse.c
>  create mode 100644 gdb/break-cond-parse.h
>  create mode 100644 gdb/testsuite/gdb.threads/del-pending-thread-bp-lib.c
>  create mode 100644 gdb/testsuite/gdb.threads/del-pending-thread-bp.c
>  create mode 100644 gdb/testsuite/gdb.threads/del-pending-thread-bp.exp

The NEWS part is OK, thanks.

Reviewed-By: Eli Zaretskii <eliz@gnu.org>


More information about the Gdb-patches mailing list