[all-commits] [llvm/llvm-project] b10991: [lldb] [gdb-remote] Always send PID when detaching...
Michał Górny via All-commits
all-commits at lists.llvm.org
Mon Sep 20 04:29:32 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b1099120ff963d0a0f1de12e3315b1ee4e4ed7e7
https://github.com/llvm/llvm-project/commit/b1099120ff963d0a0f1de12e3315b1ee4e4ed7e7
Author: Michał Górny <mgorny at moritz.systems>
Date: 2021-09-20 (Mon, 20 Sep 2021)
Changed paths:
M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
M lldb/test/API/functionalities/gdb_remote_client/TestGDBRemoteClient.py
Log Message:
-----------
[lldb] [gdb-remote] Always send PID when detaching w/ multiprocess
Always send PID in the detach packet when multiprocess extensions are
enabled. This is required by qemu's GDB server, as plain 'D' packet
results in an error and the emulated system is not resumed.
Differential Revision: https://reviews.llvm.org/D110033
More information about the All-commits
mailing list