/llvm-project/lldb/test/Shell/Minidump/ |
H A D | memory-region-from-module.yaml | 51 PPid: 29370 85 PPid: 29370
|
H A D | disassemble-no-module.yaml | 45 PPid: 29370
|
H A D | memory-region.yaml | 39 PPid: 29370
|
/llvm-project/clang/lib/Lex/ |
H A D | PreprocessingRecord.cpp | 347 PreprocessedEntity *PreprocessingRecord::getPreprocessedEntity(PPEntityID PPID){ in RegisterMacroDefinition() 348 if (PPID.ID < 0) { 349 unsigned Index = -PPID.ID - 1; 355 if (PPID.ID == 0) in getPreprocessedEntity() 357 unsigned Index = PPID.ID - 1; in getPreprocessedEntity() 350 getPreprocessedEntity(PPEntityID PPID) getPreprocessedEntity() argument
|
/llvm-project/lldb/test/API/functionalities/gdb_remote_client/ |
H A D | TestPlatformClient.py | 36 "pid:10;ppid:1;uid:2;gid:3;euid:4;egid:5;name:" 54 "pid:11;ppid:2;uid:3;gid:4;euid:5;egid:6;name:"
|
H A D | TestWasm.py | 58 return "pid:1;ppid:1;uid:1;gid:1;euid:1;egid:1;name:%s;triple:%s;ptrsize:4" % (
|
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_stoptheworld_netbsd_libcdep.cpp | 340 pid_t ppid = internal_getppid(); in GetRegistersAndSP() local 344 internal_iserror(internal_ptrace(PT_GETREGS, ppid, ®s, tid), &pterrno); in GetRegistersAndSP() 348 ppid, tid, pterrno); in GetRegistersAndSP()
|
/llvm-project/lldb/test/Shell/SymbolFile/DWARF/x86/Inputs/ |
H A D | debug_loc-aslr.yaml | 28 PPid: 29370
|
/llvm-project/lldb/test/Shell/Minidump/Inputs/ |
H A D | linux-x86_64.yaml | 27 PPid: 29370
|
/llvm-project/lldb/test/Shell/SymbolFile/Breakpad/Inputs/ |
H A D | stack-cfi-parsing.yaml | 34 PPid: 29370
|
H A D | unwind-via-stack-cfi.yaml | 38 PPid: 29370
|
/llvm-project/lldb/test/API/functionalities/postmortem/minidump-new/ |
H A D | linux-x86_64.yaml | 39 PPid: 29370
|
/llvm-project/lldb/source/Host/linux/ |
H A D | Host.cpp | 58 ::pid_t ppid = LLDB_INVALID_PROCESS_ID; 103 &stat_fields.ppid, &stat_fields.pgrp, &stat_fields.session, in GetStatusInfo() 130 ProcessInfo.SetParentProcessID(stat_fields.ppid); in GetStatusInfo()
|
/llvm-project/clang/tools/scan-build-py/lib/libscanbuild/ |
H A D | intercept.py | 206 "ppid": records[1],
|
/llvm-project/bolt/runtime/ |
H A D | instr.cpp | 1565 uint64_t ppid; in watchProcess() local 1568 ppid = -__getpgid(0); in watchProcess() 1573 ppid = __getppid(); in watchProcess() 1574 if (ppid == 1) { in watchProcess() 1587 if (__kill(ppid, 0) < 0) { in watchProcess()
|
/llvm-project/lldb/unittests/Process/minidump/ |
H A D | MinidumpParserTest.cpp | 176 PPid: 13243 in TEST_F() 211 PPid: 13243 in TEST_F()
|
/llvm-project/clang/include/clang/Lex/ |
H A D | PreprocessingRecord.h | 361 PreprocessedEntity *getPreprocessedEntity(PPEntityID PPID);
|
/llvm-project/lldb/docs/resources/ |
H A D | lldbgdbremote.md | 1187 read packet: $pid:60001;ppid:59948;uid:7746;gid:11;euid:7746;egid:11;name:6c6c6462;triple:x86_64-apple-macosx;#00 1189 read packet: $pid:59992;ppid:192;uid:7746;gid:11;euid:7746;egid:11;name:6d64776f726b6572;triple:x86_64-apple-macosx;#00 1556 * `ppid` - `integer` - Parent process ID as a decimal integer string 1567 read packet: $pid:60050;ppid:59948;uid:7746;gid:11;euid:7746;egid:11;name:6c6c6462;triple:x86_64-apple-macosx;#00
|
/llvm-project/lldb/packages/Python/lldbsuite/test/tools/lldb-server/ |
H A D | gdbremote_testcase.py | 201 # Grab the ppid from /proc/[shell pid]/stat 209 # [pid] ([executable]) [state] [*ppid*]
|
/llvm-project/clang/lib/Frontend/ |
H A D | FrontendAction.cpp | 91 void MacroDefinitionRead(serialization::PreprocessedEntityID PPID, in MacroDefinitionRead() argument 94 Previous->MacroDefinitionRead(PPID, MD); in MacroDefinitionRead()
|
/llvm-project/lldb/tools/debugserver/source/MacOSX/ |
H A D | MachProcess.mm | 2866 nub_process_t ppid = GetParentProcessID(pid); 2867 if (ppid == getpid()) { 2875 err.AsString(), pid, ppid); 2879 getpid(), pid, ppid);
|
/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteCommunicationServerCommon.cpp | 1211 "pid:%" PRIu64 ";ppid:%" PRIu64 ";uid:%i;gid:%i;euid:%i;egid:%i;", in CreateProcessInfoResponse()
|
H A D | GDBRemoteCommunicationClient.cpp | 2014 } else if (name == "ppid") { in DecodeProcessInfoResponse()
|
/llvm-project/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 2155 PreprocessingRecord::PPEntityID PPID = in ReadDefinedMacros() 2158 PPRec.getPreprocessedEntity(PPID)); in ReadDefinedMacros() 6523 PreprocessedEntityID PPID = Index+1; 6594 DeserializationListener->MacroDefinitionRead(PPID, MD); in ReadPragmaDiagnosticMappings() 1975 PreprocessingRecord::PPEntityID PPID = ReadMacroRecord() local 6258 PreprocessedEntityID PPID = Index+1; ReadPreprocessedEntity() local
|