Home
last modified time | relevance | path

Searched refs:LOG_THREAD (Results 1 – 8 of 8) sorted by relevance

/external/lldb/tools/debugserver/source/MacOSX/
DMachThread.cpp51 …DNBLogThreadedIf(LOG_THREAD | LOG_VERBOSE, "MachThread::MachThread ( process = %p, tid = 0x%8.8" P… in MachThread()
56 …DNBLogThreadedIf(LOG_THREAD | LOG_VERBOSE, "MachThread::~MachThread() for tid = 0x%8.8" PRIx64 " (… in ~MachThread()
64 DNBLogThreadedIf(LOG_THREAD | LOG_VERBOSE, "MachThread::%s ( )", __FUNCTION__); in Suspend()
70 if (DNBLogCheckLogBit(LOG_THREAD) || err.Fail()) in Suspend()
78 DNBLogThreadedIf(LOG_THREAD | LOG_VERBOSE, "MachThread::%s ( )", __FUNCTION__); in Resume()
88 DNBLogThreadedIf(LOG_THREAD | LOG_VERBOSE, "MachThread::%s ( )", __FUNCTION__); in SetSuspendCountBeforeResume()
116 if (DNBLogCheckLogBit(LOG_THREAD) || err.Fail()) in SetSuspendCountBeforeResume()
135 DNBLogThreadedIf(LOG_THREAD | LOG_VERBOSE, "MachThread::%s ( )", __FUNCTION__); in RestoreSuspendCountAfterStop()
145 if (DNBLogCheckLogBit(LOG_THREAD) || err.Fail()) in RestoreSuspendCountAfterStop()
166 if (DNBLogCheckLogBit(LOG_THREAD) || err.Fail()) in RestoreSuspendCountAfterStop()
[all …]
DMachThreadList.cpp252 …DNBLogThreadedIf (LOG_THREAD, "MachThreadList::UpdateThreadList (pid = %4.4x, update = %u) process… in UpdateThreadList()
281 if (DNBLogCheckLogBit(LOG_THREAD) || err.Fail()) in UpdateThreadList()
438 …DNBLogThreadedIf (LOG_THREAD, "MachThreadList::ProcessWillResume (pid = %4.4x) stop-id=%u, resumin… in ProcessWillResume()
DMachProcess.cpp175 …DNBLogThreadedIf (LOG_THREAD, "thread = 0x%8.8" PRIx32 " calling thread_abort_safely (tid) => %u (… in SyncThreadState()
1167 if (DNBLogCheckLogBit(LOG_THREAD)) in ExceptionMessageBundleComplete()
/external/lldb/tools/debugserver/source/MacOSX/arm/
DDNBArchImpl.cpp184 …DNBLogThreadedIf(LOG_THREAD, "thread_get_state(0x%4.4x, %u, &gpr, %u) => 0x%8.8x (count = %u) regs… in GetGPRState()
222 if (DNBLogEnabledForAny (LOG_THREAD)) in GetVFPState()
675 DNBLogThreadedIf(LOG_THREAD, "hw.optional.breakpoint=%u", n); in NumSupportedHardwareBreakpoints()
694 …DNBLogThreadedIf(LOG_THREAD, "DBGDIDR=0x%8.8x (number BRP pairs = %u)", register_DBGDIDR, numBRPs); in NumSupportedHardwareBreakpoints()
703 DNBLogThreadedIf(LOG_THREAD, "hw.cpusubtype=%d", cpusubtype); in NumSupportedHardwareBreakpoints()
705 … DNBLogThreadedIf(LOG_THREAD, "Hardware breakpoints disabled for armv7 (rdar://problem/6372672)"); in NumSupportedHardwareBreakpoints()
734 DNBLogThreadedIf(LOG_THREAD, "hw.optional.watchpoint=%u", n); in NumSupportedHardwareWatchpoints()
750 …DNBLogThreadedIf(LOG_THREAD, "DBGDIDR=0x%8.8x (number WRP pairs = %u)", register_DBGDIDR, numWRPs); in NumSupportedHardwareWatchpoints()
760 DNBLogThreadedIf(LOG_THREAD, "hw.cpusubtype=0x%d", cpusubtype); in NumSupportedHardwareWatchpoints()
763 … DNBLogThreadedIf(LOG_THREAD, "Hardware watchpoints disabled for armv7 (rdar://problem/6372672)"); in NumSupportedHardwareWatchpoints()
[all …]
/external/lldb/tools/debugserver/source/
DDNBDefs.h127 #define LOG_THREAD (1u << 2) macro
144 (LOG_THREAD) |\
DRNBRemote.cpp1817 bitmask |= LOG_THREAD; in set_logging()
/external/lldb/tools/debugserver/source/MacOSX/x86_64/
DDNBArchImplX86_64.cpp113 …DNBLogThreadedIf (LOG_THREAD, "CPUHasAVX(): g_has_avx = %i (err = %i, errno = %i, xnu_version = %l… in CPUHasAVX()
184 DNBLogThreadedIf (LOG_THREAD, "::thread_get_state (0x%4.4x, %u, &gpr, %u) => 0x%8.8x" in GetGPRState()
418 …DNBLogThreadedIf (LOG_THREAD, "::thread_get_state (0x%4.4x, %u, &avx, %u (%u passed in) carp) => 0… in GetFPUState()
426 …DNBLogThreadedIf (LOG_THREAD, "::thread_get_state (0x%4.4x, %u, &fpu, %u (%u passed in) => 0x%8.8x… in GetFPUState()
450 …DNBLogThreadedIf (LOG_THREAD, "thread = 0x%4.4x calling thread_abort_safely (tid) => %u (SetGPRSta… in SetGPRState()
453 DNBLogThreadedIf (LOG_THREAD, "::thread_set_state (0x%4.4x, %u, &gpr, %u) => 0x%8.8x" in SetGPRState()
1969 …DNBLogThreadedIf (LOG_THREAD, "DNBArchImplX86_64::GetRegisterContext (buf = %p, len = %llu) error:… in GetRegisterContext()
1975 …DNBLogThreadedIf (LOG_THREAD, "DNBArchImplX86_64::GetRegisterContext (buf = %p, len = %llu) error:… in GetRegisterContext()
1981 …DNBLogThreadedIf (LOG_THREAD, "DNBArchImplX86_64::GetRegisterContext (buf = %p, len = %llu) error:… in GetRegisterContext()
1990 …DNBLogThreadedIf (LOG_THREAD, "DNBArchImplX86_64::GetRegisterContext (buf = %p, len = %llu) => %ll… in GetRegisterContext()
[all …]
/external/lldb/tools/debugserver/source/MacOSX/i386/
DDNBArchImplI386.cpp487 …DNBLogThreadedIf (LOG_THREAD, "::thread_get_state (0x%4.4x, %u, &avx, %u (%u passed in)) => 0x%8.8… in GetFPUState()
495 …DNBLogThreadedIf (LOG_THREAD, "::thread_get_state (0x%4.4x, %u, &fpu, %u (%u passed in) => 0x%8.8x… in GetFPUState()
1574 …DNBLogThreadedIf (LOG_THREAD, "DNBArchImplI386::GetRegisterContext (buf = %p, len = %llu) error: G… in GetRegisterContext()
1579 …DNBLogThreadedIf (LOG_THREAD, "DNBArchImplI386::GetRegisterContext (buf = %p, len = %llu) error: %… in GetRegisterContext()
1584 …DNBLogThreadedIf (LOG_THREAD, "DNBArchImplI386::GetRegisterContext (buf = %p, len = %llu) error: E… in GetRegisterContext()
1593 …DNBLogThreadedIf (LOG_THREAD, "DNBArchImplI386::GetRegisterContext (buf = %p, len = %llu) => %llu"… in GetRegisterContext()
1613 …DNBLogThreadedIf (LOG_THREAD, "DNBArchImplI386::SetRegisterContext (buf = %p, len = %llu) error: G… in SetRegisterContext()
1615 …DNBLogThreadedIf (LOG_THREAD, "DNBArchImplI386::SetRegisterContext (buf = %p, len = %llu) error: %… in SetRegisterContext()
1617 …DNBLogThreadedIf (LOG_THREAD, "DNBArchImplI386::SetRegisterContext (buf = %p, len = %llu) error: E… in SetRegisterContext()
1619 …DNBLogThreadedIf (LOG_THREAD, "DNBArchImplI386::SetRegisterContext (buf = %p, len = %llu) => %llu"… in SetRegisterContext()