From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-il1-x131.google.com (mail-il1-x131.google.com [IPv6:2607:f8b0:4864:20::131]) by sourceware.org (Postfix) with ESMTPS id 518783858D28 for ; Mon, 1 May 2023 17:07:25 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 518783858D28 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=adacore.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=adacore.com Received: by mail-il1-x131.google.com with SMTP id e9e14a558f8ab-32f397b44dcso44591465ab.1 for ; Mon, 01 May 2023 10:07:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=adacore.com; s=google; t=1682960844; x=1685552844; h=mime-version:user-agent:message-id:in-reply-to:date:references :subject:cc:to:from:from:to:cc:subject:date:message-id:reply-to; bh=w6grbXVqPK0qgznHKAkyymq36Wm6GWssXVVi+BiLm5g=; b=Q92fv0B7vXtEKP5crBt0q4KUUhniOx5ThmwmO/1fDsfgdmCsggtacAURLIjScqzl3y 2SEhfth1cHL6dtVnml/k6sLcHurSRv+aTcl5Np9meX6TQp43iuowaRiADGQkl7vEtHz3 4/IQEPfJ2wtJ2YPZsBjQMOpU1CAvQC3fqSJN5oclRNgcB7pJqvmFkSZ8jO7RTCidj0eM UR9OMFKnt0GWW0R3fbWuxCRTGdZugheL03mTSu+0QMr/2+WpJHCjxXsN87+1pJU/ry9F XVeVLLESO/iSY/5+bmgPkTmVwbSokzbON/zLdeDLuliz6olOEx3nVSyMCebl+YIGVD0G yJhQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1682960844; x=1685552844; h=mime-version:user-agent:message-id:in-reply-to:date:references :subject:cc:to:from:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=w6grbXVqPK0qgznHKAkyymq36Wm6GWssXVVi+BiLm5g=; b=PCirqz/XCWuGXrYKqjj6g4WiKJT1855+W9ElilWoGAs//tHgERd+T3vQahI5pKpZDK 5Y8JsEsw1i7p5j6NLqKWoBiwVQxDyK3loG4zo4X8xBb0ytKXDdmbhP+1OCKgzEtSdhTu wDSB2arPmcNMxGurQ113saJ7/EGTRZPZPp883NYkrFGrxsLEuZq+2am5NKatnukDlJzE KkPbgIO90xWA+PjT9EZggeWlfR5iZkmhBJQIB88/UbOwmOhskiV3+i2VSOeZdvM+2gDY YYmEc2YeSbZIquu6yYzwr+kw0rlC87sR3AbzrtVXLLmUXYjLMm5kBq19M/YKjwPqSshl Mc4g== X-Gm-Message-State: AC+VfDxXZhBsEUEgjFg83VTD2VDSQgT3EwdoGufnTlbXTMYHsgtj3Xw2 mnV90KSg1ptKbXWC/aNGWg1Yl3X8Vz+ISw6GsZL7XQ== X-Google-Smtp-Source: ACHHUZ7h21JxTjHHY1lheX9yzELNra2+ijklyNE4O3iVVQUC7svtBVDc1bBKVdnZ1D6gK/8ZYxu5fA== X-Received: by 2002:a05:6e02:13d1:b0:32c:b48a:9ae7 with SMTP id v17-20020a056e0213d100b0032cb48a9ae7mr10808845ilj.1.1682960843844; Mon, 01 May 2023 10:07:23 -0700 (PDT) Received: from murgatroyd (71-211-191-82.hlrn.qwest.net. [71.211.191.82]) by smtp.gmail.com with ESMTPSA id m20-20020a056e020df400b0032ab3aea0c8sm7453381ilj.88.2023.05.01.10.07.23 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 01 May 2023 10:07:23 -0700 (PDT) From: Tom Tromey To: Tom Tromey via Gdb-patches Cc: Tom Tromey , Eli Zaretskii Subject: Re: [PATCH] Document DAP 'launch' parameter References: <20230414181852.3955774-1-tromey@adacore.com> X-Attribution: Tom Date: Mon, 01 May 2023 11:07:22 -0600 In-Reply-To: <20230414181852.3955774-1-tromey@adacore.com> (Tom Tromey via Gdb-patches's message of "Fri, 14 Apr 2023 12:18:52 -0600") Message-ID: <87354gvv3p.fsf@tromey.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Status: No, score=-5.3 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: 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. Tom