[Lldb-commits] [PATCH] D94357: [NFC] Add some additional, unconditional, logging to debugserver mostly related to app launching/attaching
Jason Molenda via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Sat Jan 9 02:11:23 PST 2021
jasonmolenda created this revision.
jasonmolenda added a project: LLDB.
Herald added a subscriber: JDevlieghere.
jasonmolenda requested review of this revision.
It can be tricky to find the important error messages when debugserver tries to launch or attach to a process in the system console log. Add some new logging messages to give us clear before/after logging around the critical areas, so we can search other subsystems that might issue a console message about why the app launch failed. These new logging messages are only intended to go to the system console, not stdout when running debugserver from the command line, unless logging is redirected somewhere else.
rdar://problem/67220442
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D94357
Files:
lldb/tools/debugserver/source/MacOSX/MachProcess.mm
lldb/tools/debugserver/source/MacOSX/MachTask.mm
lldb/tools/debugserver/source/RNBRemote.cpp
lldb/tools/debugserver/source/debugserver.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94357.315581.patch
Type: text/x-patch
Size: 23222 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210109/097a6288/attachment-0001.bin>
More information about the lldb-commits
mailing list