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 C8FD93858D1E for ; Mon, 1 May 2023 17:45:04 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org C8FD93858D1E 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 1ptXaC-0006Rx-82; Mon, 01 May 2023 13:45:04 -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=m7jwFM0qYLp77iAZNO8dsPye7ahevxfCK1BGCoiE+jE=; b=QYCVanI0/b0w M7A4zLobe5dOvrryd1d1I1LrfSMne6CnLbJfJ8CUaS7V28LfQVaHc4vIH5kkX/Kki91454i2UUSKi b6tXKDP2hMME2FSShXFs8QmpLtWD5Fkw+2vXPx9cNYh7a13Sw92P5c9aYBl4y+fwyQey8Y3qPLdia a5GZGKz7GtMQA6XTF9tHbCp4ZbyQ/TVLTH3nLVt8AHqp0K4LocBJZ1PmFtNyD0Z4BFREh/+EqG+cb VCk9EQWlAlS/ZuxAQJ5MJJmTnOchog3kQMHhL4xlRXXVC2Ey+lq4K2unUHVPZcycJO0axXlVIs4Ug qD6pDyGYEcirX7Cw++D/KA==; 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 1ptXaA-0002vl-Hp; Mon, 01 May 2023 13:45:03 -0400 Date: Mon, 01 May 2023 20:45:44 +0300 Message-Id: <83ildcndx3.fsf@gnu.org> From: Eli Zaretskii To: Tom Tromey Cc: gdb-patches@sourceware.org In-Reply-To: <87354gvv3p.fsf@tromey.com> (message from Tom Tromey on Mon, 01 May 2023 11:07:22 -0600) Subject: Re: [PATCH] Document DAP 'launch' parameter References: <20230414181852.3955774-1-tromey@adacore.com> <87354gvv3p.fsf@tromey.com> X-Spam-Status: No, score=1.6 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: Tom Tromey > Cc: Tom Tromey , Eli Zaretskii > Date: Mon, 01 May 2023 11:07:22 -0600 > > Tom> The Debugger Adapter Protocol defines a "launch" request but leaves > Tom> the parameters up to the implementation: > > Tom> Since launching is debugger/runtime specific, the arguments for > Tom> this request are not part of this specification. > > Tom> This patch adds some documentation for the parameter GDB currently > Tom> defines. Note that I plan to add more parameters here, and perhaps > Tom> there will be other extensions in time as well. > Tom> --- > Tom> gdb/doc/gdb.texinfo | 19 +++++++++++++++++++ > > Ping. Apologies for missing this. This is okay, but where you mention the "file" command, please add a cross-reference to where that command is described in the manual. Reviewed-By: Eli Zaretskii