| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/ |
| H A D | ChangeLog | 3 * 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 D | DNBBreakpoint.h | 23 class MachProcess; variable 137 void DisableAllBreakpoints(MachProcess *process); 138 void DisableAllWatchpoints(MachProcess *process);
|
| H A D | DNBBreakpoint.cpp | 157 void DNBBreakpointList::DisableAllBreakpoints(MachProcess *process) { in DisableAllBreakpoints() 163 void DNBBreakpointList::DisableAllWatchpoints(MachProcess *process) { in DisableAllWatchpoints()
|
| H A D | DNB.cpp | 54 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 D | CMakeLists.txt | 223 MacOSX/MachProcess.mm
|
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/ |
| H A D | MachProcess.mm | 1 //===-- 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 D | MachTask.h | 29 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 D | MachThread.h | 33 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 D | MachThreadList.h | 38 void ProcessWillResume(MachProcess *process, 40 uint32_t ProcessDidStop(MachProcess *process); 96 uint32_t UpdateThreadList(MachProcess *process, bool update,
|
| H A D | MachProcess.h | 43 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 D | MachException.h | 19 class MachProcess; variable 98 kern_return_t Reply(MachProcess *process, int signal);
|
| H A D | MachThreadList.cpp | 256 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 D | MachTask.mm | 41 #include "MachProcess.h" 74 MachTask::MachTask(MachProcess *process) 704 MachProcess *mach_proc = mach_task->Process();
|
| H A D | MachException.cpp | 295 kern_return_t MachException::Message::Reply(MachProcess *process, int signal) { in Reply()
|
| H A D | MachThread.cpp | 27 MachThread::MachThread(MachProcess *process, bool is_64_bit, in MachThread()
|
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/debugserver.xcodeproj/ |
| H A D | project.pbxproj | 27 …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 */,
|