[PATCH v2 21/29] Don't resume new threads if scheduler-locking is in effect
Eli Zaretskii
eliz@gnu.org
Thu Jul 14 05:28:54 GMT 2022
> From: Pedro Alves <pedro@palves.net>
> Date: Wed, 13 Jul 2022 23:24:25 +0100
>
> Change-Id: Ie12140138b37534b7fc1d904da34f0f174aa11ce
> ---
> gdb/NEWS | 7 +++
> gdb/doc/gdb.texinfo | 4 +-
> gdb/infrun.c | 41 +++++++++---
> .../gdb.threads/schedlock-new-thread.c | 46 ++++++++++++++
> .../gdb.threads/schedlock-new-thread.exp | 63 +++++++++++++++++++
> 5 files changed, 152 insertions(+), 9 deletions(-)
> create mode 100644 gdb/testsuite/gdb.threads/schedlock-new-thread.c
> create mode 100644 gdb/testsuite/gdb.threads/schedlock-new-thread.exp
Thanks, the documentation parts are okay.
More information about the Gdb-patches
mailing list