From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id TR4xFfrLi2KG5wcAWB0awg (envelope-from ) for ; Mon, 23 May 2022 14:01:30 -0400 Received: by simark.ca (Postfix, from userid 112) id 49AC01E220; Mon, 23 May 2022 14:01:30 -0400 (EDT) Authentication-Results: simark.ca; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.a=rsa-sha256 header.s=default header.b=LT76tAeT; dkim-atps=neutral X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-3.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id DAED41E143 for ; Mon, 23 May 2022 14:01:29 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 632EC3851403 for ; Mon, 23 May 2022 18:01:29 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 632EC3851403 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1653328889; bh=d6VZ/xdlCqrUgoOnge+1NnqOhi9ukknol5o0dviVfLU=; h=To:Subject:Date:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:Cc:From; b=LT76tAeTy2mTS5LHfFnK7VaGdyeWyRTW7wiY2eYa8eUF0pqu7P788N9WJMcicpy2j 6Lh+JlEWtEe4Xl0mtnLJIttKwzLf+cKffAmofZj+dUtWL0wxIqxWdl9LAT1D2u6cGK MGUEtR8TSQ/LjINrqlxKjMZHw8UwPLnah2drX2aM= Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by sourceware.org (Postfix) with ESMTPS id A93FB3858D32 for ; Mon, 23 May 2022 18:01:09 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org A93FB3858D32 X-IronPort-AV: E=McAfee;i="6400,9594,10356"; a="273032913" X-IronPort-AV: E=Sophos;i="5.91,246,1647327600"; d="scan'208";a="273032913" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 May 2022 11:01:07 -0700 X-IronPort-AV: E=Sophos;i="5.91,246,1647327600"; d="scan'208";a="600785428" Received: from labpcdell3650-001.iul.intel.com (HELO localhost) ([172.28.50.74]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 May 2022 11:01:06 -0700 To: gdb-patches@sourceware.org Subject: [PATCH 0/2] Some patches for multi inferior case Date: Mon, 23 May 2022 20:00:54 +0200 Message-Id: <20220523180056.1415229-1-eduard.sargsyan@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Eduard Sargsyan via Gdb-patches Reply-To: Eduard Sargsyan Cc: Eduard Sargsyan Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb-patches" Hi all, this is a set of patches originally written by Alexandar Paunovic. I just rebased them onto current master. Regards, Eduard Aleksandar Paunovic (2): gdb: Fix deleted thread when issuing next command gdb: Improve the resuming of the stepped thread gdb/infrun.c | 17 +++- .../gdb.base/breakpoint-running-inferior-1.c | 39 ++++++++ .../gdb.base/breakpoint-running-inferior-2.c | 39 ++++++++ .../gdb.base/breakpoint-running-inferior.exp | 89 +++++++++++++++++++ 4 files changed, 183 insertions(+), 1 deletion(-) create mode 100644 gdb/testsuite/gdb.base/breakpoint-running-inferior-1.c create mode 100644 gdb/testsuite/gdb.base/breakpoint-running-inferior-2.c create mode 100644 gdb/testsuite/gdb.base/breakpoint-running-inferior.exp -- 2.25.1