| /llvm-project-15.0.7/lldb/include/lldb/Host/common/ |
| H A D | NativeProcessProtocol.h | 52 typedef std::vector<std::unique_ptr<NativeThreadProtocol>> thread_collection; 54 static NativeThreadProtocol &thread_list_adapter(I &iter) { in thread_list_adapter() 58 typedef LockingAdaptedIterable<thread_collection, NativeThreadProtocol &, 212 NativeThreadProtocol *GetThreadAtIndex(uint32_t idx); 214 NativeThreadProtocol *GetThreadByID(lldb::tid_t tid); 220 NativeThreadProtocol *GetCurrentThread() { in GetCurrentThread() 418 std::vector<std::unique_ptr<NativeThreadProtocol>> m_threads; 475 void FixupBreakpointPCAsNeeded(NativeThreadProtocol &thread); 483 NativeThreadProtocol *GetThreadByIDUnlocked(lldb::tid_t tid);
|
| H A D | NativeThreadProtocol.h | 24 class NativeThreadProtocol { 26 NativeThreadProtocol(NativeProcessProtocol &process, lldb::tid_t tid); 28 virtual ~NativeThreadProtocol() = default;
|
| H A D | NativeRegisterContext.h | 17 class NativeThreadProtocol; variable 25 NativeRegisterContext(NativeThreadProtocol &thread); 119 virtual NativeThreadProtocol &GetThread() { return m_thread; } in GetThread() 175 NativeThreadProtocol
|
| /llvm-project-15.0.7/lldb/source/Host/common/ |
| H A D | NativeThreadProtocol.cpp | 17 NativeThreadProtocol::NativeThreadProtocol(NativeProcessProtocol &process, in NativeThreadProtocol() function in NativeThreadProtocol
|
| H A D | NativeProcessProtocol.cpp | 99 NativeThreadProtocol *NativeProcessProtocol::GetThreadAtIndex(uint32_t idx) { in GetThreadAtIndex() 106 NativeThreadProtocol * 115 NativeThreadProtocol *NativeProcessProtocol::GetThreadByID(lldb::tid_t tid) { in GetThreadByID() 135 NativeThreadProtocol *thread( in GetHardwareDebugSupportInfo() 165 std::vector<NativeThreadProtocol *> watchpoint_established_threads; in SetWatchpoint() 256 std::vector<NativeThreadProtocol *> breakpoint_established_threads; in SetHardwareBreakpoint() 569 NativeThreadProtocol &thread) { in FixupBreakpointPCAsNeeded()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/ |
| H A D | NativeRegisterContextWindows.h | 23 NativeThreadProtocol &native_thread, 28 NativeThreadProtocol &native_thread);
|
| H A D | NativeRegisterContextWindows.cpp | 22 NativeThreadProtocol &thread, RegisterInfoInterface *reg_info_interface_p) in NativeRegisterContextWindows()
|
| H A D | NativeThreadWindows.h | 22 class NativeThreadWindows : public NativeThreadProtocol {
|
| /llvm-project-15.0.7/lldb/include/lldb/ |
| H A D | lldb-private-forward.h | 16 class NativeThreadProtocol; variable
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/ |
| H A D | NativeProcessSoftwareSingleStep.h | 21 Status SetupSoftwareSingleStepping(NativeThreadProtocol &thread);
|
| H A D | NativeRegisterContextRegisterInfo.h | 25 NativeThreadProtocol &thread,
|
| H A D | NativeRegisterContextRegisterInfo.cpp | 16 NativeThreadProtocol &thread, in NativeRegisterContextRegisterInfo()
|
| H A D | NativeRegisterContextDBReg_x86.h | 22 NativeRegisterContextDBReg_x86(NativeThreadProtocol &thread) in NativeRegisterContextDBReg_x86()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/FreeBSD/ |
| H A D | NativeRegisterContextFreeBSD.h | 31 NativeThreadProtocol &native_thread);
|
| H A D | NativeRegisterContextFreeBSD_arm.cpp | 32 const ArchSpec &target_arch, NativeThreadProtocol &native_thread) { in CreateHostNativeRegisterContextFreeBSD() 37 const ArchSpec &target_arch, NativeThreadProtocol &native_thread) in NativeRegisterContextFreeBSD_arm()
|
| H A D | NativeRegisterContextFreeBSD_mips64.cpp | 32 const ArchSpec &target_arch, NativeThreadProtocol &native_thread) { in CreateHostNativeRegisterContextFreeBSD() 37 const ArchSpec &target_arch, NativeThreadProtocol &native_thread) in NativeRegisterContextFreeBSD_mips64()
|
| H A D | NativeRegisterContextFreeBSD_arm.h | 33 NativeThreadProtocol &native_thread);
|
| H A D | NativeRegisterContextFreeBSD_mips64.h | 33 NativeThreadProtocol &native_thread);
|
| H A D | NativeRegisterContextFreeBSD_powerpc.h | 33 NativeThreadProtocol &native_thread);
|
| H A D | NativeRegisterContextFreeBSD_arm64.h | 40 NativeThreadProtocol &native_thread);
|
| H A D | NativeRegisterContextFreeBSD_powerpc.cpp | 69 const ArchSpec &target_arch, NativeThreadProtocol &native_thread) { in CreateHostNativeRegisterContextFreeBSD() 85 const ArchSpec &target_arch, NativeThreadProtocol &native_thread) in NativeRegisterContextFreeBSD_powerpc()
|
| H A D | NativeRegisterContextFreeBSD_arm64.cpp | 33 const ArchSpec &target_arch, NativeThreadProtocol &native_thread) { in CreateHostNativeRegisterContextFreeBSD() 38 const ArchSpec &target_arch, NativeThreadProtocol &native_thread) in NativeRegisterContextFreeBSD_arm64()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/NetBSD/ |
| H A D | NativeRegisterContextNetBSD.h | 31 NativeThreadProtocol &native_thread);
|
| H A D | NativeRegisterContextNetBSD_x86_64.h | 38 NativeThreadProtocol &native_thread);
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerLLGS.cpp | 645 GetRegistersAsJSON(NativeThreadProtocol &thread) { in GetRegistersAsJSON() 736 for (NativeThreadProtocol &thread : process.Threads()) { in GetJSONThreadsInfo() 798 NativeThreadProtocol &thread) { in PrepareStopReplyPacketForThread() 896 for (NativeThreadProtocol &thread : process.Threads()) { in PrepareStopReplyPacketForThread() 1003 NativeThreadProtocol *thread = process.GetThreadByID(tid); in SendStopReplyPacketForThread() 2074 for (NativeThreadProtocol &thread : process.Threads()) { in AddProcessThreads() 2116 NativeThreadProtocol *thread = GetThreadFromSuffix(packet); in Handle_g() 2180 NativeThreadProtocol *thread = GetThreadFromSuffix(packet); in Handle_p() 2269 NativeThreadProtocol *thread = GetThreadFromSuffix(packet); in Handle_P() 2379 NativeThreadProtocol *thread = in Handle_H() [all …]
|