[all-commits] [llvm/llvm-project] edde2e: Add unconditional logging to debugserver for launc...
Jason Molenda via All-commits
all-commits at lists.llvm.org
Mon Jan 11 22:25:57 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: edde2eb1d2093905a2cb6166e6a60f9cc04c2bbc
https://github.com/llvm/llvm-project/commit/edde2eb1d2093905a2cb6166e6a60f9cc04c2bbc
Author: Jason Molenda <jason at molenda.com>
Date: 2021-01-11 (Mon, 11 Jan 2021)
Changed paths:
M lldb/tools/debugserver/source/MacOSX/MachProcess.mm
M lldb/tools/debugserver/source/MacOSX/MachTask.mm
M lldb/tools/debugserver/source/RNBRemote.cpp
M lldb/tools/debugserver/source/debugserver.cpp
Log Message:
-----------
Add unconditional logging to debugserver for launch/attach processes
Debugging app launch/attach failures can be difficult because of
all of the messages logged to the console on a darwin system;
emitting specific messages around critical API calls can make it
easier to narrow the search for the console messages related to
the failure.
<rdar://problem/67220442>
Differential revision: https://reviews.llvm.org/D94357
More information about the All-commits
mailing list