public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug dap/31272] New: DAP stepOut request does not handle singleThread parameter
@ 2024-01-22 13:30 tromey at sourceware dot org
2024-01-23 16:05 ` [Bug dap/31272] " tromey at sourceware dot org
0 siblings, 1 reply; 2+ messages in thread
From: tromey at sourceware dot org @ 2024-01-22 13:30 UTC (permalink / raw)
To: gdb-prs
https://sourceware.org/bugzilla/show_bug.cgi?id=31272
Bug ID: 31272
Summary: DAP stepOut request does not handle singleThread
parameter
Product: gdb
Version: HEAD
Status: NEW
Severity: normal
Priority: P2
Component: dap
Assignee: unassigned at sourceware dot org
Reporter: tromey at sourceware dot org
Target Milestone: ---
The DAP stepOut request can accept a 'singleThread' parameter,
but currently gdb ignores this. It looks easy to implement.
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 2+ messages in thread
* [Bug dap/31272] DAP stepOut request does not handle singleThread parameter
2024-01-22 13:30 [Bug dap/31272] New: DAP stepOut request does not handle singleThread parameter tromey at sourceware dot org
@ 2024-01-23 16:05 ` tromey at sourceware dot org
0 siblings, 0 replies; 2+ messages in thread
From: tromey at sourceware dot org @ 2024-01-23 16:05 UTC (permalink / raw)
To: gdb-prs
https://sourceware.org/bugzilla/show_bug.cgi?id=31272
Tom Tromey <tromey at sourceware dot org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |INVALID
--- Comment #1 from Tom Tromey <tromey at sourceware dot org> ---
I'm just mistaken about this:
@request("stepOut", response=False)
def step_out(*, threadId: int, singleThread: bool = False, **args):
_handle_thread_step(threadId, singleThread, True)
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-01-23 16:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-22 13:30 [Bug dap/31272] New: DAP stepOut request does not handle singleThread parameter tromey at sourceware dot org
2024-01-23 16:05 ` [Bug dap/31272] " tromey at sourceware dot org
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).