Searched refs:ThreadKDP (Results 1 - 12 of 12) sorted by relevance

/external/lldb/source/Plugins/Process/MacOSX-Kernel/
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...]
H A DRegisterContextKDP_arm.h20 class ThreadKDP;
26 RegisterContextKDP_arm (ThreadKDP &thread,
58 ThreadKDP &m_kdp_thread;
H A DRegisterContextKDP_i386.h19 class ThreadKDP;
24 RegisterContextKDP_i386 (ThreadKDP &thread,
50 ThreadKDP &m_kdp_thread;
H A DRegisterContextKDP_x86_64.h19 class ThreadKDP;
25 RegisterContextKDP_x86_64 (ThreadKDP &thread,
51 ThreadKDP &m_kdp_thread;
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 DAndroid.mk18 ThreadKDP.cpp
H A DProcessKDP.h34 class ThreadKDP;
196 friend class ThreadKDP;
H A DRegisterContextKDP_arm.cpp17 #include "ThreadKDP.h"
23 RegisterContextKDP_arm::RegisterContextKDP_arm (ThreadKDP &thread, uint32_t concrete_frame_idx) :
H A DRegisterContextKDP_i386.cpp17 #include "ThreadKDP.h"
23 RegisterContextKDP_i386::RegisterContextKDP_i386 (ThreadKDP &thread, uint32_t concrete_frame_idx) :
H A DRegisterContextKDP_x86_64.cpp17 #include "ThreadKDP.h"
23 RegisterContextKDP_x86_64::RegisterContextKDP_x86_64 (ThreadKDP &thread, uint32_t concrete_frame_idx) :
H A DProcessKDP.cpp39 #include "ThreadKDP.h"
528 thread_sp.reset(new ThreadKDP (*this, g_kernel_tid));
892 static_cast<ThreadKDP *>(thread_sp.get())->SetStopInfoFrom_KDP_EXCEPTION (exc_reply_packet);
/external/lldb/source/Plugins/Process/mach-core/
H A DProcessMachCore.h24 class ThreadKDP;

Completed in 345 milliseconds