/external/llvm-project/lldb/include/lldb/Host/common/ |
D | NativeThreadProtocol.h | 20 class NativeThreadProtocol { 22 NativeThreadProtocol(NativeProcessProtocol &process, lldb::tid_t tid); 24 virtual ~NativeThreadProtocol() {} in ~NativeThreadProtocol()
|
D | NativeProcessProtocol.h | 193 NativeThreadProtocol *GetThreadAtIndex(uint32_t idx); 195 NativeThreadProtocol *GetThreadByID(lldb::tid_t tid); 201 NativeThreadProtocol *GetCurrentThread() { in GetCurrentThread() 410 std::vector<std::unique_ptr<NativeThreadProtocol>> m_threads; 465 void FixupBreakpointPCAsNeeded(NativeThreadProtocol &thread); 473 NativeThreadProtocol *GetThreadByIDUnlocked(lldb::tid_t tid);
|
D | NativeRegisterContext.h | 17 class NativeThreadProtocol; variable 25 NativeRegisterContext(NativeThreadProtocol &thread); 119 virtual NativeThreadProtocol &GetThread() { return m_thread; } in GetThread() 175 NativeThreadProtocol
|
/external/llvm-project/lldb/source/Host/common/ |
D | NativeThreadProtocol.cpp | 17 NativeThreadProtocol::NativeThreadProtocol(NativeProcessProtocol &process, in NativeThreadProtocol() function in NativeThreadProtocol
|
D | NativeProcessProtocol.cpp | 87 NativeThreadProtocol *NativeProcessProtocol::GetThreadAtIndex(uint32_t idx) { in GetThreadAtIndex() 94 NativeThreadProtocol * 103 NativeThreadProtocol *NativeProcessProtocol::GetThreadByID(lldb::tid_t tid) { in GetThreadByID() 123 NativeThreadProtocol *thread( in GetHardwareDebugSupportInfo() 153 std::vector<NativeThreadProtocol *> watchpoint_established_threads; in SetWatchpoint() 244 std::vector<NativeThreadProtocol *> breakpoint_established_threads; in SetHardwareBreakpoint() 581 NativeThreadProtocol &thread) { in FixupBreakpointPCAsNeeded()
|
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/ |
D | NativeRegisterContextWindows.h | 23 NativeThreadProtocol &native_thread, 28 NativeThreadProtocol &native_thread);
|
D | NativeRegisterContextWindows.cpp | 22 NativeThreadProtocol &thread, RegisterInfoInterface *reg_info_interface_p) in NativeRegisterContextWindows()
|
D | NativeThreadWindows.h | 22 class NativeThreadWindows : public NativeThreadProtocol {
|
D | NativeRegisterContextWindows_WoW64.h | 25 NativeThreadProtocol &native_thread);
|
D | NativeRegisterContextWindows_arm.h | 24 NativeThreadProtocol &native_thread);
|
D | NativeRegisterContextWindows_arm64.h | 24 NativeThreadProtocol &native_thread);
|
D | NativeRegisterContextWindows_i386.h | 25 NativeThreadProtocol &native_thread);
|
D | NativeRegisterContextWindows_x86_64.h | 26 NativeThreadProtocol &native_thread);
|
/external/llvm-project/lldb/include/lldb/ |
D | lldb-private-forward.h | 16 class NativeThreadProtocol; variable
|
/external/llvm-project/lldb/source/Plugins/Process/Utility/ |
D | NativeRegisterContextRegisterInfo.h | 25 NativeThreadProtocol &thread,
|
D | NativeRegisterContextRegisterInfo.cpp | 16 NativeThreadProtocol &thread, in NativeRegisterContextRegisterInfo()
|
/external/llvm-project/lldb/source/Plugins/Process/FreeBSDRemote/ |
D | NativeRegisterContextFreeBSD.h | 31 NativeThreadProtocol &native_thread);
|
D | NativeThreadFreeBSD.h | 25 class NativeThreadFreeBSD : public NativeThreadProtocol {
|
D | NativeRegisterContextFreeBSD_x86_64.h | 40 NativeThreadProtocol &native_thread);
|
/external/llvm-project/lldb/source/Plugins/Process/NetBSD/ |
D | NativeRegisterContextNetBSD.h | 31 NativeThreadProtocol &native_thread);
|
D | NativeRegisterContextNetBSD_x86_64.h | 36 NativeThreadProtocol &native_thread);
|
D | NativeThreadNetBSD.h | 25 class NativeThreadNetBSD : public NativeThreadProtocol {
|
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
D | GDBRemoteCommunicationServerLLGS.cpp | 507 GetRegistersAsJSON(NativeThreadProtocol &thread) { in GetRegistersAsJSON() 591 for (NativeThreadProtocol *thread; in GetJSONThreadsInfo() 669 NativeThreadProtocol *thread = m_debugged_process_up->GetThreadByID(tid); in SendStopReplyPacketForThread() 729 NativeThreadProtocol *listed_thread; in SendStopReplyPacketForThread() 764 for (NativeThreadProtocol *thread; in SendStopReplyPacketForThread() 1380 NativeThreadProtocol *thread = m_debugged_process_up->GetCurrentThread(); in Handle_qC() 1755 NativeThreadProtocol *thread = m_debugged_process_up->GetThreadAtIndex(0); in Handle_qRegisterInfo() 1862 NativeThreadProtocol *thread; in Handle_qfThreadInfo() 1895 NativeThreadProtocol *thread = GetThreadFromSuffix(packet); in Handle_g() 1959 NativeThreadProtocol *thread = GetThreadFromSuffix(packet); in Handle_p() [all …]
|
/external/llvm-project/lldb/source/Plugins/Process/Linux/ |
D | NativeThreadLinux.h | 27 class NativeThreadLinux : public NativeThreadProtocol {
|
D | NativeRegisterContextLinux.h | 27 NativeThreadProtocol &native_thread);
|