Bug 31037 - Implement "notStopped" response
Summary: Implement "notStopped" response
Status: RESOLVED FIXED
Alias: None
Product: gdb
Classification: Unclassified
Component: dap (show other bugs)
Version: HEAD
: P2 normal
Target Milestone: 14.1
Assignee: Tom Tromey
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-11-06 20:19 UTC by Tom Tromey
Modified: 2023-11-17 15:45 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Tromey 2023-11-06 20:19:04 UTC
The protocol says that a client can return 'notStopped'
as the response when processing a message that would require
the process to be stopped.

In all-stop mode (what we have now, see bug #30470),
I think this should affect essentially all commands
except 'pause'.
Comment 1 Tom Tromey 2023-11-07 18:15:07 UTC
I have a patch.
Comment 3 Tom Tromey 2023-11-17 15:45:28 UTC
I forgot to stick the "Bug" keyword in the commit message,
so it wasn't logged here...