From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from eggs.gnu.org (eggs.gnu.org [IPv6:2001:470:142:3::10]) by sourceware.org (Postfix) with ESMTPS id 1346F385842C for ; Wed, 7 Jun 2023 12:38:13 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 1346F385842C Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gnu.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gnu.org Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q6sQR-0008VP-2d; Wed, 07 Jun 2023 08:38:07 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=NShSLmvegWJ7rngpQxoubXSlq4QP1T4o8jifTwHdUiU=; b=Zndhw4U4TuWC 988KpH43Q6vtfwEfwhIJ45sf+oAIndr7yq+g+m3Nwym+d92SU11JH0xkT3xxJ5GtfGPdMqxdjfd3+ GrGiaVtmpiMyfGNhrTkm1GMWO0L/ekmvoY6O+FFqMVXxiOUTWYrwnwFfE3wszsDR87lZcbyV770PD 5CPGDOWqn9vcXaPHKz9eeLXDJmtxHbf3MBXvn9GuFa8sq9B4mc6ROXMIwNWXreZu61Taa8Svfxfz6 0Dm2AAaaZDJcKj1l1ZuWRkkFrF7ZnrjDF2F6RvWcvhuoRBdDe7N9bpAkF9kMsOmzjOomIs67ulqX6 ltlQoVHdt1TpvqjVQWjH2Q==; Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q6sQQ-0005DY-Hs; Wed, 07 Jun 2023 08:38:06 -0400 Date: Wed, 07 Jun 2023 15:38:10 +0300 Message-Id: <835y7z4fd9.fsf@gnu.org> From: Eli Zaretskii To: Andrew Burgess Cc: christina.schimpe@intel.com, gdb-patches@sourceware.org, simark@simark.ca In-Reply-To: <87a5xb3bk9.fsf@redhat.com> (message from Andrew Burgess on Wed, 07 Jun 2023 09:45:42 +0100) Subject: Re: [PATCH v4 1/1] gdb, breakpoint: add breakpoint location debugging logs References: <20230601163345.3895525-1-christina.schimpe@intel.com> <20230601163345.3895525-2-christina.schimpe@intel.com> <87a5xb3bk9.fsf@redhat.com> X-Spam-Status: No, score=1.7 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_BARRACUDACENTRAL,SPF_HELO_PASS,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: > From: Andrew Burgess > Cc: eliz@gnu.org, simark@simark.ca > Date: Wed, 07 Jun 2023 09:45:42 +0100 > > Christina Schimpe writes: > > > From: Mihails Strasuns > > > > Add new commands: > > > > set debug breakpoints on|off > > show debug breakpoints Sorry for missing this, but where's the original submission? I don't see it in my inbox.