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 4C23C3858C54 for ; Wed, 7 Jun 2023 15:32:47 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 4C23C3858C54 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 1q6v9R-0000O9-He; Wed, 07 Jun 2023 11:32:45 -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=/LBF5hhLSbezgwAtUBM3ThcLxGw2GxB/Lk3UAP/FmEY=; b=M6pz7lcT7IoZ z1NbZ7RrSDsKw1B3nUH2GeXI8fuMVj4IiQTsQPBxZJ/2hG1d4h6CFCAtOSxRsZi90j3X2DCkwDBxT 1QmMqtBbKB4BA9wRmAaQD9RTVe289KHdwOs/keAaARVvWI8BPbMoJo+fsAqirg/CKFZJmpr8uibWR wmF4ylDoMprH4mqqCD/7Blzp6nb/vFZwkR/3s9jLvS2iQZSkIyLGqJLGtR0ndu1dGQk5aiqVMB+dk Lpwg+t+Xibeno8+Za7McgFi9EgSIXgfpbJ/D1qgd4qU36A20Nf26+7dK79/gxdpaL7tDhx9wWHEFD 4A/nDIOlWcTPyFrK1varPw==; 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 1q6v9R-0005jX-14; Wed, 07 Jun 2023 11:32:45 -0400 Date: Wed, 07 Jun 2023 18:32:48 +0300 Message-Id: <83ttvj2spr.fsf@gnu.org> From: Eli Zaretskii To: Andrew Burgess Cc: christina.schimpe@intel.com, gdb-patches@sourceware.org, simark@simark.ca In-Reply-To: <87edmn1gla.fsf@redhat.com> (message from Andrew Burgess on Wed, 07 Jun 2023 15:40:01 +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> <835y7z4fd9.fsf@gnu.org> <87edmn1gla.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: christina.schimpe@intel.com, gdb-patches@sourceware.org, simark@simark.ca > Date: Wed, 07 Jun 2023 15:40:01 +0100 > > Eli Zaretskii writes: > > >> > 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. > > Does this help at all? > > https://inbox.sourceware.org/gdb-patches/20230601163345.3895525-2-christina.schimpe@intel.com/ Yes, thanks. The documentation parts are approved. Reviewed-By: Eli Zaretskii