Searched refs:nub_process_t (Results 1 – 18 of 18) sorted by relevance
/external/lldb/tools/debugserver/source/ |
D | DNB.h | 33 nub_process_t DNBProcessLaunch (const char *path, 46 nub_process_t DNBProcessAttach (nub_process_t pid, struct timespec *timeout, char *err_str… 47 nub_process_t DNBProcessAttachByName (const char *name, struct timespec *timeout, char *err_str,… 48 nub_process_t DNBProcessAttachWait (const char *wait_name, nub_launch_flavor_t launch_flavor, … 57 nub_bool_t DNBProcessResume (nub_process_t pid, const DNBThreadResumeAction *actions, s… 58 nub_bool_t DNBProcessHalt (nub_process_t pid) DNB_EXPORT; 59 nub_bool_t DNBProcessDetach (nub_process_t pid) DNB_EXPORT; 60 nub_bool_t DNBProcessSignal (nub_process_t pid, int signal) DNB_EXPORT; 61 nub_bool_t DNBProcessKill (nub_process_t pid) DNB_EXPORT; 62 nub_size_t DNBProcessMemoryRead (nub_process_t pid, nub_addr_t addr, nub_size_t size, void … [all …]
|
D | DNB.cpp | 40 typedef std::map<nub_process_t, MachProcessSP> ProcessMap; 76 AddProcessToMap (nub_process_t pid, MachProcessSP& procSP) in AddProcessToMap() 93 RemoveProcessFromMap (nub_process_t pid) in RemoveProcessFromMap() 110 GetProcessSP (nub_process_t pid, MachProcessSP& procSP) in GetProcessSP() 178 nub_process_t 285 nub_process_t 309 nub_process_t 310 DNBProcessAttach (nub_process_t attach_pid, struct timespec *timeout, char *err_str, size_t err_len) in DNBProcessAttach() 519 nub_process_t 556 nub_process_t waitfor_pid = INVALID_NUB_PROCESS; in DNBProcessAttachWait() [all …]
|
D | DNBDefs.h | 59 typedef pid_t nub_process_t; typedef 64 #define INVALID_NUB_PROCESS ((nub_process_t)0) 358 typedef nub_addr_t (*DNBCallbackNameToAddress)(nub_process_t pid, const char *name, const char *shl… 359 typedef nub_size_t (*DNBCallbackCopyExecutableImageInfos)(nub_process_t pid, struct DNBExecutableIm…
|
D | RNBContext.h | 67 nub_process_t ProcessID() const { return m_pid; } in ProcessID() 69 void SetProcessID (nub_process_t pid); 123 nub_process_t m_pid;
|
D | DNBRuntimeAction.h | 19 virtual void Initialize (nub_process_t pid) = 0;
|
D | RNBServices.h | 27 bool IsSBProcess (nub_process_t pid);
|
D | RNBRemote.cpp | 207 nub_process_t pid = m_ctx.ProcessID(); in FlushSTDIO() 235 nub_process_t pid = m_ctx.ProcessID(); in SendAsyncProfileData() 1427 nub_process_t pid = m_ctx.ProcessID(); in HandlePacket_qThreadInfo() 1462 nub_process_t pid = m_ctx.ProcessID(); in HandlePacket_qThreadExtraInfo() 1626 nub_process_t pid; in HandlePacket_qC() 1641 nub_process_t pid; in HandlePacket_qGetPid() 2346 nub_process_t pid, in register_value_in_hex_fixed_width() 2388 nub_process_t pid, in gdb_regnum_with_fixed_width_hex_register_value() 2407 const nub_process_t pid = m_ctx.ProcessID(); in SendStopReplyPacketForThread() 2549 nub_process_t pid = m_ctx.ProcessID(); in HandlePacket_last_signal() [all …]
|
D | debugserver.cpp | 39 nub_process_t g_pid = INVALID_NUB_PROCESS; 219 nub_process_t pid = DNBProcessLaunch (resolved_path, in RNBRunLoopLaunchInferior() 342 RNBRunLoopLaunchAttaching (RNBRemote *remote, nub_process_t attach_pid, nub_process_t& pid) in RNBRunLoopLaunchAttaching() 411 nub_process_t pid = ctx.ProcessID(); in HandleProcessStateChange() 1347 …nub_process_t pid = DNBProcessAttachWait (waitfor_pid_name.c_str(), launch_flavor, ignore_existing… in main() 1368 nub_process_t attached_pid; in main() 1387 …nub_process_t pid = DNBProcessAttachByName (attach_pid_name.c_str(), timeout_ptr, err_str, sizeof(… in main()
|
D | RNBContext.cpp | 71 RNBContext::SetProcessID (nub_process_t pid) in SetProcessID() 145 nub_process_t pid = ctx.ProcessID(); in ThreadFunctionProcessStatus()
|
D | libdebugserver.cpp | 130 nub_process_t g_pid; 154 nub_process_t pid = ctx.ProcessID(); in HandleProcessStateChange()
|
D | RNBServices.cpp | 229 IsSBProcess (nub_process_t pid) in IsSBProcess()
|
/external/lldb/tools/debugserver/source/MacOSX/ |
D | MachVMMemory.h | 31 …scanType, task_t task, struct task_basic_info ti, cpu_type_t cputype, nub_process_t pid, vm_statis… 38 …void GetMemorySizes(task_t task, cpu_type_t cputype, nub_process_t pid, mach_vm_size_t &rpr…
|
D | MachThread.h | 45 nub_process_t ProcessID() const;
|
D | MachVMMemory.cpp | 340 MachVMMemory::GetMemorySizes(task_t task, cpu_type_t cputype, nub_process_t pid, mach_vm_size_t &rp… in GetMemorySizes() 516 …scanType, task_t task, struct task_basic_info ti, cpu_type_t cputype, nub_process_t pid, vm_statis… in GetMemoryProfile()
|
D | MachProcess.cpp | 51 IsSBProcess (nub_process_t pid) in IsSBProcess() 544 nub_process_t pid = m_pid; in Detach() 1588 nub_process_t 1597 nub_process_t attach_pid; in CheckForProcess() 2269 nub_process_t pid = INVALID_NUB_PROCESS; in SBForkChildForPTraceDebugging()
|
D | MachProcess.h | 78 static nub_process_t CheckForProcess (const void *attach_token);
|
D | MachThread.cpp | 340 nub_process_t
|
D | MachTask.cpp | 236 static void get_threads_profile_data(DNBProfileDataScanType scanType, task_t task, nub_process_t pi… in get_threads_profile_data()
|