Searched refs:MachProcess (Results 1 – 15 of 15) sorted by relevance
/external/lldb/tools/debugserver/source/MacOSX/ |
D | MachProcess.cpp | 73 MachProcess::MachProcess() : in MachProcess() function in MachProcess 110 MachProcess::~MachProcess() in ~MachProcess() 117 MachProcess::SetProcessID(pid_t pid) in SetProcessID() 130 MachProcess::GetState() in GetState() 138 MachProcess::ThreadGetName(nub_thread_t tid) in ThreadGetName() 144 MachProcess::ThreadGetState(nub_thread_t tid) in ThreadGetState() 151 MachProcess::GetNumThreads () const in GetNumThreads() 157 MachProcess::GetThreadAtIndex (nub_size_t thread_idx) const in GetThreadAtIndex() 163 MachProcess::GetThreadIDForMachPortNumber (thread_t mach_port_number) const in GetThreadIDForMachPortNumber() 169 MachProcess::SyncThreadState (nub_thread_t tid) in SyncThreadState() [all …]
|
D | MachTask.h | 34 class MachProcess; variable 59 MachTask (MachProcess *process); 92 MachProcess * Process () { return m_process; } in Process() 93 const MachProcess * Process () const { return m_process; } in Process() 118 MachProcess * m_process; // The mach process that owns this MachTask
|
D | MachThread.h | 32 class MachProcess; variable 39 … MachThread (MachProcess *process, uint64_t unique_thread_id = 0, thread_t mach_port_number = 0); 42 MachProcess * Process() { return m_process; } in Process() 43 const MachProcess * 122 MachProcess * m_process; // The process that owns this thread
|
D | MachProcess.h | 36 class MachProcess 42 MachProcess (); 43 ~MachProcess (); 62 …ceDebugging (const char *path, char const *argv[], char const *envp[], MachProcess* process, DNBEr… 72 MachProcess* process, 81 …nst char *path, char const *argv[], char const *envp[], bool no_stdio, MachProcess* process, DNBEr…
|
D | MachThreadList.h | 34 …void ProcessWillResume (MachProcess *process, const DNBThreadResumeActions &thread_acti… 35 uint32_t ProcessDidStop (MachProcess *process); 68 …uint32_t UpdateThreadList (MachProcess *process, bool update, collection *num_threads = NUL…
|
D | MachException.h | 22 class MachProcess; variable 106 kern_return_t Reply (MachProcess *process, int signal);
|
D | MachThreadList.cpp | 249 MachThreadList::UpdateThreadList(MachProcess *process, bool update, MachThreadList::collection *new… in UpdateThreadList() 370 MachThreadList::ProcessWillResume(MachProcess *process, const DNBThreadResumeActions &thread_action… in ProcessWillResume() 448 MachThreadList::ProcessDidStop(MachProcess *process) in ProcessDidStop()
|
D | MachTask.cpp | 51 MachTask::MachTask(MachProcess *process) : in MachTask() 672 MachProcess *mach_proc = mach_task->Process(); in ExceptionThread()
|
D | MachThread.cpp | 27 MachThread::MachThread (MachProcess *process, uint64_t unique_thread_id, thread_t mach_port_num) : in MachThread()
|
D | MachException.cpp | 361 MachException::Message::Reply(MachProcess *process, int signal) in Reply()
|
/external/lldb/tools/debugserver/source/ |
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 …]
|
D | DNBBreakpoint.h | 24 class MachProcess; variable 154 void DisableAllBreakpoints (MachProcess *process); 155 void DisableAllWatchpoints(MachProcess *process);
|
D | DNBBreakpoint.cpp | 199 DNBBreakpointList::DisableAllBreakpoints(MachProcess *process) in DisableAllBreakpoints() 207 DNBBreakpointList::DisableAllWatchpoints(MachProcess *process) in DisableAllWatchpoints()
|
D | DNB.cpp | 39 typedef std::shared_ptr<MachProcess> MachProcessSP; 218 MachProcessSP processSP (new MachProcess); in DNBProcessLaunch() 316 MachProcessSP processSP(new MachProcess); in DNBProcessAttach() 537 …const void *attach_token = MachProcess::PrepareForAttach (waitfor_process_name, launch_flavor, tru… in DNBProcessAttachWait() 563 pid = MachProcess::CheckForProcess(attach_token); in DNBProcessAttachWait() 641 MachProcess::CleanupAfterAttach (attach_token, success, prepare_error); in DNBProcessAttachWait()
|
/external/lldb/tools/debugserver/debugserver.xcodeproj/ |
D | project.pbxproj | 21 …E05B1115C36350022F371 /* MachProcess.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 26C637F00C… 102 …34A0024798E /* MachProcess.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType … 103 …71334A0024798E /* MachProcess.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType… 280 26C637F10C71334A0024798E /* MachProcess.h */, 281 26C637F00C71334A0024798E /* MachProcess.cpp */, 426 26CE05B1115C36350022F371 /* MachProcess.cpp in Sources */,
|