Lines Matching refs:ThreadGDBRemote

36 ThreadGDBRemote::ThreadGDBRemote(Process &process, lldb::tid_t tid)  in ThreadGDBRemote()  function in ThreadGDBRemote
55 ThreadGDBRemote::~ThreadGDBRemote() { in ~ThreadGDBRemote()
63 const char *ThreadGDBRemote::GetName() { in GetName()
69 void ThreadGDBRemote::ClearQueueInfo() { in ClearQueueInfo()
77 void ThreadGDBRemote::SetQueueInfo(std::string &&queue_name, in SetQueueInfo()
88 const char *ThreadGDBRemote::GetQueueName() { in GetQueueName()
122 QueueKind ThreadGDBRemote::GetQueueKind() { in GetQueueKind()
147 queue_id_t ThreadGDBRemote::GetQueueID() { in GetQueueID()
171 QueueSP ThreadGDBRemote::GetQueue() { in GetQueue()
183 addr_t ThreadGDBRemote::GetQueueLibdispatchQueueAddress() { in GetQueueLibdispatchQueueAddress()
201 void ThreadGDBRemote::SetQueueLibdispatchQueueAddress( in SetQueueLibdispatchQueueAddress()
206 bool ThreadGDBRemote::ThreadHasQueueInformation() const { in ThreadHasQueueInformation()
213 LazyBool ThreadGDBRemote::GetAssociatedWithLibdispatchQueue() { in GetAssociatedWithLibdispatchQueue()
217 void ThreadGDBRemote::SetAssociatedWithLibdispatchQueue( in SetAssociatedWithLibdispatchQueue()
222 StructuredData::ObjectSP ThreadGDBRemote::FetchThreadExtendedInfo() { in FetchThreadExtendedInfo()
236 void ThreadGDBRemote::WillResume(StateType resume_state) { in WillResume()
273 void ThreadGDBRemote::RefreshStateAfterStop() { in RefreshStateAfterStop()
286 bool ThreadGDBRemote::ThreadIDIsValid(lldb::tid_t thread) { in ThreadIDIsValid()
290 void ThreadGDBRemote::Dump(Log *log, uint32_t index) {} in Dump()
292 bool ThreadGDBRemote::ShouldStop(bool &step_more) { return true; } in ShouldStop()
293 lldb::RegisterContextSP ThreadGDBRemote::GetRegisterContext() { in GetRegisterContext()
300 ThreadGDBRemote::CreateRegisterContextForFrame(StackFrame *frame) { in CreateRegisterContextForFrame()
327 bool ThreadGDBRemote::PrivateSetRegisterValue(uint32_t reg, in PrivateSetRegisterValue()
335 bool ThreadGDBRemote::PrivateSetRegisterValue(uint32_t reg, uint64_t regval) { in PrivateSetRegisterValue()
342 bool ThreadGDBRemote::CalculateStopInfo() { in CalculateStopInfo()
351 ThreadGDBRemote::GetSiginfo(size_t max_size) const { in GetSiginfo()