From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 999563858D38; Sun, 23 Jul 2023 17:48:09 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 999563858D38 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1690134489; bh=4zcX3itzDE/krLff2PT9+pOYYPbRBCfXKf5Ddj9qEqk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=BPjl+FZ5qjwPrzOC/4jPx8wV1N5h7B+LhvpR38FlEfdYITauVcwn6DGc/dStUFMsn 9ItU22yG/fSGOiotK6qc4xxqJR/DjvEEzeRK0BdPt5b0CpiftE3g2UXH0gO4sEfgAo ct8l3XuafXcnSQFwW7QwdZ/ahHiE2HSqj0Dsg3tU= From: "tromey at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug dap/30665] DAP Server: Relative paths in stacktrace response Date: Sun, 23 Jul 2023 17:48:09 +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: tromey at sourceware dot org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- 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=3D30665 --- Comment #2 from Tom Tromey --- The gdb log has: 4:38:59 PM <-- stackTrace {"request_seq":11,"type":"response","command":"stackTrace","body":{"stackFr= ames":[{"id":0,"name":"main::main","line":3,"column":0,"instructionPointerR= eference":"0x555555408175","source":{"name":"main.rs","path":"main.rs","sou= rceReference":0}}]},"success":true,"seq":37} ... whereas the lldb log uses "path":"/home/vmakaev/gdb-test/main.rs". gdb also sends this "path" value in other spots, so it seems specific to stack trace. --=20 You are receiving this mail because: You are on the CC list for the bug.=