Lines Matching refs:NativeThreadLinux
92 NativeThreadLinux::NativeThreadLinux(NativeProcessLinux &process, in NativeThreadLinux() function in NativeThreadLinux
101 std::string NativeThreadLinux::GetName() { in GetName()
110 lldb::StateType NativeThreadLinux::GetState() { return m_state; } in GetState()
112 bool NativeThreadLinux::GetStopReason(ThreadStopInfo &stop_info, in GetStopReason()
151 Status NativeThreadLinux::SetWatchpoint(lldb::addr_t addr, size_t size, in SetWatchpoint()
168 Status NativeThreadLinux::RemoveWatchpoint(lldb::addr_t addr) { in RemoveWatchpoint()
179 Status NativeThreadLinux::SetHardwareBreakpoint(lldb::addr_t addr, in SetHardwareBreakpoint()
197 Status NativeThreadLinux::RemoveHardwareBreakpoint(lldb::addr_t addr) { in RemoveHardwareBreakpoint()
211 Status NativeThreadLinux::Resume(uint32_t signo) { in Resume()
253 Status NativeThreadLinux::SingleStep(uint32_t signo) { in SingleStep()
279 void NativeThreadLinux::SetStoppedBySignal(uint32_t signo, in SetStoppedBySignal()
314 void NativeThreadLinux::AnnotateSyncTagCheckFault(const siginfo_t *info) { in AnnotateSyncTagCheckFault()
367 bool NativeThreadLinux::IsStopped(int *signo) { in IsStopped()
381 void NativeThreadLinux::SetStopped() { in SetStopped()
394 void NativeThreadLinux::SetStoppedByExec() { in SetStoppedByExec()
404 void NativeThreadLinux::SetStoppedByBreakpoint() { in SetStoppedByBreakpoint()
412 void NativeThreadLinux::SetStoppedByWatchpoint(uint32_t wp_index) { in SetStoppedByWatchpoint()
440 bool NativeThreadLinux::IsStoppedAtBreakpoint() { in IsStoppedAtBreakpoint()
445 bool NativeThreadLinux::IsStoppedAtWatchpoint() { in IsStoppedAtWatchpoint()
450 void NativeThreadLinux::SetStoppedByTrace() { in SetStoppedByTrace()
457 void NativeThreadLinux::SetStoppedByFork(bool is_vfork, lldb::pid_t child_pid) { in SetStoppedByFork()
467 void NativeThreadLinux::SetStoppedByVForkDone() { in SetStoppedByVForkDone()
474 void NativeThreadLinux::SetStoppedWithNoReason() { in SetStoppedWithNoReason()
481 void NativeThreadLinux::SetStoppedByProcessorTrace( in SetStoppedByProcessorTrace()
490 void NativeThreadLinux::SetExited() { in SetExited()
498 Status NativeThreadLinux::RequestStop() { in RequestStop()
524 void NativeThreadLinux::MaybeLogStateChange(lldb::StateType new_state) { in MaybeLogStateChange()
539 NativeProcessLinux &NativeThreadLinux::GetProcess() { in GetProcess()
543 const NativeProcessLinux &NativeThreadLinux::GetProcess() const { in GetProcess()
548 NativeThreadLinux::GetSiginfo() const { in GetSiginfo()