Home
last modified time | relevance | path

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

/external/llvm-project/lldb/tools/debugserver/source/
DDNBLog.h95 #define DNBLogError(fmt, ...) \ macro
132 #define DNBLogError(...) ((void)0)
DRNBServices.cpp222 DNBLogError("empty application property list."); in ListApplications()
226 DNBLogError("serializing task list."); in ListApplications()
DDNB.cpp149 DNBLogError("kqueue failed with error: (%d): %s", errno, in kqueue_thread()
158 DNBLogError("Failed to initialize kqueue event: (%d): %s", error_no, in kqueue_thread()
223 DNBLogError("Could not get kqueue for pid = %i.", pid); in spawn_kqueue_thread()
234 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()
692 DNBLogError("Error in PrepareForAttach: %s", prepare_error.AsString()); in DNBProcessAttachWait()
756 DNBLogError("error: waiting for process '%s' timed out.\n", in DNBProcessAttachWait()
DDNBRegisterInfo.cpp155 DNBLogError( in Dump()
DRNBRemote.cpp3428 DNBLogError("RNBRemote::HandlePacket_G(%s): extracted %llu of %llu " in HandlePacket_G()
3996 DNBLogError("Tried to attach to pid that doesn't exist"); in HandlePacket_v()
4002 DNBLogError("Tried to attach to process already being debugged"); in HandlePacket_v()
4021 DNBLogError("Tried to attach to process with uid mismatch"); in HandlePacket_v()
4030 DNBLogError("Developer mode is not enabled and this is a " in HandlePacket_v()
4040 DNBLogError("This is a non-interactive session"); in HandlePacket_v()
4070 DNBLogError("Attach failed: \"%s\".", err_str); in HandlePacket_v()
4271 DNBLogError( in HandlePacket_p()
4329 DNBLogError( in HandlePacket_P()
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/DarwinLog/
DDarwinLogCollector.cpp291 DNBLogError("Regex filter missing 'regex' element."); in ParseFilterRules()
304 DNBLogError("Invalid regex in filter: " in ParseFilterRules()
313 DNBLogError("Exact match filter missing " in ParseFilterRules()
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/
DMachProcess.mm174 DNBLogError("In app launch attempt, got error "
178 DNBLogError("In app launch attempt, got error "
204 DNBLogError("timed out trying to send openApplication to %s.", cstr);
209 DNBLogError("unable to launch the application with CFBundleIdentifier '%s' "
301 DNBLogError("Unrecognized event type: %s. Ignoring.", value.c_str());
417 DNBLogError("Unrecognized event type: %s. Ignoring.", value.c_str());
1954 DNBLogError("MachProcess::DisableBreakpoint ( addr = 0x%8.8llx, "
2000 DNBLogError("MachProcess::DisableBreakpoint ( addr = "
2005 DNBLogError("MachProcess::DisableBreakpoint ( addr = "
2022 DNBLogError("MachProcess::DisableBreakpoint ( addr = 0x%8.8llx, remove = "
[all …]
DMachTask.mm525 DNBLogError ("MachTask::TaskPortForProcessID task_for_pid failed: %s", str);
654 DNBLogError("MachTask::%s (): task invalid, exception thread start failed.",
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/arm64/
DDNBArchImplARM64.cpp570 DNBLogError("internal error detected: m_watchpoint_resume_step_enabled " in ThreadDidStop()
575 DNBLogError("internal error detected: m_watchpoint_resume_step_enabled " in ThreadDidStop()
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/arm/
DDNBArchImpl.cpp607 DNBLogError("internal error detected: m_watchpoint_resume_step_enabled " in ThreadDidStop()
612 DNBLogError("internal error detected: m_watchpoint_resume_step_enabled " in ThreadDidStop()
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/i386/
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()
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/x86_64/
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()