Home
last modified time | relevance | path

Searched full:tracerpid (Results 1 – 7 of 7) sorted by relevance

/llvm-project/lldb/source/Host/linux/
H A DHost.cpp87 ProcessState &State, ::pid_t &TracerPid,
210 } else if (Line.consume_front("TracerPid:")) { in GetStatusInfo()
212 Line.consumeInteger(10, TracerPid); in GetStatusInfo()
313 ProcessState &State, ::pid_t &tracerpid) { in GetProcessAndStatInfo()
315 tracerpid = 0; in GetProcessAndStatInfo() argument
325 if (!GetStatusInfo(pid, process_info, State, tracerpid, tgid)) in GetProcessAndStatInfo()
352 ::pid_t tracerpid; in FindProcessesImpl()
356 if (!GetProcessAndStatInfo(pid, process_info, State, tracerpid)) in FindProcessesImpl()
360 if (tracerpid != 0) in FindProcessesImpl()
409 ::pid_t tracerpid;
89 GetStatusInfo(::pid_t Pid,ProcessInstanceInfo & ProcessInfo,ProcessState & State,::pid_t & TracerPid,::pid_t & Tgid) GetStatusInfo() argument
[all...]
/llvm-project/lldb/test/Shell/Minidump/
H A Dmemory-region-from-module.yaml52 TracerPid: 29940
86 TracerPid: 29940
H A Ddisassemble-no-module.yaml46 TracerPid: 29940
H A Dmemory-region.yaml40 TracerPid: 29940
/llvm-project/lldb/test/Shell/SymbolFile/Breakpad/Inputs/
H A Dunwind-via-stack-cfi.yaml39 TracerPid: 29940
/llvm-project/lldb/test/API/functionalities/postmortem/minidump-new/
H A Dlinux-x86_64.yaml40 TracerPid: 29918
/llvm-project/lldb/unittests/Process/minidump/
H A DMinidumpParserTest.cpp177 TracerPid: 16002 in TEST_F()
212 TracerPid: 16002 in TEST_F()