Searched defs:ThreadKDP (Results 1 - 2 of 2) sorted by relevance

/external/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DThreadKDP.h1 //===-- ThreadKDP.h ---------------------------------------*- C++ -*-===//
20 class ThreadKDP : public lldb_private::Thread class in inherits:lldb_private::Thread
23 ThreadKDP (lldb_private::Process &process,
27 ~ThreadKDP ();
H A DThreadKDP.cpp1 //===-- ThreadKDP.cpp -------------------------------------*- C++ -*-===//
11 #include "ThreadKDP.h"
40 ThreadKDP::ThreadKDP (Process &process, lldb::tid_t tid) : function in class:ThreadKDP
46 ProcessKDPLog::LogIf(KDP_LOG_THREAD, "%p: ThreadKDP::ThreadKDP (tid = 0x%4.4x)", this, GetID());
49 ThreadKDP::~ThreadKDP ()
51 ProcessKDPLog::LogIf(KDP_LOG_THREAD, "%p: ThreadKDP::~ThreadKDP (ti
[all...]

Completed in 1118 milliseconds