Searched full:tracerpid (Results 1 – 11 of 11) sorted by relevance
/external/llvm-project/lldb/source/Host/linux/ |
D | Host.cpp | 56 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/ |
D | memory-region-from-module.yaml | 52 TracerPid: 29940 86 TracerPid: 29940
|
D | disassemble-no-module.yaml | 44 TracerPid: 29940
|
D | memory-region.yaml | 40 TracerPid: 29940
|
/external/llvm-project/lldb/test/API/functionalities/postmortem/minidump-new/ |
D | linux-x86_64.yaml | 40 TracerPid: 29918
|
/external/llvm-project/lldb/test/Shell/SymbolFile/Breakpad/Inputs/ |
D | unwind-via-stack-cfi.yaml | 39 TracerPid: 29940
|
/external/libchrome/base/debug/ |
D | debugger_posix.cc | 127 // We can look in /proc/self/status for TracerPid. We are likely used in crash 153 StringPiece tracer("TracerPid:\t");
|
/external/catch2/include/internal/ |
D | catch_debugger.cpp | 94 if( line.compare(0, PREFIX_LEN, "TracerPid:\t") == 0 ) { in isDebuggerActive()
|
/external/llvm-project/lldb/unittests/Process/minidump/ |
D | MinidumpParserTest.cpp | 179 TracerPid: 16002 in TEST_F() 214 TracerPid: 16002 in TEST_F()
|
/external/catch2/single_include/catch2/ |
D | catch.hpp | 10401 if( line.compare(0, PREFIX_LEN, "TracerPid:\t") == 0 ) { in isDebuggerActive()
|
/external/libabigail/tests/lib/ |
D | catch.hpp | 10459 if( line.compare(0, PREFIX_LEN, "TracerPid:\t") == 0 ) { in isDebuggerActive()
|