Searched refs:DNBLogError (Results 1 – 10 of 10) sorted by relevance
/external/lldb/tools/debugserver/source/ |
D | DNBLog.h | 66 #define DNBLogError(fmt, ...) do { if (DNBLogEnabled()) { _DNBLogError(fmt, ## __… macro 78 #define DNBLogError(...) ((void)0)
|
D | RNBServices.cpp | 213 DNBLogError("empty application property list."); in ListApplications() 219 DNBLogError("serializing task list."); in ListApplications()
|
D | DNB.cpp | 294 DNBLogError ("error: no processes match '%s'\n", name); in DNBProcessAttachByName() 299 … DNBLogError ("error: %llu processes match '%s':\n", (uint64_t)num_matching_proc_infos, name); in DNBProcessAttachByName() 302 …DNBLogError ("%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() 615 … DNBLogError ("error: waiting for process '%s' timed out.\n", waitfor_process_name); in DNBProcessAttachWait()
|
D | DNBRegisterInfo.cpp | 126 … DNBLogError("unsupported vector format %d, defaulting to hex bytes.", info.format); in Dump()
|
D | RNBRemote.cpp | 2885 …DNBLogError("RNBRemote::HandlePacket_G(%s): extracted %llu of %llu bytes, size mismatch\n", p, (ui… in HandlePacket_G() 3432 … DNBLogError("RNBRemote::HandlePacket_p(%s): unknown register number %u requested\n", p, reg); in HandlePacket_p() 3503 … DNBLogError("RNBRemote::HandlePacket_P(%s): unknown register number %u requested\n", p, reg); in HandlePacket_P()
|
/external/lldb/tools/debugserver/source/MacOSX/ |
D | MachProcess.cpp | 864 …DNBLogError("MachProcess::DisableBreakpoint ( addr = 0x%8.8llx, remove = %d ) memory write failed … in DisableBreakpoint() 904 …DNBLogError("MachProcess::DisableBreakpoint ( addr = 0x%8.8llx, remove = %d ) : failed to restore … in DisableBreakpoint() 906 …DNBLogError("MachProcess::DisableBreakpoint ( addr = 0x%8.8llx, remove = %d ) : opcode changed", (… in DisableBreakpoint() 923 …DNBLogError("MachProcess::DisableBreakpoint ( addr = 0x%8.8llx, remove = %d ) invalid breakpoint a… in DisableBreakpoint() 960 …DNBLogError("MachProcess::DisableWatchpoint ( addr = 0x%8.8llx, remove = %d ) invalid watchpoint I… in DisableWatchpoint() 1020 …DNBLogError("MachProcess::EnableBreakpoint ( addr = 0x%8.8llx ): breakpoint opcode verification fa… in EnableBreakpoint() 1025 …DNBLogError("MachProcess::EnableBreakpoint ( addr = 0x%8.8llx ): unable to read memory to verify b… in EnableBreakpoint() 1030 …DNBLogError("MachProcess::EnableBreakpoint ( addr = 0x%8.8llx ): unable to write breakpoint opcode… in EnableBreakpoint() 1035 …DNBLogError("MachProcess::EnableBreakpoint ( addr = 0x%8.8llx ): unable to read memory at breakpoi… in EnableBreakpoint() 1040 …DNBLogError("MachProcess::EnableBreakpoint ( addr = 0x%8.8llx ) no software breakpoint opcode for … in EnableBreakpoint() [all …]
|
D | MachTask.cpp | 631 DNBLogError("MachTask::%s (): task invalid, exception thread start failed.", __FUNCTION__); in StartExceptionThread()
|
/external/lldb/tools/debugserver/source/MacOSX/arm/ |
D | DNBArchImpl.cpp | 408 …DNBLogError("internal error detected: m_watchpoint_resume_step_enabled is true but (m_watchpoint_d… in ThreadDidStop() 413 …DNBLogError("internal error detected: m_watchpoint_resume_step_enabled is true but unable to disab… in ThreadDidStop()
|
/external/lldb/tools/debugserver/source/MacOSX/i386/ |
D | DNBArchImplI386.cpp | 852 …DNBLogError ("%s inconsistent state detected, expected %d or %d, got: %d", __FUNCTION__, Trans_Don… in StartTransForHWP() 862 …DNBLogError ("%s inconsistent state detected, expected %d, got: %d", __FUNCTION__, Trans_Pending, … in RollbackTransForHWP()
|
/external/lldb/tools/debugserver/source/MacOSX/x86_64/ |
D | DNBArchImplX86_64.cpp | 805 …DNBLogError ("%s inconsistent state detected, expected %d or %d, got: %d", __FUNCTION__, Trans_Don… in StartTransForHWP() 815 …DNBLogError ("%s inconsistent state detected, expected %d, got: %d", __FUNCTION__, Trans_Pending, … in RollbackTransForHWP()
|