diff options
author | Michael Buch <michaelbuch12@gmail.com> | 2022-08-19 18:05:04 +0100 |
---|---|---|
committer | Michael Buch <michaelbuch12@gmail.com> | 2022-08-19 18:05:41 +0100 |
commit | 5517401f936ab5cb9db001030f027293d44aac92 (patch) | |
tree | 2ff3d22b76cfe3c15d61f5a6479733da54195f79 /lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h | |
parent | 73a9dfcee24df959b59a46d75dcbdc0bcfb50fe6 (diff) | |
download | llvm-5517401f936ab5cb9db001030f027293d44aac92.zip llvm-5517401f936ab5cb9db001030f027293d44aac92.tar.gz llvm-5517401f936ab5cb9db001030f027293d44aac92.tar.bz2 |
Revert "[lldb] [gdb-remote] Include PID in vCont packets if multiprocess"
This reverts commit ccb9d4d4addc2fb2aa94cf776d43d8be35365272.
https://reviews.llvm.org/D131758
Differential Revision: https://reviews.llvm.org/D132250
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h')
-rw-r--r-- | lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h index 4e89ade..3a62747 100644 --- a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h +++ b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h @@ -339,8 +339,6 @@ public: bool GetQXferSigInfoReadSupported(); - bool GetMultiprocessSupported(); - LazyBool SupportsAllocDeallocMemory() // const { // Uncomment this to have lldb pretend the debug server doesn't respond to |