From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id UBt0G9uJgWB3XQAAWB0awg (envelope-from ) for ; Thu, 22 Apr 2021 10:36:11 -0400 Received: by simark.ca (Postfix, from userid 112) id 6EAAD1F104; Thu, 22 Apr 2021 10:36:11 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 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 85A711E54D for ; Thu, 22 Apr 2021 10:36:10 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 7CDCC398E467; Thu, 22 Apr 2021 14:36:09 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7CDCC398E467 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1619102169; bh=JSn7sm1CvwGHjiN+OTaxf9ZiD/puZ7nGQv9NhbOcAe8=; h=To:Subject:Date:References:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=NfRoRzGy7Ncmq9kT5w8uBoMKcf6fBe3slIRnTlco8g1MRSZHMF3UR1sZwkcV1tIlq BNikJ6gIlOpumWEPA4yImEDhdj1ocKh0AzQgg5OIribeI5FY6bAIoUgqN/VU0r+C8e vJ2lZxeE900Yc1gC2n5JTWKbAqwsWhwg12ICm5s0= Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by sourceware.org (Postfix) with ESMTPS id A640A398B8AC for ; Thu, 22 Apr 2021 14:36:06 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org A640A398B8AC IronPort-SDR: TVNF3GYnTLxcBdObDICB5jUxLNxbjgU++BLl8oXt+7METJj1WooK9iz2flF6kTsMHjuO1d5ncO 1nFIfjBxNB3w== X-IronPort-AV: E=McAfee;i="6200,9189,9962"; a="183381284" X-IronPort-AV: E=Sophos;i="5.82,242,1613462400"; d="scan'208";a="183381284" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Apr 2021 07:36:05 -0700 IronPort-SDR: TPEx5iGBMwAEB6FxSJEtfvT+t2PUe9hxiQUukEQbpcM0BVZUugzLhgzxBujbcCW+5Hf3bzvJuh Fnzw2Rpz9s+Q== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.82,242,1613462400"; d="scan'208";a="603233453" Received: from irvmail001.ir.intel.com ([10.43.11.63]) by orsmga005.jf.intel.com with ESMTP; 22 Apr 2021 07:36:03 -0700 Received: from ulvlx001.iul.intel.com (ulvlx001.iul.intel.com [172.28.207.17]) by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id 13MEa2dd018619; Thu, 22 Apr 2021 15:36:02 +0100 Received: from ulvlx001.iul.intel.com (localhost [127.0.0.1]) by ulvlx001.iul.intel.com with ESMTP id 13MEa2J7028876; Thu, 22 Apr 2021 16:36:02 +0200 Received: (from taktemur@localhost) by ulvlx001.iul.intel.com with LOCAL id 13MEa2Kf028872; Thu, 22 Apr 2021 16:36:02 +0200 To: gdb-patches@sourceware.org Subject: [PATCH v4 0/2] Multi-context invalid breakpoint conditions and MI Date: Thu, 22 Apr 2021 16:35:48 +0200 Message-Id: X-Mailer: git-send-email 1.7.0.7 References: In-Reply-To: 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: Tankut Baris Aktemur via Gdb-patches Reply-To: Tankut Baris Aktemur Errors-To: gdb-patches-bounces@sourceware.org Sender: "Gdb-patches" Hi, This is a continuation of https://sourceware.org/pipermail/gdb-patches/2021-April/177951.html The first patches of the series are already merged. This revision defines "--force-condition" and "--force" flags for the MI's '-break-insert' and '-break-condition' commands, respectively. Tankut Baris Aktemur (2): gdb/mi: add a '--force-condition' flag to the '-break-insert' cmd gdb/mi: add a '--force' flag to the '-break-condition' command gdb/NEWS | 15 ++++++++ gdb/breakpoint.c | 59 ++++++++++++++++------------ gdb/breakpoint.h | 8 ++++ gdb/doc/gdb.texinfo | 16 ++++++-- gdb/mi/mi-cmd-break.c | 64 ++++++++++++++++++++++++++++++- gdb/mi/mi-cmds.c | 4 +- gdb/mi/mi-cmds.h | 1 + gdb/testsuite/gdb.mi/mi-break.exp | 31 +++++++++++++++ 8 files changed, 166 insertions(+), 32 deletions(-) -- 2.17.1