Lines Matching refs:NativeThreadDarwin
24 uint64_t NativeThreadDarwin::GetGloballyUniqueThreadIDForMachPortID( in GetGloballyUniqueThreadIDForMachPortID()
40 NativeThreadDarwin::NativeThreadDarwin(NativeProcessDarwin *process, in NativeThreadDarwin() function in NativeThreadDarwin
48 bool NativeThreadDarwin::GetIdentifierInfo() { in GetIdentifierInfo()
61 std::string NativeThreadDarwin::GetName() { in GetName()
81 lldb::StateType NativeThreadDarwin::GetState() { in GetState()
86 bool NativeThreadDarwin::GetStopReason(ThreadStopInfo &stop_info, in GetStopReason()
92 NativeRegisterContextSP NativeThreadDarwin::GetRegisterContext() { in GetRegisterContext()
97 Status NativeThreadDarwin::SetWatchpoint(lldb::addr_t addr, size_t size, in SetWatchpoint()
104 Status NativeThreadDarwin::RemoveWatchpoint(lldb::addr_t addr) { in RemoveWatchpoint()
110 void NativeThreadDarwin::Dump(Stream &stream) const { in Dump()
136 bool NativeThreadDarwin::NotifyException(MachException::Data &exc) { in NotifyException()
165 bool NativeThreadDarwin::ShouldStop(bool &step_more) const { in ShouldStop()
207 void NativeThreadDarwin::ThreadDidStop() { in ThreadDidStop()
239 bool NativeThreadDarwin::MachPortNumberIsValid(::thread_t thread) { in MachPortNumberIsValid()
243 const struct thread_basic_info *NativeThreadDarwin::GetBasicInfo() const { in GetBasicInfo()
249 bool NativeThreadDarwin::GetBasicInfo(::thread_t thread, in GetBasicInfo()
262 bool NativeThreadDarwin::IsUserReady() const { in IsUserReady()
280 NativeProcessDarwinSP NativeThreadDarwin::GetNativeProcessDarwinSP() { in GetNativeProcessDarwinSP()