Home
last modified time | relevance | path

Searched refs:NativeThreadDarwin (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/
H A DNativeThreadDarwin.cpp24 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 DNativeProcessDarwin.h297 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 DNativeThreadDarwin.h37 class NativeThreadDarwin : public NativeThreadProtocol {
45 NativeThreadDarwin(NativeProcessDarwin *process, bool is_64_bit,
173 typedef std::shared_ptr<NativeThreadDarwin> NativeThreadDarwinSP;
H A DNativeThreadListDarwin.h35 class NativeThreadDarwin; variable
36 using NativeThreadDarwinSP = std::shared_ptr<NativeThreadDarwin>;
H A DNativeThreadListDarwin.cpp370 NativeThreadDarwin::GetGloballyUniqueThreadIDForMachPortID( in UpdateThreadList()
382 thread_sp.reset(new NativeThreadDarwin( in UpdateThreadList()