From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by sourceware.org (Postfix) with ESMTPS id 7BF403858D38 for ; Tue, 21 Jul 2020 09:09:07 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 7BF403858D38 IronPort-SDR: nKXQdA4N0ljB4ayiO7UulaRdaeDp8iNyBlR0e132Ky4LADEI9JL1viL3FOWMf9GQjwZmyLhDZB Uy35mFP9aK8Q== X-IronPort-AV: E=McAfee;i="6000,8403,9688"; a="211641968" X-IronPort-AV: E=Sophos;i="5.75,378,1589266800"; d="scan'208";a="211641968" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Jul 2020 02:09:06 -0700 IronPort-SDR: iZsHXR8kVwZcdwSgIAO4BrlYgH3jWZglLShRiL3afj5NT5PFkySsfqqd1sYbV6IMjTKLwzrdHx mANEay6ITUFQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,378,1589266800"; d="scan'208";a="287851345" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by orsmga006.jf.intel.com with ESMTP; 21 Jul 2020 02:09:05 -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 06L99430011196; Tue, 21 Jul 2020 10:09:04 +0100 Received: from ulvlx001.iul.intel.com (localhost [127.0.0.1]) by ulvlx001.iul.intel.com with ESMTP id 06L994oY023578; Tue, 21 Jul 2020 11:09:04 +0200 Received: (from taktemur@localhost) by ulvlx001.iul.intel.com with LOCAL id 06L9943i023574; Tue, 21 Jul 2020 11:09:04 +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: Tue, 21 Jul 2020 11:08:31 +0200 Message-Id: <1595322511-23245-1-git-send-email-tankut.baris.aktemur@intel.com> X-Mailer: git-send-email 1.7.0.7 In-Reply-To: References: X-Spam-Status: No, score=-8.2 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: Tue, 21 Jul 2020 09:09:09 -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