Home
last modified time | relevance | path

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

123

/external/llvm-project/lldb/include/lldb/Host/common/
DNativeThreadProtocol.h20 class NativeThreadProtocol {
22 NativeThreadProtocol(NativeProcessProtocol &process, lldb::tid_t tid);
24 virtual ~NativeThreadProtocol() {} in ~NativeThreadProtocol()
DNativeProcessProtocol.h193 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);
DNativeRegisterContext.h17 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/
DNativeThreadProtocol.cpp17 NativeThreadProtocol::NativeThreadProtocol(NativeProcessProtocol &process, in NativeThreadProtocol() function in NativeThreadProtocol
DNativeProcessProtocol.cpp87 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/
DNativeRegisterContextWindows.h23 NativeThreadProtocol &native_thread,
28 NativeThreadProtocol &native_thread);
DNativeRegisterContextWindows.cpp22 NativeThreadProtocol &thread, RegisterInfoInterface *reg_info_interface_p) in NativeRegisterContextWindows()
DNativeThreadWindows.h22 class NativeThreadWindows : public NativeThreadProtocol {
DNativeRegisterContextWindows_WoW64.h25 NativeThreadProtocol &native_thread);
DNativeRegisterContextWindows_arm64.h24 NativeThreadProtocol &native_thread);
DNativeRegisterContextWindows_arm.h24 NativeThreadProtocol &native_thread);
DNativeRegisterContextWindows_i386.h25 NativeThreadProtocol &native_thread);
DNativeRegisterContextWindows_x86_64.h26 NativeThreadProtocol &native_thread);
/external/llvm-project/lldb/include/lldb/
Dlldb-private-forward.h16 class NativeThreadProtocol; variable
/external/llvm-project/lldb/source/Plugins/Process/Utility/
DNativeRegisterContextRegisterInfo.h25 NativeThreadProtocol &thread,
DNativeRegisterContextRegisterInfo.cpp16 NativeThreadProtocol &thread, in NativeRegisterContextRegisterInfo()
/external/llvm-project/lldb/source/Plugins/Process/FreeBSDRemote/
DNativeRegisterContextFreeBSD.h31 NativeThreadProtocol &native_thread);
DNativeThreadFreeBSD.h25 class NativeThreadFreeBSD : public NativeThreadProtocol {
DNativeRegisterContextFreeBSD_x86_64.h40 NativeThreadProtocol &native_thread);
/external/llvm-project/lldb/source/Plugins/Process/NetBSD/
DNativeRegisterContextNetBSD.h31 NativeThreadProtocol &native_thread);
DNativeRegisterContextNetBSD_x86_64.h36 NativeThreadProtocol &native_thread);
DNativeThreadNetBSD.h25 class NativeThreadNetBSD : public NativeThreadProtocol {
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationServerLLGS.cpp507 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/
DNativeRegisterContextLinux.h27 NativeThreadProtocol &native_thread);
DNativeThreadLinux.h27 class NativeThreadLinux : public NativeThreadProtocol {

123