From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id 6IiwGH7HiWQg2AMAWB0awg (envelope-from ) for ; Wed, 14 Jun 2023 09:58:22 -0400 Authentication-Results: simark.ca; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.a=rsa-sha256 header.s=default header.b=d9u55AA3; dkim-atps=neutral Received: by simark.ca (Postfix, from userid 112) id 55F501E0BB; Wed, 14 Jun 2023 09:58:22 -0400 (EDT) Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 4576E1E0AC for ; Wed, 14 Jun 2023 09:58:20 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id AA5483858434 for ; Wed, 14 Jun 2023 13:58:18 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AA5483858434 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1686751098; bh=JxaRpevDJ/IP6pfwiD+T6MsY/V821UAKeFmx+Va/jMw=; h=Date:To:Cc:In-Reply-To:Subject:References:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From:Reply-To:From; b=d9u55AA3SS2ngRvuyHYd1xACrGbqqg8a2eEezx2r94AoSotZ7TP+xRlw5xqaROowb Cl8sEq5grBSBr1J0pOl8NYT0bS1sRIjy1tHyIOeQPksW7set9sAsLi6KNlV47RNlUB pZXfSSbj2dv1/kTligvJnVu2Eb0e6VVJr6fUkUCY= Received: from eggs.gnu.org (eggs.gnu.org [IPv6:2001:470:142:3::10]) by sourceware.org (Postfix) with ESMTPS id E550B3858D1E for ; Wed, 14 Jun 2023 13:58:00 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org E550B3858D1E 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 1q9R0a-000294-5n; Wed, 14 Jun 2023 09:58:00 -0400 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 1q9R0W-00072f-LD; Wed, 14 Jun 2023 09:57:59 -0400 Date: Wed, 14 Jun 2023 16:58:17 +0300 Message-Id: <83ilbquow6.fsf@gnu.org> To: Simon Farre Cc: gdb-patches@sourceware.org In-Reply-To: <423e9cfc-0931-5529-7ef9-46c6ebfb2ef5@gmail.com> (message from Simon Farre on Wed, 14 Jun 2023 15:40:18 +0200) Subject: Re: [PATCH v1] gdb/dap - dataBreakpointInfo & setDataBreakpoints References: <20230614103327.30289-1-simon.farre.cx@gmail.com> <83pm5yuv40.fsf@gnu.org> <423e9cfc-0931-5529-7ef9-46c6ebfb2ef5@gmail.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 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: , From: Eli Zaretskii via Gdb-patches Reply-To: Eli Zaretskii Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb-patches" > Date: Wed, 14 Jun 2023 15:40:18 +0200 > Cc: gdb-patches@sourceware.org > From: Simon Farre > > > Are we okay with MD-style markup? > > Thanks. > > I'll address the nitpicks. Misspelling of "its" every time, never fails :P. > > About the MD-style markup, that's a oopsie daisy from me, I don't think > GDB actually does that, its just something I'm used to doing. It will be > removed, I think GDB does ALL_CAPS instead, right? Yes, I think so.