Home
last modified time | relevance | path

Searched defs:pid (Results 1 – 25 of 187) sorted by relevance

12345678

/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DDNB.cpp162 const pid_t pid = (pid_t)death_event.ident; in kqueue_thread() local
216 static bool spawn_kqueue_thread(pid_t pid) { in spawn_kqueue_thread()
252 const pid_t pid = (pid_t)(intptr_t)arg; in waitpid_thread() local
302 static bool spawn_waitpid_thread(pid_t pid) { in spawn_waitpid_thread()
352 pid_t pid = processSP->LaunchForDebug( in DNBProcessLaunch() local
487 pid_t pid = INVALID_NUB_PROCESS; in DNBProcessAttach() local
720 nub_process_t pid; in DNBProcessAttachWait() local
800 nub_bool_t DNBProcessDetach(nub_process_t pid) { in DNBProcessDetach()
813 nub_bool_t DNBProcessKill(nub_process_t pid) { in DNBProcessKill()
1071 nub_bool_t DNBProcessResume(nub_process_t pid, in DNBProcessResume()
[all …]
/llvm-project-15.0.7/clang/test/Analysis/
H A Dvfork.c10 pid_t pid = vfork(); // expected-warning{{Call to function 'vfork' is insecure}} in f1() local
62 pid_t pid = vfork(); // expected-warning{{Call to function 'vfork' is insecure}} in f2() local
118 pid_t pid; in f4() local
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp74 uint16_t port, lldb::pid_t pid) { in AssociatePortWithProcess()
93 lldb::pid_t pid) { in FreePortForProcess()
161 const lldb_private::Args &args, std::string hostname, lldb::pid_t &pid, in LaunchGDBServer()
316 lldb::pid_t pid = packet.GetU64(LLDB_INVALID_PROCESS_ID); in Handle_qKillSpawnedProcess() local
334 bool GDBRemoteCommunicationServerPlatform::KillSpawnedProcess(lldb::pid_t pid) { in KillSpawnedProcess()
392 lldb::pid_t pid = m_process_launch_info.GetProcessID(); in Handle_qProcessInfo() local
472 lldb::pid_t pid = m_process_launch_info.GetProcessID(); in Handle_qC() local
520 lldb::pid_t pid) { in DebugserverProcessReaped()
551 const auto pid = m_process_launch_info.GetProcessID(); in LaunchProcess() local
599 lldb::pid_t pid, uint16_t port, const std::string &socket_name) { in SetPendingGdbServer()
/llvm-project-15.0.7/compiler-rt/test/sanitizer_common/ios_commands/
H A Dprint_crashreport_for_pid.py26 def output_report_with_retries(outfile, pid, filename, attempts_remaining, max_wait_time): argument
41 def find_report_in_cur_dir(pid, filename): argument
/llvm-project-15.0.7/lldb/source/Host/linux/
H A DHost.cpp153 static void GetProcessArgs(::pid_t pid, ProcessInstanceInfo &process_info) { in GetProcessArgs()
169 static void GetExePathAndArch(::pid_t pid, ProcessInstanceInfo &process_info) { in GetExePathAndArch()
196 static void GetProcessEnviron(::pid_t pid, ProcessInstanceInfo &process_info) { in GetProcessEnviron()
211 static bool GetProcessAndStatInfo(::pid_t pid, in GetProcessAndStatInfo()
246 lldb::pid_t pid = atoi(direntry->d_name); in FindProcessesImpl() local
282 bool Host::FindProcessThreads(const lldb::pid_t pid, TidMap &tids_to_attach) { in FindProcessThreads()
308 bool Host::GetProcessInfo(lldb::pid_t pid, ProcessInstanceInfo &process_info) { in GetProcessInfo()
H A DSupport.cpp15 lldb_private::getProcFile(::pid_t pid, ::pid_t tid, const llvm::Twine &file) { in getProcFile()
27 lldb_private::getProcFile(::pid_t pid, const llvm::Twine &file) { in getProcFile()
/llvm-project-15.0.7/lldb/examples/interposing/darwin/fd_interposing/
H A DFDInterposing.cpp320 const pid_t pid = getpid(); in get_interposed_pid() local
448 const int pid = get_interposed_pid(); in backtrace_error() local
528 const int pid = get_interposed_pid(); in socket$__interposed__() local
556 const int pid = get_interposed_pid(); in socketpair$__interposed__() local
581 const int pid = get_interposed_pid(); in open$__interposed__() local
611 const int pid = get_interposed_pid(); in open$NOCANCEL$__interposed__() local
633 const int pid = get_interposed_pid(); in __open_extended$__interposed__() local
654 const int pid = get_interposed_pid(); in kqueue$__interposed__() local
672 const int pid = get_interposed_pid(); in shm_open$__interposed__() local
693 const int pid = get_interposed_pid(); in accept$__interposed__() local
[all …]
/llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/netbsd-core/
H A DTestNetBSDCore.py129 def do_test(self, filename, pid, region_count): argument
149 def check_stack(self, process, pid, filename): argument
173 def check_stack(self, process, pid, filename): argument
203 def check_stack(self, process, pid, filename): argument
/llvm-project-15.0.7/lldb/test/API/commands/process/attach/attach_denied/
H A Dmain.cpp24 bool writePid (const char* file_name, const pid_t pid) in writePid()
69 const pid_t pid = fork (); in main() local
/llvm-project-15.0.7/lldb/source/Plugins/Trace/intel-pt/
H A DPerfContextSwitchDecoder.cpp77 uint32_t pid, tid; member
92 lldb::pid_t pid; member
146 lldb::cpu_id_t cpu_id, lldb::tid_t tid, lldb::pid_t pid, uint64_t start, in CreateCompleteExecution()
156 lldb::cpu_id_t cpu_id, lldb::tid_t tid, lldb::pid_t pid, in CreateHintedStartExecution()
166 lldb::cpu_id_t cpu_id, lldb::tid_t tid, lldb::pid_t pid, uint64_t start, in CreateHintedEndExecution()
176 lldb::cpu_id_t cpu_id, lldb::tid_t tid, lldb::pid_t pid, uint64_t end) { in CreateOnlyEndExecution()
184 lldb::cpu_id_t cpu_id, lldb::tid_t tid, lldb::pid_t pid, uint64_t start) { in CreateOnlyStartExecution()
/llvm-project-15.0.7/llvm/include/llvm/
H A DPass.h97 explicit Pass(PassKind K, char &pid) : PassID(&pid), Kind(K) {} in Pass()
250 explicit ModulePass(char &pid) : Pass(PT_Module, pid) {} in ModulePass()
281 explicit ImmutablePass(char &pid) : ModulePass(pid) {} in ImmutablePass()
310 explicit FunctionPass(char &pid) : Pass(PT_Function, pid) {} in FunctionPass()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/Android/
H A DPlatformAndroidRemoteGDBServer.cpp82 bool PlatformAndroidRemoteGDBServer::LaunchGDBServer(lldb::pid_t &pid, in LaunchGDBServer()
101 bool PlatformAndroidRemoteGDBServer::KillSpawnedProcess(lldb::pid_t pid) { in KillSpawnedProcess()
154 void PlatformAndroidRemoteGDBServer::DeleteForwardPort(lldb::pid_t pid) { in DeleteForwardPort()
173 const lldb::pid_t pid, const uint16_t remote_port, in MakeConnectURL()
/llvm-project-15.0.7/lldb/test/Shell/Subprocess/Inputs/
H A Dfork.cpp85 pid_t pid = clone(child_top_func, &stack[sizeof(stack)], 0, argv[0]); in main() local
87 pid_t pid = TEST_FORK(); in main() local
/llvm-project-15.0.7/lldb/source/Host/netbsd/
H A DHostNetBSD.cpp56 int pid = process_info.GetProcessID(); in GetNetBSDProcessArgs() local
140 const int pid = process_info.GetProcessID(); in GetNetBSDProcessUserAndGroup() local
257 bool Host::GetProcessInfo(lldb::pid_t pid, ProcessInstanceInfo &process_info) { in GetProcessInfo()
/llvm-project-15.0.7/compiler-rt/test/msan/
H A Dfork.cpp75 pid_t pid = fork(); in test() local
90 pid_t pid = fork(); in main() local
/llvm-project-15.0.7/compiler-rt/test/dfsan/
H A Dfork.cpp71 pid_t pid = fork(); in test() local
87 pid_t pid = fork(); in main() local
/llvm-project-15.0.7/lldb/source/Host/freebsd/
H A DHost.cpp53 int pid = process_info.GetProcessID(); in GetFreeBSDProcessArgs() local
120 const int pid = process_info.GetProcessID(); in GetFreeBSDProcessUserAndGroup() local
230 bool Host::GetProcessInfo(lldb::pid_t pid, ProcessInstanceInfo &process_info) { in GetProcessInfo()
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DProcessInfo.h69 void SetProcessID(lldb::pid_t pid) { m_pid = pid; } in SetProcessID()
112 ProcessInstanceInfo(const char *name, const ArchSpec &arch, lldb::pid_t pid) in ProcessInstanceInfo()
137 void SetParentProcessID(lldb::pid_t pid) { m_parent_pid = pid; } in SetParentProcessID()
/llvm-project-15.0.7/lldb/test/API/commands/trace/intelpt-trace/
H A Dtrace_bad2.json11 "pid": 1234, number
28 "pid": 12345, number
/llvm-project-15.0.7/lldb/source/Host/common/
H A DHost.cpp103 const Host::MonitorChildProcessCallback &callback, lldb::pid_t pid) { in StartMonitoringChildProcess()
160 MonitorChildProcessThreadFunction(::pid_t pid, in MonitorChildProcessThreadFunction()
351 bool Host::FindProcessThreads(const lldb::pid_t pid, TidMap &tids_to_attach) { in FindProcessThreads()
360 lldb::pid_t pid = LLDB_INVALID_PROCESS_ID; member
366 MonitorShellCommand(std::shared_ptr<ShellInfo> shell_info, lldb::pid_t pid, in MonitorShellCommand()
475 const lldb::pid_t pid = launch_info.GetProcessID(); in RunShellCommand() local
546 void Host::Kill(lldb::pid_t pid, int signo) { ::kill(pid, signo); } in Kill()
/llvm-project-15.0.7/compiler-rt/test/lsan/TestCases/Linux/
H A Dfork_and_leak.cpp13 pid_t pid = fork(); in main() local
H A Dfork.cpp16 pid_t pid = fork(); in main() local
/llvm-project-15.0.7/libc/src/signal/linux/
H A Draise.cpp19 long pid = __llvm_libc::syscall(SYS_getpid); variable
/llvm-project-15.0.7/compiler-rt/test/profile/Posix/
H A Dgcov-fork.c20 pid_t pid = fork(); // CHECK-NEXT: 1: [[#@LINE]]: in main() local
/llvm-project-15.0.7/compiler-rt/test/tsan/
H A Dfork_atexit.cpp20 int pid = fork(); in main() local

12345678