Lines Matching refs:ThreadGDBRemote
36 ThreadGDBRemote::ThreadGDBRemote(Process &process, lldb::tid_t tid) in ThreadGDBRemote() function in ThreadGDBRemote
47 ThreadGDBRemote::~ThreadGDBRemote() { in ~ThreadGDBRemote()
55 const char *ThreadGDBRemote::GetName() { in GetName()
61 void ThreadGDBRemote::ClearQueueInfo() { in ClearQueueInfo()
69 void ThreadGDBRemote::SetQueueInfo(std::string &&queue_name, in SetQueueInfo()
80 const char *ThreadGDBRemote::GetQueueName() { in GetQueueName()
114 QueueKind ThreadGDBRemote::GetQueueKind() { in GetQueueKind()
139 queue_id_t ThreadGDBRemote::GetQueueID() { in GetQueueID()
163 QueueSP ThreadGDBRemote::GetQueue() { in GetQueue()
175 addr_t ThreadGDBRemote::GetQueueLibdispatchQueueAddress() { in GetQueueLibdispatchQueueAddress()
193 void ThreadGDBRemote::SetQueueLibdispatchQueueAddress( in SetQueueLibdispatchQueueAddress()
198 bool ThreadGDBRemote::ThreadHasQueueInformation() const { in ThreadHasQueueInformation()
205 LazyBool ThreadGDBRemote::GetAssociatedWithLibdispatchQueue() { in GetAssociatedWithLibdispatchQueue()
209 void ThreadGDBRemote::SetAssociatedWithLibdispatchQueue( in SetAssociatedWithLibdispatchQueue()
214 StructuredData::ObjectSP ThreadGDBRemote::FetchThreadExtendedInfo() { in FetchThreadExtendedInfo()
228 void ThreadGDBRemote::WillResume(StateType resume_state) { in WillResume()
265 void ThreadGDBRemote::RefreshStateAfterStop() { in RefreshStateAfterStop()
278 bool ThreadGDBRemote::ThreadIDIsValid(lldb::tid_t thread) { in ThreadIDIsValid()
282 void ThreadGDBRemote::Dump(Log *log, uint32_t index) {} in Dump()
284 bool ThreadGDBRemote::ShouldStop(bool &step_more) { return true; } in ShouldStop()
285 lldb::RegisterContextSP ThreadGDBRemote::GetRegisterContext() { in GetRegisterContext()
292 ThreadGDBRemote::CreateRegisterContextForFrame(StackFrame *frame) { in CreateRegisterContextForFrame()
319 bool ThreadGDBRemote::PrivateSetRegisterValue(uint32_t reg, in PrivateSetRegisterValue()
327 bool ThreadGDBRemote::PrivateSetRegisterValue(uint32_t reg, uint64_t regval) { in PrivateSetRegisterValue()
334 bool ThreadGDBRemote::CalculateStopInfo() { in CalculateStopInfo()