Home
last modified time | relevance | path

Searched refs:MachProcess (Results 1 – 16 of 16) sorted by relevance

/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DChangeLog3 * MachProcess.cpp (MachProcess::PrepareForAttach): No longer use the
6 (MachProcess::CleanupAfterAttach): Ditto.
7 (MachProcess::SBForkChildForPTraceDebugging): Ditto.
21 * MachProcess.cpp (MachProcess::PrepareForAttach): Added logging when
49 * MachProcess.cpp (MachProcess::PrepareForAttach): New function.
50 (MachProcess::CheckForProcess): New function.
51 (MachProcess::CleanupAfterAttach): New function.
53 (MachProcess::SBForkChildForPTraceDebugging): Convert to using
55 * MachProcess.h: Declare PrepareForAttach, CleanupAfterAttach and
78 * MachTask.h (MachProcess::GetDYLDAllImageInfosAddress): New prototype.
[all …]
H A DDNBBreakpoint.h23 class MachProcess; variable
137 void DisableAllBreakpoints(MachProcess *process);
138 void DisableAllWatchpoints(MachProcess *process);
H A DDNBBreakpoint.cpp157 void DNBBreakpointList::DisableAllBreakpoints(MachProcess *process) { in DisableAllBreakpoints()
163 void DNBBreakpointList::DisableAllWatchpoints(MachProcess *process) { in DisableAllWatchpoints()
H A DDNB.cpp54 typedef std::shared_ptr<MachProcess> MachProcessSP;
349 MachProcessSP processSP(new MachProcess); in DNBProcessLaunch()
488 MachProcessSP processSP(new MachProcess); in DNBProcessAttach()
704 const void *attach_token = MachProcess::PrepareForAttach( in DNBProcessAttachWait()
729 pid = MachProcess::CheckForProcess(attach_token, launch_flavor); in DNBProcessAttachWait()
802 MachProcess::CleanupAfterAttach(attach_token, launch_flavor, success, in DNBProcessAttachWait()
1753 return MachProcess::GetOSVersionNumbers(major, minor, patch); in DNBGetOSVersionNumbers()
1757 return MachProcess::GetMacCatalystVersionString(); in DNBGetMacCatalystVersionString()
H A DCMakeLists.txt223 MacOSX/MachProcess.mm
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.mm1 //===-- MachProcess.cpp -----------------------------------------*- C++ -*-===//
44 #include "MachProcess.h"
511 MachProcess::MachProcess() function
551 MachProcess::~MachProcess() { function
556 pid_t MachProcess::SetProcessID(pid_t pid) {
567 nub_state_t MachProcess::GetState() {
573 const char *MachProcess::ThreadGetName(nub_thread_t tid) {
577 nub_state_t MachProcess::ThreadGetState(nub_thread_t tid) {
581 nub_size_t MachProcess::GetNumThreads() const {
585 nub_thread_t MachProcess::GetThreadAtIndex(nub_size_t thread_idx) const {
[all …]
H A DMachTask.h29 class MachProcess; variable
49 MachTask(MachProcess *process);
87 MachProcess *Process() { return m_process; } in Process()
88 const MachProcess *Process() const { return m_process; } in Process()
94 MachProcess *m_process; // The mach process that owns this MachTask
H A DMachThread.h33 class MachProcess; variable
38 MachThread(MachProcess *process, bool is_64_bit,
42 MachProcess *Process() { return m_process; } in Process()
43 const MachProcess *Process() const { return m_process; } in Process()
135 MachProcess *m_process; // The process that owns this thread
H A DMachThreadList.h38 void ProcessWillResume(MachProcess *process,
40 uint32_t ProcessDidStop(MachProcess *process);
96 uint32_t UpdateThreadList(MachProcess *process, bool update,
H A DMachProcess.h43 class MachProcess {
46 MachProcess();
47 ~MachProcess();
100 MachProcess *process, DNBError &err);
105 bool no_stdio, MachProcess *process, int disable_aslr, DNBError &err);
145 MachProcess *process,
H A DMachException.h19 class MachProcess; variable
98 kern_return_t Reply(MachProcess *process, int signal);
H A DMachThreadList.cpp256 MachThreadList::UpdateThreadList(MachProcess *process, bool update, in UpdateThreadList()
375 MachProcess *process, const DNBThreadResumeActions &thread_actions) { in ProcessWillResume()
449 uint32_t MachThreadList::ProcessDidStop(MachProcess *process) { in ProcessDidStop()
H A DMachTask.mm41 #include "MachProcess.h"
74 MachTask::MachTask(MachProcess *process)
704 MachProcess *mach_proc = mach_task->Process();
H A DMachException.cpp295 kern_return_t MachException::Message::Reply(MachProcess *process, int signal) { in Reply()
H A DMachThread.cpp27 MachThread::MachThread(MachProcess *process, bool is_64_bit, in MachThread()
/openbsd-src/gnu/llvm/lldb/tools/debugserver/debugserver.xcodeproj/
H A Dproject.pbxproj27 …CE05B1115C36350022F371 /* MachProcess.mm in Sources */ = {isa = PBXBuildFile; fileRef = 26C637F00C…
57 …6F674F1AD46CE9002850C2 /* MachProcess.mm in Sources */ = {isa = PBXBuildFile; fileRef = 26C637F00C…
149 …4A0024798E /* MachProcess.mm */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = …
150 …71334A0024798E /* MachProcess.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType…
349 26C637F10C71334A0024798E /* MachProcess.h */,
350 26C637F00C71334A0024798E /* MachProcess.mm */,
514 26CE05B1115C36350022F371 /* MachProcess.mm in Sources */,
557 456F674F1AD46CE9002850C2 /* MachProcess.mm in Sources */,