diff options
author | Michał Górny <mgorny@moritz.systems> | 2022-07-01 15:12:00 +0200 |
---|---|---|
committer | Michał Górny <mgorny@moritz.systems> | 2022-08-01 18:52:47 +0200 |
commit | f8603c1f6d9eb90bc6a674111bd3441458006601 (patch) | |
tree | 60f6869c70260f0b4b70d7988e0ba6c8c116a902 /clang/lib/ExtractAPI/Serialization/SymbolGraphSerializer.cpp | |
parent | 080692797724eefd15de00500d8d802e98230622 (diff) | |
download | llvm-f8603c1f6d9eb90bc6a674111bd3441458006601.zip llvm-f8603c1f6d9eb90bc6a674111bd3441458006601.tar.gz llvm-f8603c1f6d9eb90bc6a674111bd3441458006601.tar.bz2 |
[lldb] [llgs] Support resuming multiple processes via vCont w/ nonstop
Support using the vCont packet to resume multiple processes
simultaneously when in non-stop mode. The new logic now assumes that:
- actions without a thread-id or with process id of "p-1" apply to all
debugged processes
- actions with a thread-id without process id apply to the current
process (m_continue_process)
As with the other continue packets, it is only possible to resume
processes that are currently stopped (or stop these that are running).
It is unsupported to resume or stop individual threads of a running
process.
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.llvm.org/D128989
Diffstat (limited to 'clang/lib/ExtractAPI/Serialization/SymbolGraphSerializer.cpp')
0 files changed, 0 insertions, 0 deletions