Home
last modified time | relevance | path

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

/external/lldb/tools/debugserver/source/
DDNBLog.h66 #define DNBLogError(fmt, ...) do { if (DNBLogEnabled()) { _DNBLogError(fmt, ## __… macro
78 #define DNBLogError(...) ((void)0)
DRNBServices.cpp213 DNBLogError("empty application property list."); in ListApplications()
219 DNBLogError("serializing task list."); in ListApplications()
DDNB.cpp294 DNBLogError ("error: no processes match '%s'\n", name); in DNBProcessAttachByName()
299DNBLogError ("error: %llu processes match '%s':\n", (uint64_t)num_matching_proc_infos, name); in DNBProcessAttachByName()
302DNBLogError ("%6u - %s\n", matching_proc_infos[i].kp_proc.p_pid, matching_proc_infos[i].kp_proc.p_… in DNBProcessAttachByName()
541 DNBLogError ("Error in PrepareForAttach: %s", prepare_error.AsString()); in DNBProcessAttachWait()
615DNBLogError ("error: waiting for process '%s' timed out.\n", waitfor_process_name); in DNBProcessAttachWait()
DDNBRegisterInfo.cpp126DNBLogError("unsupported vector format %d, defaulting to hex bytes.", info.format); in Dump()
DRNBRemote.cpp2885DNBLogError("RNBRemote::HandlePacket_G(%s): extracted %llu of %llu bytes, size mismatch\n", p, (ui… in HandlePacket_G()
3432DNBLogError("RNBRemote::HandlePacket_p(%s): unknown register number %u requested\n", p, reg); in HandlePacket_p()
3503DNBLogError("RNBRemote::HandlePacket_P(%s): unknown register number %u requested\n", p, reg); in HandlePacket_P()
/external/lldb/tools/debugserver/source/MacOSX/
DMachProcess.cpp864DNBLogError("MachProcess::DisableBreakpoint ( addr = 0x%8.8llx, remove = %d ) memory write failed … in DisableBreakpoint()
904DNBLogError("MachProcess::DisableBreakpoint ( addr = 0x%8.8llx, remove = %d ) : failed to restore … in DisableBreakpoint()
906DNBLogError("MachProcess::DisableBreakpoint ( addr = 0x%8.8llx, remove = %d ) : opcode changed", (… in DisableBreakpoint()
923DNBLogError("MachProcess::DisableBreakpoint ( addr = 0x%8.8llx, remove = %d ) invalid breakpoint a… in DisableBreakpoint()
960DNBLogError("MachProcess::DisableWatchpoint ( addr = 0x%8.8llx, remove = %d ) invalid watchpoint I… in DisableWatchpoint()
1020DNBLogError("MachProcess::EnableBreakpoint ( addr = 0x%8.8llx ): breakpoint opcode verification fa… in EnableBreakpoint()
1025DNBLogError("MachProcess::EnableBreakpoint ( addr = 0x%8.8llx ): unable to read memory to verify b… in EnableBreakpoint()
1030DNBLogError("MachProcess::EnableBreakpoint ( addr = 0x%8.8llx ): unable to write breakpoint opcode… in EnableBreakpoint()
1035DNBLogError("MachProcess::EnableBreakpoint ( addr = 0x%8.8llx ): unable to read memory at breakpoi… in EnableBreakpoint()
1040DNBLogError("MachProcess::EnableBreakpoint ( addr = 0x%8.8llx ) no software breakpoint opcode for … in EnableBreakpoint()
[all …]
DMachTask.cpp631 DNBLogError("MachTask::%s (): task invalid, exception thread start failed.", __FUNCTION__); in StartExceptionThread()
/external/lldb/tools/debugserver/source/MacOSX/arm/
DDNBArchImpl.cpp408DNBLogError("internal error detected: m_watchpoint_resume_step_enabled is true but (m_watchpoint_d… in ThreadDidStop()
413DNBLogError("internal error detected: m_watchpoint_resume_step_enabled is true but unable to disab… in ThreadDidStop()
/external/lldb/tools/debugserver/source/MacOSX/i386/
DDNBArchImplI386.cpp852DNBLogError ("%s inconsistent state detected, expected %d or %d, got: %d", __FUNCTION__, Trans_Don… in StartTransForHWP()
862DNBLogError ("%s inconsistent state detected, expected %d, got: %d", __FUNCTION__, Trans_Pending, … in RollbackTransForHWP()
/external/lldb/tools/debugserver/source/MacOSX/x86_64/
DDNBArchImplX86_64.cpp805DNBLogError ("%s inconsistent state detected, expected %d or %d, got: %d", __FUNCTION__, Trans_Don… in StartTransForHWP()
815DNBLogError ("%s inconsistent state detected, expected %d, got: %d", __FUNCTION__, Trans_Pending, … in RollbackTransForHWP()