Searched refs:ThreadKDP (Results 1 – 15 of 15) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/ |
| H A D | ThreadKDP.cpp | 39 ThreadKDP::ThreadKDP(Process &process, lldb::tid_t tid) in ThreadKDP() function in ThreadKDP 46 ThreadKDP::~ThreadKDP() { in ~ThreadKDP() 52 const char *ThreadKDP::GetName() { in GetName() 58 const char *ThreadKDP::GetQueueName() { return nullptr; } in GetQueueName() 60 void ThreadKDP::RefreshStateAfterStop() { in RefreshStateAfterStop() 75 bool ThreadKDP::ThreadIDIsValid(lldb::tid_t thread) { return thread != 0; } in ThreadIDIsValid() 77 void ThreadKDP::Dump(Log *log, uint32_t index) {} in Dump() 79 bool ThreadKDP::ShouldStop(bool &step_more) { return true; } in ShouldStop() 80 lldb::RegisterContextSP ThreadKDP::GetRegisterContext() { in GetRegisterContext() 87 ThreadKDP::CreateRegisterContextForFrame(StackFrame *frame) { in CreateRegisterContextForFrame() [all …]
|
| H A D | RegisterContextKDP_x86_64.h | 14 class ThreadKDP; variable 18 RegisterContextKDP_x86_64(ThreadKDP &thread, uint32_t concrete_frame_idx); 35 ThreadKDP &m_kdp_thread;
|
| H A D | RegisterContextKDP_i386.h | 14 class ThreadKDP; variable 18 RegisterContextKDP_i386(ThreadKDP &thread, uint32_t concrete_frame_idx); 35 ThreadKDP &m_kdp_thread;
|
| H A D | RegisterContextKDP_arm64.h | 15 class ThreadKDP; variable 19 RegisterContextKDP_arm64(ThreadKDP &thread, uint32_t concrete_frame_idx); 40 ThreadKDP &m_kdp_thread;
|
| H A D | RegisterContextKDP_arm.h | 14 class ThreadKDP; variable 18 RegisterContextKDP_arm(ThreadKDP &thread, uint32_t concrete_frame_idx); 39 ThreadKDP &m_kdp_thread;
|
| H A D | ThreadKDP.h | 19 class ThreadKDP : public lldb_private::Thread { 21 ThreadKDP(lldb_private::Process &process, lldb::tid_t tid); 23 ~ThreadKDP() override;
|
| H A D | ProcessKDP.h | 28 class ThreadKDP; variable 137 friend class ThreadKDP;
|
| H A D | CMakeLists.txt | 17 ThreadKDP.cpp
|
| H A D | RegisterContextKDP_i386.cpp | 16 RegisterContextKDP_i386::RegisterContextKDP_i386(ThreadKDP &thread, in RegisterContextKDP_i386()
|
| H A D | RegisterContextKDP_x86_64.cpp | 17 ThreadKDP &thread, uint32_t concrete_frame_idx) in RegisterContextKDP_x86_64()
|
| H A D | RegisterContextKDP_arm64.cpp | 17 RegisterContextKDP_arm64::RegisterContextKDP_arm64(ThreadKDP &thread, in RegisterContextKDP_arm64()
|
| H A D | RegisterContextKDP_arm.cpp | 17 RegisterContextKDP_arm::RegisterContextKDP_arm(ThreadKDP &thread, in RegisterContextKDP_arm()
|
| H A D | ProcessKDP.cpp | 490 thread_sp = std::make_shared<ThreadKDP>(*this, g_kernel_tid); in GetKernelThread() 797 static_cast<ThreadKDP *>(thread_sp.get()) in AsyncThread()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/mach-core/ |
| H A D | ProcessMachCore.h | 19 class ThreadKDP; variable
|
| /openbsd-src/gnu/llvm/clang/docs/tools/ |
| H A D | clang-formatted-files.txt | 4344 lldb/source/Plugins/Process/MacOSX-Kernel/ThreadKDP.cpp 4345 lldb/source/Plugins/Process/MacOSX-Kernel/ThreadKDP.h
|