Home
last modified time | relevance | path

Searched refs:DNBLogError (Results 1 – 11 of 11) sorted by relevance

/openbsd/gnu/llvm/lldb/tools/debugserver/source/
H A DDNBLog.h95 #define DNBLogError(fmt, ...) \ macro
132 #define DNBLogError(...) ((void)0)
H A DRNBServices.cpp222 DNBLogError("empty application property list."); in ListApplications()
226 DNBLogError("serializing task list."); in ListApplications()
H A DDNB.cpp148 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 DDNBRegisterInfo.cpp155 DNBLogError( in Dump()
H A DRNBRemote.cpp3299 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 DMachProcess.mm175 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 DMachTask.mm526 DNBLogError(
662 DNBLogError("MachTask::%s (): task invalid, exception thread start failed.",
/openbsd/gnu/llvm/lldb/tools/debugserver/source/MacOSX/arm/
H A DDNBArchImpl.cpp611 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 DDNBArchImplARM64.cpp604 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 DDNBArchImplI386.cpp1024 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 DDNBArchImplX86_64.cpp834 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()