From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 39A53385841A; Tue, 1 Aug 2023 19:15:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 39A53385841A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1690917357; bh=1t802p2wsbTGndKxp6ttDldcSOHqcXa96QcGVS2xEXo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Rpr9Loc6cJBTn6CNHU2Gsw5AGBOm0I7VNUGOat/XRiVJI4To8rK6nioGAiGT5sBVW 3K5qleAKT0H9g/z2C/H5VpCuzVMOc25tLGoids8gAC9N09IqhgyPRnAMJcZzxOsxVy 16x/TIMlYpJqTvaRPYe1KuZTfafZxWz2a178Oiuw= From: "cvs-commit at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug dap/30691] Implement "source" request Date: Tue, 01 Aug 2023 19:15:56 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: dap X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: tromey at sourceware dot org X-Bugzilla-Target-Milestone: 14.1 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D30691 --- Comment #3 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Tom Tromey : https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D13bd1a917596= 2980a3b0f1c0598698858c72fc04 commit 13bd1a9175962980a3b0f1c0598698858c72fc04 Author: Tom Tromey Date: Thu Jul 27 14:27:05 2023 -0600 Implement DAP "source" request This implements the DAP "source" request. I renamed the "loadedSources" function from "sources" to "loaded_sources" to avoid any confusion. I also moved the loadedSources test to the new sources.exp. Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=3D30691 --=20 You are receiving this mail because: You are on the CC list for the bug.=