From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id dpV1CgrLi2JV5wcAWB0awg (envelope-from ) for ; Mon, 23 May 2022 13:57:30 -0400 Received: by simark.ca (Postfix, from userid 112) id 234161E220; Mon, 23 May 2022 13:57: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=xD/AK/je; 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=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RDNS_DYNAMIC,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from sourceware.org (ip-8-43-85-97.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 B99B31E143 for ; Mon, 23 May 2022 13:57:29 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 63EB1383F96C for ; Mon, 23 May 2022 17:57:29 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 63EB1383F96C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1653328649; 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=xD/AK/jeIMD1OdIisV87OrL/3sAdlfM1U73xLtEV1Iq3IJDqJvQ38LRtxvSr1QRpH 5AuEp6L+jEY4EuKrGMjRBVSMHQcB6C6nDa5Z3P0ldJQ+9tcNSnPDMyXZrH4AvJ5S1U lfo4PTksW32u2zrY6P+W0vpiI6LluqAqDKSzmeBQ= Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by sourceware.org (Postfix) with ESMTPS id 30E013858C53 for ; Mon, 23 May 2022 17:57:07 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 30E013858C53 X-IronPort-AV: E=McAfee;i="6400,9594,10356"; a="298621374" X-IronPort-AV: E=Sophos;i="5.91,246,1647327600"; d="scan'208";a="298621374" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 May 2022 10:57:03 -0700 X-IronPort-AV: E=Sophos;i="5.91,246,1647327600"; d="scan'208";a="526059948" Received: from labpcdell3650-001.iul.intel.com (HELO localhost) ([172.28.50.74]) by orsmga003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 May 2022 10:57:02 -0700 To: gdb-patches@sourceware.org Subject: [PATCH 0/2] Some patches for multi inferior case Date: Mon, 23 May 2022 19:56:48 +0200 Message-Id: <20220523175650.1414839-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