From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by sourceware.org (Postfix) with ESMTPS id C2DD5385DC2E for ; Mon, 13 Jul 2020 08:45:59 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org C2DD5385DC2E IronPort-SDR: chjMXW0U6+YhBCCui7aIcrwVGNiHR2S3OSSULb3bpQ0f8jY13NlxQl8DK6XC4qgTYikYON/ran K6aN6AgcDWng== X-IronPort-AV: E=McAfee;i="6000,8403,9680"; a="148574962" X-IronPort-AV: E=Sophos;i="5.75,346,1589266800"; d="scan'208";a="148574962" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Jul 2020 01:45:58 -0700 IronPort-SDR: sU9XJdU0HsKNqpt7CiltTZS7ThJVn+lr8ioBe8T21+kS7l1dtKIymN6iQhUeutwhCuahUiLRYt +kl5Yhc+X3mg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,346,1589266800"; d="scan'208";a="485401379" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by fmsmga005.fm.intel.com with ESMTP; 13 Jul 2020 01:45:57 -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 06D8jvsI015626; Mon, 13 Jul 2020 09:45:57 +0100 Received: from ulvlx001.iul.intel.com (localhost [127.0.0.1]) by ulvlx001.iul.intel.com with ESMTP id 06D8juK0012426; Mon, 13 Jul 2020 10:45:56 +0200 Received: (from taktemur@localhost) by ulvlx001.iul.intel.com with LOCAL id 06D8juD9012422; Mon, 13 Jul 2020 10:45:56 +0200 From: Tankut Baris Aktemur To: gdb-patches@sourceware.org Subject: Re: [PATCH 0/3] Prevent bad conditions from putting breakpoints into broken state Date: Mon, 13 Jul 2020 10:45:40 +0200 Message-Id: X-Mailer: git-send-email 1.7.0.7 In-Reply-To: References: X-Spam-Status: No, score=-10.5 required=5.0 tests=BAYES_00, KAM_DMARC_NONE, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, KAM_LINKBAIT, 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: Mon, 13 Jul 2020 08:46:01 -0000 > Hi, > > If the condition of a breakpoint is "bad" (e.g. has unresolved > symbols, syntax errors, etc.), the breakpoint goes into a broken state > where the condition string or the condition expressions are updated > inadvertently. This small series attempts to fix that. Kindly pinging for https://sourceware.org/pipermail/gdb-patches/2020-June/169954.html Thanks. Baris