Searched refs:process_t (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DHostNativeProcessBase.h26 explicit HostNativeProcessBase(lldb::process_t process)
36 lldb::process_t GetSystemHandle() const { return m_process; }
43 lldb::process_t m_process;
H A DHostProcess.h36 HostProcess(lldb::process_t process);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/posix/
H A DHostProcessPosix.h23 HostProcessPosix(lldb::process_t process);
27 static Status Signal(lldb::process_t process, int signo);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-types.h40 typedef void *process_t; // Process type is HANDLE typedef in namespace:lldb
57 typedef uint64_t process_t; // Process type is just a pid.
78 #define LLDB_INVALID_PROCESS ((lldb::process_t)-1)
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DProgram.h36 typedef void *process_t; // Must match the type of HANDLE on Windows. typedef in namespace:llvm::sys
39 typedef procid_t process_t; typedef in namespace:llvm::sys
47 process_t Process; /// Platform-dependent process object.
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DHostProcess.cpp18 HostProcess::HostProcess(lldb::process_t process)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/posix/
H A DHostProcessPosix.cpp28 HostProcessPosix::HostProcessPosix(lldb::process_t process)
43 Status HostProcessPosix::Signal(lldb::process_t process, int signo) {
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgnu-nat.c76 static process_t proc_server = MACH_PORT_NULL;
1402 process_t proc;

Completed in 135 milliseconds