From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by sourceware.org (Postfix) with ESMTPS id 170083851C24 for ; Fri, 11 Sep 2020 11:56:19 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 170083851C24 IronPort-SDR: beGRb135u0dr+I/Hk0AxCSDAn09P97Ix7DCTn3SxYo4HOVBCYnzX6nIN1qDB7uAyxhqmpw+AsP wwa78Eu0L1Pw== X-IronPort-AV: E=McAfee;i="6000,8403,9740"; a="156139712" X-IronPort-AV: E=Sophos;i="5.76,415,1592895600"; d="scan'208";a="156139712" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Sep 2020 04:56:17 -0700 IronPort-SDR: X/NN1r67p2T0IzfYnV0T/+QGRn0R3HxGh7c2CURkA9IHqAPkbt27adIXfh3yl5xR5yCkkuBd5H pMgpoB7zWnug== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,415,1592895600"; d="scan'208";a="378542505" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by orsmga001.jf.intel.com with ESMTP; 11 Sep 2020 04:56:16 -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 08BBuGon013483; Fri, 11 Sep 2020 12:56:16 +0100 Received: from ulvlx001.iul.intel.com (localhost [127.0.0.1]) by ulvlx001.iul.intel.com with ESMTP id 08BBuFfm028521; Fri, 11 Sep 2020 13:56:16 +0200 Received: (from taktemur@localhost) by ulvlx001.iul.intel.com with LOCAL id 08BBuF4K028517; Fri, 11 Sep 2020 13:56:15 +0200 From: Tankut Baris Aktemur To: gdb-patches@sourceware.org Subject: Re: [PATCH v2 0/2] Breakpoint conditions at locations with differing contexts Date: Fri, 11 Sep 2020 13:56:07 +0200 Message-Id: <1599825367-28255-1-git-send-email-tankut.baris.aktemur@intel.com> X-Mailer: git-send-email 1.7.0.7 In-Reply-To: X-Spam-Status: No, score=-12.8 required=5.0 tests=BAYES_00, KAM_DMARC_NONE, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org 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: , X-List-Received-Date: Fri, 11 Sep 2020 11:56:20 -0000 > Hi, > > This is a follow-up of > > https://sourceware.org/pipermail/gdb-patches/2020-July/170984.html > > which is a short series about conditional breakpoints where the > condition may be invalid at some breakpoint locations because of their > context. Currently, GDB does not allow defining a condition if it's > not valid at all locations. This series aims at bringing more > flexibility: the locations at which the condition expression is > invalid are disabled automatically. > > Patch 1/2 is the same as in v1. Patch 2/2 was previously an RFC. Andrew > Burgess commented on it at > > https://sourceware.org/pipermail/gdb-patches/2020-August/171012.html > > In v2, I extend Patch 2/2 with the '-force-condition' flag for the break > command, add test cases and more documentation. It is no longer an RFC. Kindly pinging for https://sourceware.org/pipermail/gdb-patches/2020-August/171387.html Thanks. Baris