Lines Matching refs:MachProcess

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()
185 MachProcess::GetCurrentThread () in GetCurrentThread()
191 MachProcess::GetCurrentThreadMachPort () in GetCurrentThreadMachPort()
197 MachProcess::SetCurrentThread(nub_thread_t tid) in SetCurrentThread()
203 MachProcess::GetThreadStoppedReason(nub_thread_t tid, struct DNBThreadStopInfo *stop_info) in GetThreadStoppedReason()
215 MachProcess::DumpThreadStoppedReason(nub_thread_t tid) const in DumpThreadStoppedReason()
221 MachProcess::GetThreadInfo(nub_thread_t tid) const in GetThreadInfo()
227 MachProcess::GetCPUType () in GetCPUType()
230 m_cpu_type = MachProcess::GetCPUTypeForLocalProcess (m_pid); in GetCPUType()
235 MachProcess::GetRegisterSetInfo (nub_thread_t tid, nub_size_t *num_reg_sets) const in GetRegisterSetInfo()
249 MachProcess::GetRegisterValue ( nub_thread_t tid, uint32_t set, uint32_t reg, DNBRegisterValue *val… in GetRegisterValue()
255 MachProcess::SetRegisterValue ( nub_thread_t tid, uint32_t set, uint32_t reg, const DNBRegisterValu… in SetRegisterValue()
261 MachProcess::SetState(nub_state_t new_state) in SetState()
310 MachProcess::Clear() in Clear()
337 MachProcess::StartSTDIOThread() in StartSTDIOThread()
341 return ::pthread_create (&m_stdio_thread, NULL, MachProcess::STDIOThread, this) == 0; in StartSTDIOThread()
345 MachProcess::SetEnableAsyncProfiling(bool enable, uint64_t interval_usec, DNBProfileDataScanType sc… in SetEnableAsyncProfiling()
363 MachProcess::StartProfileThread() in StartProfileThread()
367 return ::pthread_create (&m_profile_thread, NULL, MachProcess::ProfileThread, this) == 0; in StartProfileThread()
372 MachProcess::LookupSymbol(const char *name, const char *shlib) in LookupSymbol()
380 MachProcess::Resume (const DNBThreadResumeActions& thread_actions) in Resume()
401 MachProcess::Kill (const struct timespec *timeout_abstime) in Kill()
433 MachProcess::Signal (int signal, const struct timespec *timeout_abstime) in Signal()
458 MachProcess::DoSIGSTOP (bool clear_bps_and_wps, bool allow_running, uint32_t *thread_idx_ptr) in DoSIGSTOP()
515 MachProcess::Detach() in Detach()
572 MachProcess::ReadMemory (nub_addr_t addr, nub_size_t size, void *buf) in ReadMemory()
597 MachProcess::WriteMemory (nub_addr_t addr, nub_size_t size, const void *buf) in WriteMemory()
657 MachProcess::ReplyToAllExceptions () in ReplyToAllExceptions()
695 MachProcess::PrivateResume () in PrivateResume()
718 MachProcess::CreateBreakpoint(nub_addr_t addr, nub_size_t length, bool hardware) in CreateBreakpoint()
742 MachProcess::CreateWatchpoint(nub_addr_t addr, nub_size_t length, uint32_t watch_flags, bool hardwa… in CreateWatchpoint()
770 MachProcess::DisableAllBreakpoints (bool remove) in DisableAllBreakpoints()
781 MachProcess::DisableAllWatchpoints(bool remove) in DisableAllWatchpoints()
792 MachProcess::DisableBreakpoint(nub_addr_t addr, bool remove) in DisableBreakpoint()
929 MachProcess::DisableWatchpoint(nub_addr_t addr, bool remove) in DisableWatchpoint()
967 MachProcess::GetNumSupportedHardwareWatchpoints () const in GetNumSupportedHardwareWatchpoints()
973 MachProcess::EnableBreakpoint(nub_addr_t addr) in EnableBreakpoint()
1048 MachProcess::EnableWatchpoint(nub_addr_t addr) in EnableWatchpoint()
1079 MachProcess::ExceptionMessageReceived (const MachException::Message& exceptionMessage) in ExceptionMessageReceived()
1094 MachProcess::ExceptionMessageBundleComplete() in ExceptionMessageBundleComplete()
1140 cpu_type_t process_cpu_type = MachProcess::GetCPUTypeForLocalProcess (m_pid); in ExceptionMessageBundleComplete()
1195 MachProcess::CopyImageInfos ( struct DNBExecutableImageInfo **image_infos, bool only_changed) in CopyImageInfos()
1203 MachProcess::SharedLibrariesUpdated ( ) in SharedLibrariesUpdated()
1214 MachProcess::AppendSTDOUT (char* s, size_t len) in AppendSTDOUT()
1226 MachProcess::GetAvailableSTDOUT (char *buf, size_t buf_size) in GetAvailableSTDOUT()
1249 MachProcess::GetDYLDAllImageInfosAddress () in GetDYLDAllImageInfosAddress()
1256 MachProcess::GetAvailableSTDERR (char *buf, size_t buf_size) in GetAvailableSTDERR()
1262 MachProcess::STDIOThread(void *arg) in STDIOThread()
1264 MachProcess *proc = (MachProcess*) arg; in STDIOThread()
1388 MachProcess::SignalAsyncProfileData (const char *info) in SignalAsyncProfileData()
1401 MachProcess::GetAsyncProfileData (char *buf, size_t buf_size) in GetAsyncProfileData()
1428 MachProcess::ProfileThread(void *arg) in ProfileThread()
1430 MachProcess *proc = (MachProcess*) arg; in ProfileThread()
1458 MachProcess::AttachForDebug (pid_t pid, char *err_str, size_t err_len) in AttachForDebug()
1524 MachProcess::PrepareForAttach (const char *path, nub_launch_flavor_t launch_flavor, bool waitfor, D… in PrepareForAttach()
1589 MachProcess::CheckForProcess (const void *attach_token) in CheckForProcess()
1613 MachProcess::CleanupAfterAttach (const void *attach_token, bool success, DNBError &err_str) in CleanupAfterAttach()
1646 MachProcess::LaunchForDebug in LaunchForDebug()
1672 m_pid = MachProcess::ForkChildForPTraceDebugging (path, argv, envp, this, launch_err); in LaunchForDebug()
1710 m_pid = MachProcess::PosixSpawnChildForPTraceDebugging (path, in LaunchForDebug()
1787 MachProcess::PosixSpawnChildForPTraceDebugging in PosixSpawnChildForPTraceDebugging()
1798 MachProcess* process, in PosixSpawnChildForPTraceDebugging()
1954 cpu_type_t pid_cpu_type = MachProcess::GetCPUTypeForLocalProcess (pid); in PosixSpawnChildForPTraceDebugging()
1972 MachProcess::GetCPUTypeForLocalProcess (pid_t pid) in GetCPUTypeForLocalProcess()
1990 MachProcess::ForkChildForPTraceDebugging in ForkChildForPTraceDebugging()
1995 MachProcess* process, in ForkChildForPTraceDebugging()
2067 MachProcess::SBLaunchForDebug (const char *path, char const *argv[], char const *envp[], bool no_st… in SBLaunchForDebug()
2076 … m_pid = MachProcess::SBForkChildForPTraceDebugging(path, argv, envp, no_stdio, this, launch_err); in SBLaunchForDebug()
2153 MachProcess::SBForkChildForPTraceDebugging (const char *app_bundle_path, char const *argv[], char c… in SBForkChildForPTraceDebugging()