Searched refs:NativeThreadDarwin (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/ |
| H A D | NativeThreadDarwin.cpp | 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() 104 Status NativeThreadDarwin::RemoveWatchpoint(lldb::addr_t addr) { in RemoveWatchpoint() 110 void NativeThreadDarwin::Dump(Stream &stream) const { in Dump() 165 bool NativeThreadDarwin::ShouldStop(bool &step_more) const { in ShouldStop() 207 void NativeThreadDarwin::ThreadDidStop() { in ThreadDidStop() 249 bool NativeThreadDarwin::GetBasicInfo(::thread_t thread, in GetBasicInfo() [all …]
|
| H A D | NativeProcessDarwin.h | 297 void MonitorSIGTRAP(const siginfo_t &info, NativeThreadDarwin &thread); 299 void MonitorTrace(NativeThreadDarwin &thread); 301 void MonitorBreakpoint(NativeThreadDarwin &thread); 303 void MonitorWatchpoint(NativeThreadDarwin &thread, uint32_t wp_index); 305 void MonitorSignal(const siginfo_t &info, NativeThreadDarwin &thread, 308 Status SetupSoftwareSingleStepping(NativeThreadDarwin &thread); 318 Status FixupBreakpointPCAsNeeded(NativeThreadDarwin &thread); 345 Status ResumeThread(NativeThreadDarwin &thread, lldb::StateType state, 348 void ThreadWasCreated(NativeThreadDarwin &thread);
|
| H A D | NativeThreadDarwin.h | 37 class NativeThreadDarwin : public NativeThreadProtocol { 45 NativeThreadDarwin(NativeProcessDarwin *process, bool is_64_bit, 173 typedef std::shared_ptr<NativeThreadDarwin> NativeThreadDarwinSP;
|
| H A D | NativeThreadListDarwin.h | 35 class NativeThreadDarwin; variable 36 using NativeThreadDarwinSP = std::shared_ptr<NativeThreadDarwin>;
|
| H A D | NativeThreadListDarwin.cpp | 370 NativeThreadDarwin::GetGloballyUniqueThreadIDForMachPortID( in UpdateThreadList() 382 thread_sp.reset(new NativeThreadDarwin( in UpdateThreadList()
|