[Lldb-commits] [PATCH] D75696: Correctly detect iOS simulator processes.
Adrian Prantl via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Mar 5 17:31:11 PST 2020
aprantl updated this revision to Diff 248634.
aprantl added a comment.
Here is a more principled variant of the patch. I pushed the logic down to debugserver, so we don't need to guess or fixup anything in LLDB.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75696/new/
https://reviews.llvm.org/D75696
Files:
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
lldb/test/API/functionalities/gdb_remote_client/TestIOSSimulator.py
lldb/test/API/functionalities/gdb_remote_client/TestWasm.py
lldb/test/API/functionalities/gdb_remote_client/gdbclientutils.py
lldb/tools/debugserver/source/MacOSX/MachProcess.mm
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75696.248634.patch
Type: text/x-patch
Size: 8122 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200306/b1662cf0/attachment-0001.bin>
More information about the lldb-commits
mailing list