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 E550B3858D1E for ; Wed, 14 Jun 2023 13:58:00 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org E550B3858D1E 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 1q9R0a-000294-5n; Wed, 14 Jun 2023 09:58:00 -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=JxaRpevDJ/IP6pfwiD+T6MsY/V821UAKeFmx+Va/jMw=; b=O9oeBaEE1R/O 9PuA8ivqH4WpcipJEpMPdYgYx71CqRimajWldAmvrRoxZ4h5HAOEwQZWqJ4HrMG6OMNqg9R3T5nSM 4mcDvl3CFkRxlu9wr19MWzhadatKwMt3FgIIX3dMb4efy7beipA1oIYRLO2aFWETgZqHw9Esf7kiW xtt4mKkK/gTMaq76qJavAHVHYIF+6z7jXzZZCbL/5uYPX1NDjgzrE7MJEbPyTXWKzCyWhtfooCnMJ a+9VuIw4xwXGhOdxFbhib8qdAYpq4FbFWi+XpDIqA4Pp9e2blGfxT1DO012lx+dVIl1OnX6ZWWhaw gMQvdAZ27ywUz7HuooGPKg==; 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> From: Eli Zaretskii 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 List-Id: > 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.