Home
last modified time | relevance | path

Searched full:ppid (Results 1 – 24 of 24) sorted by relevance

/llvm-project/lldb/test/Shell/Minidump/
H A Dmemory-region-from-module.yaml51 PPid: 29370
85 PPid: 29370
H A Ddisassemble-no-module.yaml45 PPid: 29370
H A Dmemory-region.yaml39 PPid: 29370
/llvm-project/clang/lib/Lex/
H A DPreprocessingRecord.cpp347 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 DTestPlatformClient.py36 "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 DTestWasm.py58 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 Dsanitizer_stoptheworld_netbsd_libcdep.cpp340 pid_t ppid = internal_getppid(); in GetRegistersAndSP() local
344 internal_iserror(internal_ptrace(PT_GETREGS, ppid, &regs, tid), &pterrno); in GetRegistersAndSP()
348 ppid, tid, pterrno); in GetRegistersAndSP()
/llvm-project/lldb/test/Shell/SymbolFile/DWARF/x86/Inputs/
H A Ddebug_loc-aslr.yaml28 PPid: 29370
/llvm-project/lldb/test/Shell/Minidump/Inputs/
H A Dlinux-x86_64.yaml27 PPid: 29370
/llvm-project/lldb/test/Shell/SymbolFile/Breakpad/Inputs/
H A Dstack-cfi-parsing.yaml34 PPid: 29370
H A Dunwind-via-stack-cfi.yaml38 PPid: 29370
/llvm-project/lldb/test/API/functionalities/postmortem/minidump-new/
H A Dlinux-x86_64.yaml39 PPid: 29370
/llvm-project/lldb/source/Host/linux/
H A DHost.cpp58 ::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 Dintercept.py206 "ppid": records[1],
/llvm-project/bolt/runtime/
H A Dinstr.cpp1565 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 DMinidumpParserTest.cpp176 PPid: 13243 in TEST_F()
211 PPid: 13243 in TEST_F()
/llvm-project/clang/include/clang/Lex/
H A DPreprocessingRecord.h361 PreprocessedEntity *getPreprocessedEntity(PPEntityID PPID);
/llvm-project/lldb/docs/resources/
H A Dlldbgdbremote.md1187 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 Dgdbremote_testcase.py201 # Grab the ppid from /proc/[shell pid]/stat
209 # [pid] ([executable]) [state] [*ppid*]
/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp91 void MacroDefinitionRead(serialization::PreprocessedEntityID PPID, in MacroDefinitionRead() argument
94 Previous->MacroDefinitionRead(PPID, MD); in MacroDefinitionRead()
/llvm-project/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.mm2866 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 DGDBRemoteCommunicationServerCommon.cpp1211 "pid:%" PRIu64 ";ppid:%" PRIu64 ";uid:%i;gid:%i;euid:%i;egid:%i;", in CreateProcessInfoResponse()
H A DGDBRemoteCommunicationClient.cpp2014 } else if (name == "ppid") { in DecodeProcessInfoResponse()
/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp2155 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