Searched refs:NativeThreadProtocol (Results 1 - 20 of 20) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/Host/common/
H A DNativeThreadProtocol.cpp1 //===-- NativeThreadProtocol.cpp --------------------------------*- C++ -*-===//
9 #include "lldb/Host/common/NativeThreadProtocol.h"
17 NativeThreadProtocol::NativeThreadProtocol(NativeProcessProtocol &process, function in class:NativeThreadProtocol
H A DNativeProcessProtocol.cpp13 #include "lldb/Host/common/NativeThreadProtocol.h"
87 NativeThreadProtocol *NativeProcessProtocol::GetThreadAtIndex(uint32_t idx) {
94 NativeThreadProtocol *
103 NativeThreadProtocol *NativeProcessProtocol::GetThreadByID(lldb::tid_t tid) {
123 NativeThreadProtocol *thread(
153 std::vector<NativeThreadProtocol *> watchpoint_established_threads;
244 std::vector<NativeThreadProtocol *> breakpoint_established_threads;
582 NativeThreadProtocol &thread) {
H A DNativeRegisterContext.cpp16 #include "lldb/Host/common/NativeThreadProtocol.h"
21 NativeRegisterContext::NativeRegisterContext(NativeThreadProtocol &thread)
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-forward.h16 class NativeThreadProtocol;
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeThreadProtocol.h1 //===-- NativeThreadProtocol.h ----------------------------------*- C++ -*-===//
19 // NativeThreadProtocol
20 class NativeThreadProtocol { class in namespace:lldb_private
22 NativeThreadProtocol(NativeProcessProtocol &process, lldb::tid_t tid);
24 virtual ~NativeThreadProtocol() {}
H A DNativeRegisterContext.h17 class NativeThreadProtocol;
23 NativeRegisterContext(NativeThreadProtocol &thread);
115 virtual NativeThreadProtocol &GetThread() { return m_thread; }
166 NativeThreadProtocol
H A DNativeProcessProtocol.h13 #include "NativeThreadProtocol.h"
188 NativeThreadProtocol *GetThreadAtIndex(uint32_t idx);
190 NativeThreadProtocol *GetThreadByID(lldb::tid_t tid);
196 NativeThreadProtocol *GetCurrentThread() {
406 std::vector<std::unique_ptr<NativeThreadProtocol>> m_threads;
461 void FixupBreakpointPCAsNeeded(NativeThreadProtocol &thread);
469 NativeThreadProtocol *GetThreadByIDUnlocked(lldb::tid_t tid);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeRegisterContextNetBSD.h12 #include "lldb/Host/common/NativeThreadProtocol.h"
23 NativeRegisterContextNetBSD(NativeThreadProtocol &native_thread,
33 NativeThreadProtocol &native_thread);
H A DNativeRegisterContextNetBSD.cpp24 NativeThreadProtocol &native_thread,
H A DNativeThreadNetBSD.h12 #include "lldb/Host/common/NativeThreadProtocol.h"
25 class NativeThreadNetBSD : public NativeThreadProtocol {
31 // NativeThreadProtocol Interface
H A DNativeRegisterContextNetBSD_x86_64.h37 NativeThreadProtocol &native_thread);
H A DNativeThreadNetBSD.cpp39 : NativeThreadProtocol(process, tid), m_state(StateType::eStateInvalid),
H A DNativeRegisterContextNetBSD_x86_64.cpp159 const ArchSpec &target_arch, NativeThreadProtocol &native_thread) {
175 const ArchSpec &target_arch, NativeThreadProtocol &native_thread)
H A DNativeProcessNetBSD.cpp371 const std::vector<std::unique_ptr<NativeThreadProtocol>> &threads,
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DNativeRegisterContextRegisterInfo.cpp16 NativeThreadProtocol &thread,
H A DNativeRegisterContextRegisterInfo.h25 NativeThreadProtocol &thread,
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
H A DNativeThreadDarwin.h23 #include "lldb/Host/common/NativeThreadProtocol.h"
36 class NativeThreadDarwin : public NativeThreadProtocol {
48 // NativeThreadProtocol Interface
H A DNativeThreadDarwin.cpp43 : NativeThreadProtocol(process, unique_thread_id),
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp30 #include "lldb/Host/common/NativeThreadProtocol.h"
406 GetRegistersAsJSON(NativeThreadProtocol &thread) {
504 for (NativeThreadProtocol *thread;
586 NativeThreadProtocol *thread = m_debugged_process_up->GetThreadByID(tid);
646 NativeThreadProtocol *listed_thread;
681 for (NativeThreadProtocol *thread;
1289 NativeThreadProtocol *thread = m_debugged_process_up->GetCurrentThread();
1663 NativeThreadProtocol *thread = m_debugged_process_up->GetThreadAtIndex(0);
1876 NativeThreadProtocol *thread;
1909 NativeThreadProtocol *threa
[all...]
H A DGDBRemoteCommunicationServerLLGS.h206 NativeThreadProtocol *GetThreadFromSuffix(StringExtractorGDBRemote &packet);

Completed in 206 milliseconds