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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
H A DNativeThreadDarwin.cpp1 //===-- NativeThreadDarwin.cpp -------------------------------- -*- C++ -*-===//
9 #include "NativeThreadDarwin.h"
23 uint64_t NativeThreadDarwin::GetGloballyUniqueThreadIDForMachPortID(
39 NativeThreadDarwin::NativeThreadDarwin(NativeProcessDarwin *process, function in class:NativeThreadDarwin
47 bool NativeThreadDarwin::GetIdentifierInfo() {
60 std::string NativeThreadDarwin::GetName() {
80 lldb::StateType NativeThreadDarwin::GetState() {
85 bool NativeThreadDarwin::GetStopReason(ThreadStopInfo &stop_info,
91 NativeRegisterContextSP NativeThreadDarwin
[all...]
H A DNativeProcessDarwin.h34 #include "NativeThreadDarwin.h"
278 void MonitorSIGTRAP(const siginfo_t &info, NativeThreadDarwin &thread);
280 void MonitorTrace(NativeThreadDarwin &thread);
282 void MonitorBreakpoint(NativeThreadDarwin &thread);
284 void MonitorWatchpoint(NativeThreadDarwin &thread, uint32_t wp_index);
286 void MonitorSignal(const siginfo_t &info, NativeThreadDarwin &thread,
289 Status SetupSoftwareSingleStepping(NativeThreadDarwin &thread);
299 Status FixupBreakpointPCAsNeeded(NativeThreadDarwin &thread);
326 Status ResumeThread(NativeThreadDarwin &thread, lldb::StateType state,
329 void ThreadWasCreated(NativeThreadDarwin
[all...]
H A DNativeThreadDarwin.h1 //===-- NativeThreadDarwin.h ---------------------------------- -*- C++ -*-===//
36 class NativeThreadDarwin : public NativeThreadProtocol { class in namespace:lldb_private::process_darwin
44 NativeThreadDarwin(NativeProcessDarwin *process, bool is_64_bit,
160 typedef std::shared_ptr<NativeThreadDarwin> NativeThreadDarwinSP;
H A DNativeThreadListDarwin.h34 class NativeThreadDarwin;
35 using NativeThreadDarwinSP = std::shared_ptr<NativeThreadDarwin>;
46 // These methods will be accessed directly from NativeThreadDarwin
67 // These methods will be accessed directly from NativeThreadDarwin
74 // TODO: figure out if we need to add this to NativeThreadDarwin yet.
82 // These methods will be accessed directly from NativeThreadDarwin
H A DNativeThreadListDarwin.cpp28 #include "NativeThreadDarwin.h"
39 // These methods will be accessed directly from NativeThreadDarwin
60 // TODO: figure out if we need to add this to NativeThreadDarwin yet.
369 NativeThreadDarwin::GetGloballyUniqueThreadIDForMachPortID(
381 thread_sp.reset(new NativeThreadDarwin(

Completed in 57 milliseconds