Home | History | Annotate | Download | only in gdb-remote

Lines Matching refs:ThreadGDBRemote

1 //===-- ThreadGDBRemote.cpp -------------------------------------*- C++ -*-===//
11 #include "ThreadGDBRemote.h"
35 ThreadGDBRemote::ThreadGDBRemote (Process &process, lldb::tid_t tid) :
41 ProcessGDBRemoteLog::LogIf(GDBR_LOG_THREAD, "%p: ThreadGDBRemote::ThreadGDBRemote (pid = %i, tid = 0x%4.4x)",
47 ThreadGDBRemote::~ThreadGDBRemote ()
50 ProcessGDBRemoteLog::LogIf(GDBR_LOG_THREAD, "%p: ThreadGDBRemote::~ThreadGDBRemote (pid = %i, tid = 0x%4.4x)",
58 ThreadGDBRemote::GetName ()
67 ThreadGDBRemote::GetQueueName ()
84 ThreadGDBRemote::WillResume (StateType resume_state)
124 ThreadGDBRemote::RefreshStateAfterStop()
139 ThreadGDBRemote::ThreadIDIsValid (lldb::tid_t thread)
145 ThreadGDBRemote::Dump(Log *log, uint32_t index)
151 ThreadGDBRemote::ShouldStop (bool &step_more)
156 ThreadGDBRemote::GetRegisterContext ()
164 ThreadGDBRemote::CreateRegisterContextForFrame (StackFrame *frame)
193 ThreadGDBRemote::PrivateSetRegisterValue (uint32_t reg, StringExtractor &response)
201 ThreadGDBRemote::CalculateStopInfo ()