Home
last modified time | relevance | path

Searched refs:NativeThreadProtocol (Results 1 – 25 of 78) sorted by relevance

1234

/openbsd-src/gnu/llvm/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h53 typedef std::vector<std::unique_ptr<NativeThreadProtocol>> thread_collection;
55 static NativeThreadProtocol &thread_list_adapter(I &iter) { in thread_list_adapter()
59 typedef LockingAdaptedIterable<thread_collection, NativeThreadProtocol &,
213 NativeThreadProtocol *GetThreadAtIndex(uint32_t idx);
215 NativeThreadProtocol *GetThreadByID(lldb::tid_t tid);
221 NativeThreadProtocol *GetCurrentThread() { in GetCurrentThread()
419 std::vector<std::unique_ptr<NativeThreadProtocol>> m_threads;
476 void FixupBreakpointPCAsNeeded(NativeThreadProtocol &thread);
484 NativeThreadProtocol *GetThreadByIDUnlocked(lldb::tid_t tid);
H A DNativeThreadProtocol.h24 class NativeThreadProtocol {
26 NativeThreadProtocol(NativeProcessProtocol &process, lldb::tid_t tid);
28 virtual ~NativeThreadProtocol() = default;
H A DNativeRegisterContext.h17 class NativeThreadProtocol; variable
25 NativeRegisterContext(NativeThreadProtocol &thread);
119 virtual NativeThreadProtocol &GetThread() { return m_thread; } in GetThread()
175 NativeThreadProtocol
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DNativeThreadProtocol.cpp17 NativeThreadProtocol::NativeThreadProtocol(NativeProcessProtocol &process, in NativeThreadProtocol() function in NativeThreadProtocol
H A DNativeProcessProtocol.cpp100 NativeThreadProtocol *NativeProcessProtocol::GetThreadAtIndex(uint32_t idx) { in GetThreadAtIndex()
107 NativeThreadProtocol *
116 NativeThreadProtocol *NativeProcessProtocol::GetThreadByID(lldb::tid_t tid) { in GetThreadByID()
136 NativeThreadProtocol *thread( in GetHardwareDebugSupportInfo()
166 std::vector<NativeThreadProtocol *> watchpoint_established_threads; in SetWatchpoint()
257 std::vector<NativeThreadProtocol *> breakpoint_established_threads; in SetHardwareBreakpoint()
588 NativeThreadProtocol &thread) { in FixupBreakpointPCAsNeeded()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DNativeRegisterContextWindows.h23 NativeThreadProtocol &native_thread,
28 NativeThreadProtocol &native_thread);
H A DNativeRegisterContextWindows.cpp22 NativeThreadProtocol &thread, RegisterInfoInterface *reg_info_interface_p) in NativeRegisterContextWindows()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/OpenBSD/
H A DNativeRegisterContextOpenBSD.h23 NativeRegisterContextOpenBSD(NativeThreadProtocol &native_thread,
33 NativeThreadProtocol &native_thread);
H A DNativeRegisterContextOpenBSD_arch.cpp26 const ArchSpec &target_arch, NativeThreadProtocol &native_thread) { in CreateHostNativeRegisterContextOpenBSD()
H A DNativeRegisterContextOpenBSD_arm64.h30 NativeThreadProtocol &native_thread);
H A DNativeThreadOpenBSD.h24 class NativeThreadOpenBSD : public NativeThreadProtocol {
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-private-forward.h16 class NativeThreadProtocol; variable
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DNativeProcessSoftwareSingleStep.h21 Status SetupSoftwareSingleStepping(NativeThreadProtocol &thread);
H A DNativeRegisterContextRegisterInfo.h25 NativeThreadProtocol &thread,
H A DNativeRegisterContextRegisterInfo.cpp16 NativeThreadProtocol &thread, in NativeRegisterContextRegisterInfo()
H A DNativeRegisterContextDBReg_x86.h22 NativeRegisterContextDBReg_x86(NativeThreadProtocol &thread) in NativeRegisterContextDBReg_x86()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/
H A DNativeRegisterContextFreeBSD.h31 NativeThreadProtocol &native_thread);
H A DNativeRegisterContextFreeBSD_arm.cpp32 const ArchSpec &target_arch, NativeThreadProtocol &native_thread) { in CreateHostNativeRegisterContextFreeBSD()
37 const ArchSpec &target_arch, NativeThreadProtocol &native_thread) in NativeRegisterContextFreeBSD_arm()
H A DNativeRegisterContextFreeBSD_mips64.cpp33 const ArchSpec &target_arch, NativeThreadProtocol &native_thread) { in CreateHostNativeRegisterContextFreeBSD()
38 const ArchSpec &target_arch, NativeThreadProtocol &native_thread) in NativeRegisterContextFreeBSD_mips64()
H A DNativeRegisterContextFreeBSD_arm.h33 NativeThreadProtocol &native_thread);
H A DNativeRegisterContextFreeBSD_powerpc.h34 NativeThreadProtocol &native_thread);
H A DNativeRegisterContextFreeBSD_mips64.h34 NativeThreadProtocol &native_thread);
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/NetBSD/
H A DNativeRegisterContextNetBSD.h31 NativeThreadProtocol &native_thread);
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp643 GetRegistersAsJSON(NativeThreadProtocol &thread) { in GetRegistersAsJSON()
734 for (NativeThreadProtocol &thread : process.Threads()) { in GetJSONThreadsInfo()
796 NativeThreadProtocol &thread) { in PrepareStopReplyPacketForThread()
862 for (NativeThreadProtocol &listed_thread : process.Threads()) { in PrepareStopReplyPacketForThread()
894 for (NativeThreadProtocol &thread : process.Threads()) { in PrepareStopReplyPacketForThread()
1001 NativeThreadProtocol *thread = process.GetThreadByID(tid); in SendStopReplyPacketForThread()
1025 for (NativeThreadProtocol &listed_thread : m_current_process->Threads()) { in EnqueueStopReplyPackets()
1412 NativeThreadProtocol *thread = m_current_process->GetCurrentThread(); in Handle_qC()
1898 NativeThreadProtocol *thread = m_current_process->GetCurrentThread(); in Handle_stop_reason()
1988 NativeThreadProtocol *thread = m_current_process->GetThreadAtIndex(0); in Handle_qRegisterInfo()
[all …]
/openbsd-src/gnu/usr.bin/clang/liblldbHostCommon/
H A DMakefile26 NativeThreadProtocol.cpp \

1234