Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Host/linux/
DHost.cpp56 ProcessState &State, ::pid_t &TracerPid) { in GetStatusInfo() argument
107 } else if (Line.consume_front("TracerPid:")) { in GetStatusInfo()
109 Line.consumeInteger(10, TracerPid); in GetStatusInfo()
206 ProcessState &State, ::pid_t &tracerpid) { in GetProcessAndStatInfo() argument
207 tracerpid = 0; in GetProcessAndStatInfo()
217 if (!GetStatusInfo(pid, process_info, State, tracerpid)) in GetProcessAndStatInfo()
244 ::pid_t tracerpid; in FindProcessesImpl()
248 if (!GetProcessAndStatInfo(pid, process_info, State, tracerpid)) in FindProcessesImpl()
252 if (tracerpid != 0) in FindProcessesImpl()
301 ::pid_t tracerpid; in GetProcessInfo()
[all …]
/external/llvm-project/lldb/test/Shell/Minidump/
Dmemory-region-from-module.yaml52 TracerPid: 29940
86 TracerPid: 29940
Ddisassemble-no-module.yaml44 TracerPid: 29940
Dmemory-region.yaml40 TracerPid: 29940
/external/llvm-project/lldb/test/API/functionalities/postmortem/minidump-new/
Dlinux-x86_64.yaml40 TracerPid: 29918
/external/llvm-project/lldb/test/Shell/SymbolFile/Breakpad/Inputs/
Dunwind-via-stack-cfi.yaml39 TracerPid: 29940
/external/libchrome/base/debug/
Ddebugger_posix.cc127 // We can look in /proc/self/status for TracerPid. We are likely used in crash
153 StringPiece tracer("TracerPid:\t");
/external/catch2/include/internal/
Dcatch_debugger.cpp94 if( line.compare(0, PREFIX_LEN, "TracerPid:\t") == 0 ) { in isDebuggerActive()
/external/llvm-project/lldb/unittests/Process/minidump/
DMinidumpParserTest.cpp179 TracerPid: 16002 in TEST_F()
214 TracerPid: 16002 in TEST_F()
/external/catch2/single_include/catch2/
Dcatch.hpp10401 if( line.compare(0, PREFIX_LEN, "TracerPid:\t") == 0 ) { in isDebuggerActive()
/external/libabigail/tests/lib/
Dcatch.hpp10459 if( line.compare(0, PREFIX_LEN, "TracerPid:\t") == 0 ) { in isDebuggerActive()