Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DChangeLog3 * MachProcess.cpp (MachProcess::PrepareForAttach): No longer use the
21 * MachProcess.cpp (MachProcess::PrepareForAttach): Added logging when
49 * MachProcess.cpp (MachProcess::PrepareForAttach): New function.
122 * MachProcess.cpp (MachProcess::SBForkChildForPTraceDebugging): Improved
347 * MacOSX/MachProcess.cpp (MachProcess::GetState): Use new
542 * MachProcess.cpp (MachProcess::Suspend): Ditto.
640 * MachProcess.cpp (MachProcess::Suspend): Improved logging.
1129 * MachProcess.h (MachProcess class): Removed m_attached and
1131 * MachProcess.cpp (MachProcess::AttachForDebug): Set m_flags
1156 * MachProcess.cpp: (MachProcess::SBForkChildForPTraceDebugging):
[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()
696 const void *attach_token = MachProcess::PrepareForAttach( in DNBProcessAttachWait()
721 pid = MachProcess::CheckForProcess(attach_token, launch_flavor); in DNBProcessAttachWait()
794 MachProcess::CleanupAfterAttach(attach_token, launch_flavor, success, in DNBProcessAttachWait()
1746 return MachProcess::GetOSVersionNumbers(major, minor, patch); in DNBGetOSVersionNumbers()
1750 return MachProcess::GetMacCatalystVersionString(); in DNBGetMacCatalystVersionString()
H A DCMakeLists.txt223 MacOSX/MachProcess.mm
/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.mm44 #include "MachProcess.h"
512 MachProcess::MachProcess() function
549 MachProcess::~MachProcess() { function
630 MachProcess::DeploymentInfo
1484 bool MachProcess::Interrupt() {
1620 bool MachProcess::Detach() {
1799 void MachProcess::PrivateResume() {
2432 MachProcess *proc = (MachProcess *)arg;
2588 MachProcess *proc = (MachProcess *)arg;
2628 pid_t MachProcess::AttachForDebug(
[all …]
H A DMachTask.h29 class MachProcess; variable
49 MachTask(MachProcess *process);
86 MachProcess *Process() { return m_process; } in Process()
87 const MachProcess *Process() const { return m_process; } in Process()
93 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.h42 class MachProcess {
45 MachProcess();
46 ~MachProcess();
99 MachProcess *process, DNBError &err);
104 bool no_stdio, MachProcess *process, int disable_aslr, DNBError &err);
144 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()
/llvm-project-15.0.7/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 */,