public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
From: "artem.sokolovskii at qt dot io" <sourceware-bugzilla@sourceware.org>
To: gdb-prs@sourceware.org
Subject: [Bug dap/30820] New: Error when bypassing "source" to breakpoint
Date: Mon, 04 Sep 2023 08:20:20 +0000	[thread overview]
Message-ID: <bug-30820-4717@http.sourceware.org/bugzilla/> (raw)

https://sourceware.org/bugzilla/show_bug.cgi?id=30820

            Bug ID: 30820
           Summary: Error when bypassing "source" to breakpoint
           Product: gdb
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: dap
          Assignee: unassigned at sourceware dot org
          Reporter: artem.sokolovskii at qt dot io
  Target Milestone: ---

I updated my gdb sources and built it today. I found out that breakpoint
structure was changed for gdb dap. Before it works correctly I could add
"source" field to "Breakpoint" structure(as it is written in the
dochttps://microsoft.github.io/debug-adapter-protocol/specification#Types_Breakpoint).
But now I shouldn't do this otherwise I'm not able to set breakpoints with an
error "gdb.dap.breakpoint._rewrite_src_breakpoint() got multiple values for
keyword argument 'source".
Could you please do as it was before?

Log:
How it works now. wo "source" field.
qtc.dbg.dapengine: "Content-Length:
166\r\n\r\n{\"arguments\":{\"breakpoints\":[{\"line\":16}],\"source\":{\"path\":\"/home/artem/work/testproj/untitled/mainwindow.cpp\"}},\"command\":\"setBreakpoints\",\"seq\":15,\"type\":\"request\"}"

How it worked before. with "source" field according to documentation. 
qtc.dbg.dapengine: "Content-Length:
260\r\n\r\n{\"arguments\":{\"breakpoints\":[{\"line\":16,\"source\":{\"name\":\"mainwindow.cpp\",\"path\":\"/home/artem/work/testproj/untitled/mainwindow.cpp\"}}],\"source\":{\"path\":\"/home/artem/work/testproj/untitled/mainwindow.cpp\"}},\"command\":\"setBreakpoints\",\"seq\":15,\"type\":\"request\"}"
qtc.dbg.dapengine: insertBreakpoint 1 "1"
qtc.dbg.dapengine: "Content-Length: 207\r\n\r\n{\"request_seq\": 15, \"type\":
\"response\", \"command\": \"setBreakpoints\", \"success\": false, \"message\":
\"gdb.dap.breakpoint._rewrite_src_breakpoint() got multiple values for keyword
argument 'source'\", \"seq\": 177}"

-- 
You are receiving this mail because:
You are on the CC list for the bug.

             reply	other threads:[~2023-09-04  8:20 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-04  8:20 artem.sokolovskii at qt dot io [this message]
2023-09-04  8:36 ` [Bug dap/30820] DAP GDB: Getting an error " artem.sokolovskii at qt dot io
2023-09-04 17:53 ` tromey at sourceware dot org
2023-09-05  8:00 ` artem.sokolovskii at qt dot io
2023-09-05 13:00 ` tromey at sourceware dot org
2023-09-05 13:55 ` artem.sokolovskii at qt dot io
2023-09-12 16:37 ` cvs-commit at gcc dot gnu.org
2023-09-12 16:37 ` tromey at sourceware dot org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-30820-4717@http.sourceware.org/bugzilla/ \
    --to=sourceware-bugzilla@sourceware.org \
    --cc=gdb-prs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).