[all-commits] [llvm/llvm-project] 0a1d80: [lldb] [gdb-remote client] Support minimal fork/vf...
Michał Górny via All-commits
all-commits at lists.llvm.org
Mon Aug 30 01:44:25 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0a1d80d56e6a0e062d493e262d3322d2ac3a04d4
https://github.com/llvm/llvm-project/commit/0a1d80d56e6a0e062d493e262d3322d2ac3a04d4
Author: Michał Górny <mgorny at moritz.systems>
Date: 2021-08-30 (Mon, 30 Aug 2021)
Changed paths:
M lldb/include/lldb/Target/Process.h
M lldb/include/lldb/Target/StopInfo.h
M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
M lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
M lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
M lldb/source/Target/StopInfo.cpp
A lldb/test/API/functionalities/gdb_remote_client/TestFork.py
M lldb/test/API/functionalities/gdb_remote_client/gdbclientutils.py
Log Message:
-----------
[lldb] [gdb-remote client] Support minimal fork/vfork handling
Add a support for handling fork/vfork stops in LLGS client. At this
point, it only sends a detach packet for the newly forked child
(and implicitly resumes the parent).
Differential Revision: https://reviews.llvm.org/D100206
More information about the All-commits
mailing list