<rdar://problem/14814689>

Add a log message to the console that will display the error code when we fail to reply to a mach message.

llvm-svn: 194623
This commit is contained in:
Greg Clayton 2013-11-13 23:33:41 +00:00
parent c60ae7e1fa
commit 1d61d31a4d
1 changed files with 1 additions and 2 deletions

View File

@ -428,8 +428,7 @@ MachException::Message::Reply(MachProcess *process, int signal)
{
if (state.task_port == process->Task().TaskPort())
{
if (DNBLogCheckLogBit(LOG_EXCEPTIONS))
err.LogThreaded("::mach_msg() - failed (task)");
DNBLogThreaded("error: mach_msg() returned an error when replying to a mach exception: error = %u", err.Error());
abort ();
}
else