OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StopCount
(Results
1 - 5
of
5
) sorted by null
/external/lldb/tools/debugserver/source/MacOSX/
MachThreadList.cpp
252
DNBLogThreadedIf (LOG_THREAD, "MachThreadList::UpdateThreadList (pid = %4.4x, update = %u) process stop count = %u", process->ProcessID(), update, process->
StopCount
());
256
if (process->
StopCount
() == 0)
440
process->
StopCount
(),
MachProcess.h
217
uint32_t
StopCount
() const { return m_stop_count; }
MachProcess.cpp
175
DNBLogThreadedIf (LOG_THREAD, "thread = 0x%8.8" PRIx32 " calling thread_abort_safely (tid) => %u (GetGPRState() for stop_count = %u)", thread_sp->MachPortNumber(), kret, thread_sp->Process()->
StopCount
());
[
all
...]
/external/lldb/tools/debugserver/source/
DNB.cpp
[
all
...]
/external/lldb/tools/debugserver/source/MacOSX/x86_64/
DNBArchImplX86_64.cpp
450
DNBLogThreadedIf (LOG_THREAD, "thread = 0x%4.4x calling thread_abort_safely (tid) => %u (SetGPRState() for stop_count = %u)", m_thread->MachPortNumber(), kret, m_thread->Process()->
StopCount
());
[
all
...]
Completed in 58 milliseconds