Home
last modified time | relevance | path

Searched refs:nub_process_t (Results 1 – 18 of 18) sorted by relevance

/external/lldb/tools/debugserver/source/
DDNB.h33 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 …]
DDNB.cpp40 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 …]
DDNBDefs.h59 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…
DRNBContext.h67 nub_process_t ProcessID() const { return m_pid; } in ProcessID()
69 void SetProcessID (nub_process_t pid);
123 nub_process_t m_pid;
DDNBRuntimeAction.h19 virtual void Initialize (nub_process_t pid) = 0;
DRNBServices.h27 bool IsSBProcess (nub_process_t pid);
DRNBRemote.cpp207 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 …]
Ddebugserver.cpp39 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()
1347nub_process_t pid = DNBProcessAttachWait (waitfor_pid_name.c_str(), launch_flavor, ignore_existing… in main()
1368 nub_process_t attached_pid; in main()
1387nub_process_t pid = DNBProcessAttachByName (attach_pid_name.c_str(), timeout_ptr, err_str, sizeof(… in main()
DRNBContext.cpp71 RNBContext::SetProcessID (nub_process_t pid) in SetProcessID()
145 nub_process_t pid = ctx.ProcessID(); in ThreadFunctionProcessStatus()
Dlibdebugserver.cpp130 nub_process_t g_pid;
154 nub_process_t pid = ctx.ProcessID(); in HandleProcessStateChange()
DRNBServices.cpp229 IsSBProcess (nub_process_t pid) in IsSBProcess()
/external/lldb/tools/debugserver/source/MacOSX/
DMachVMMemory.h31 …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…
DMachThread.h45 nub_process_t ProcessID() const;
DMachVMMemory.cpp340 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()
DMachProcess.cpp51 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()
DMachProcess.h78 static nub_process_t CheckForProcess (const void *attach_token);
DMachThread.cpp340 nub_process_t
DMachTask.cpp236 static void get_threads_profile_data(DNBProfileDataScanType scanType, task_t task, nub_process_t pi… in get_threads_profile_data()