Searched refs:DNBLogError (Results 1 – 11 of 11) sorted by relevance
/openbsd/gnu/llvm/lldb/tools/debugserver/source/ |
H A D | DNBLog.h | 95 #define DNBLogError(fmt, ...) \ macro 132 #define DNBLogError(...) ((void)0)
|
H A D | RNBServices.cpp | 222 DNBLogError("empty application property list."); in ListApplications() 226 DNBLogError("serializing task list."); in ListApplications()
|
H A D | DNB.cpp | 148 DNBLogError("kqueue failed with error: (%d): %s", errno, in kqueue_thread() 157 DNBLogError("Failed to initialize kqueue event: (%d): %s", error_no, in kqueue_thread() 222 DNBLogError("Could not get kqueue for pid = %i.", pid); in spawn_kqueue_thread() 233 DNBLogError( in spawn_kqueue_thread() 424 DNBLogError("error: no processes match '%s'\n", name); in DNBProcessAttachByName() 428 DNBLogError("error: %llu processes match '%s':\n", in DNBProcessAttachByName() 432 DNBLogError("%6u - %s\n", matching_proc_infos[i].kp_proc.p_pid, in DNBProcessAttachByName() 708 DNBLogError("Error in PrepareForAttach: %s", prepare_error.AsString()); in DNBProcessAttachWait() 772 DNBLogError("error: waiting for process '%s' timed out.\n", in DNBProcessAttachWait()
|
H A D | DNBRegisterInfo.cpp | 155 DNBLogError( in Dump()
|
H A D | RNBRemote.cpp | 3299 DNBLogError("RNBRemote::HandlePacket_G(%s): extracted %llu of %llu " in HandlePacket_G() 3855 DNBLogError("debugserver is x86_64 binary running in translation, attach " in HandlePacket_v() 3873 DNBLogError("Attach failed"); in HandlePacket_v() 3892 DNBLogError("Tried to attach to pid that doesn't exist"); in HandlePacket_v() 3898 DNBLogError("Tried to attach to process already being debugged"); in HandlePacket_v() 3917 DNBLogError("Tried to attach to process with uid mismatch"); in HandlePacket_v() 3926 DNBLogError("Developer mode is not enabled and this is a " in HandlePacket_v() 3936 DNBLogError("This is a non-interactive session"); in HandlePacket_v() 3966 DNBLogError("Attach failed: \"%s\".", err_str); in HandlePacket_v() 4167 DNBLogError( in HandlePacket_p() [all …]
|
/openbsd/gnu/llvm/lldb/tools/debugserver/source/MacOSX/ |
H A D | MachProcess.mm | 175 DNBLogError( 181 DNBLogError( 214 DNBLogError("[LaunchAttach] END (%d) timed out trying to send " 749 DNBLogError("Unknown platform %u found for one binary", platform); 2739 DNBLogError( 2775 DNBLogError( 2786 DNBLogError( 4110 DNBLogError("SendEvent called with NULL event data."); 4131 DNBLogError("Failed to background application, error: %s.", 4138 DNBLogError( [all …]
|
H A D | MachTask.mm | 526 DNBLogError( 662 DNBLogError("MachTask::%s (): task invalid, exception thread start failed.",
|
/openbsd/gnu/llvm/lldb/tools/debugserver/source/MacOSX/arm/ |
H A D | DNBArchImpl.cpp | 611 DNBLogError("internal error detected: m_watchpoint_resume_step_enabled " in ThreadDidStop() 616 DNBLogError("internal error detected: m_watchpoint_resume_step_enabled " in ThreadDidStop()
|
/openbsd/gnu/llvm/lldb/tools/debugserver/source/MacOSX/arm64/ |
H A D | DNBArchImplARM64.cpp | 604 DNBLogError("internal error detected: m_watchpoint_resume_step_enabled " in ThreadDidStop() 609 DNBLogError("internal error detected: m_watchpoint_resume_step_enabled " in ThreadDidStop()
|
/openbsd/gnu/llvm/lldb/tools/debugserver/source/MacOSX/i386/ |
H A D | DNBArchImplI386.cpp | 1024 DNBLogError("%s inconsistent state detected, expected %d or %d, got: %d", in StartTransForHWP() 1033 DNBLogError("%s inconsistent state detected, expected %d, got: %d", in RollbackTransForHWP()
|
/openbsd/gnu/llvm/lldb/tools/debugserver/source/MacOSX/x86_64/ |
H A D | DNBArchImplX86_64.cpp | 834 DNBLogError("%s inconsistent state detected, expected %d or %d, got: %d", in StartTransForHWP() 843 DNBLogError("%s inconsistent state detected, expected %d, got: %d", in RollbackTransForHWP()
|