Lines Matching refs:ThreadGDBRemote

37 ThreadGDBRemote::ThreadGDBRemote(Process &process, lldb::tid_t tid)  in ThreadGDBRemote()  function in ThreadGDBRemote
48 ThreadGDBRemote::~ThreadGDBRemote() { in ~ThreadGDBRemote()
56 const char *ThreadGDBRemote::GetName() { in GetName()
62 void ThreadGDBRemote::ClearQueueInfo() { in ClearQueueInfo()
70 void ThreadGDBRemote::SetQueueInfo(std::string &&queue_name, in SetQueueInfo()
81 const char *ThreadGDBRemote::GetQueueName() { in GetQueueName()
115 QueueKind ThreadGDBRemote::GetQueueKind() { in GetQueueKind()
140 queue_id_t ThreadGDBRemote::GetQueueID() { in GetQueueID()
164 QueueSP ThreadGDBRemote::GetQueue() { in GetQueue()
176 addr_t ThreadGDBRemote::GetQueueLibdispatchQueueAddress() { in GetQueueLibdispatchQueueAddress()
194 void ThreadGDBRemote::SetQueueLibdispatchQueueAddress( in SetQueueLibdispatchQueueAddress()
199 bool ThreadGDBRemote::ThreadHasQueueInformation() const { in ThreadHasQueueInformation()
206 LazyBool ThreadGDBRemote::GetAssociatedWithLibdispatchQueue() { in GetAssociatedWithLibdispatchQueue()
210 void ThreadGDBRemote::SetAssociatedWithLibdispatchQueue( in SetAssociatedWithLibdispatchQueue()
215 StructuredData::ObjectSP ThreadGDBRemote::FetchThreadExtendedInfo() { in FetchThreadExtendedInfo()
230 void ThreadGDBRemote::WillResume(StateType resume_state) { in WillResume()
268 void ThreadGDBRemote::RefreshStateAfterStop() { in RefreshStateAfterStop()
281 bool ThreadGDBRemote::ThreadIDIsValid(lldb::tid_t thread) { in ThreadIDIsValid()
285 void ThreadGDBRemote::Dump(Log *log, uint32_t index) {} in Dump()
287 bool ThreadGDBRemote::ShouldStop(bool &step_more) { return true; } in ShouldStop()
288 lldb::RegisterContextSP ThreadGDBRemote::GetRegisterContext() { in GetRegisterContext()
295 ThreadGDBRemote::CreateRegisterContextForFrame(StackFrame *frame) { in CreateRegisterContextForFrame()
323 bool ThreadGDBRemote::PrivateSetRegisterValue(uint32_t reg, in PrivateSetRegisterValue()
331 bool ThreadGDBRemote::PrivateSetRegisterValue(uint32_t reg, uint64_t regval) { in PrivateSetRegisterValue()
338 bool ThreadGDBRemote::CalculateStopInfo() { in CalculateStopInfo()