[Lldb-commits] [PATCH] D11520: [LLGS] Avoid bogus error message on process termination
Oleksiy Vyalov
ovyalov at google.com
Mon Jul 27 09:56:26 PDT 2015
ovyalov accepted this revision.
This revision is now accepted and ready to land.
================
Comment at: source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp:1158
@@ +1157,3 @@
+ if (error.Fail() && log)
+ log->Printf("GDBRemoteCommunicationServerLLGS::%s Failed to kill debugged process %" PRIu64 ".",
+ __FUNCTION__, m_debugged_process_sp->GetID());
----------------
Could you log the error string as well?
http://reviews.llvm.org/D11520
More information about the lldb-commits
mailing list