Home
last modified time | relevance | path

Searched refs:process_t (Results 1 – 12 of 12) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/Host/
H A DHostNativeProcessBase.h28 explicit HostNativeProcessBase(lldb::process_t process) in HostNativeProcessBase()
37 lldb::process_t GetSystemHandle() const { return m_process; } in GetSystemHandle()
43 lldb::process_t m_process;
H A DHostProcess.h36 HostProcess(lldb::process_t process);
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-types.h40 typedef void *process_t; // Process type is HANDLE typedef
57 typedef uint64_t process_t; // Process type is just a pid. typedef
78 #define LLDB_INVALID_PROCESS ((lldb::process_t)-1)
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DProgram.h39 typedef void *process_t; // Must match the type of HANDLE on Windows. typedef
42 typedef procid_t process_t; typedef
50 process_t Process; /// Platform-dependent process object.
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/posix/
H A DHostProcessPosix.h23 HostProcessPosix(lldb::process_t process);
27 static Status Signal(lldb::process_t process, int signo);
/openbsd-src/gnu/llvm/lldb/source/Host/posix/
H A DHostProcessPosix.cpp26 HostProcessPosix::HostProcessPosix(lldb::process_t process) in HostProcessPosix()
41 Status HostProcessPosix::Signal(lldb::process_t process, int signo) { in Signal()
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/windows/
H A DHostProcessWindows.h22 explicit HostProcessWindows(lldb::process_t process);
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DProcessDebugger.cpp311 lldb::process_t handle = process.GetNativeProcess().GetSystemHandle(); in WriteMemory()
339 lldb::process_t handle = process.GetNativeProcess().GetSystemHandle(); in AllocateMemory()
366 lldb::process_t handle = process.GetNativeProcess().GetSystemHandle(); in DeallocateMemory()
390 lldb::process_t handle = process.GetNativeProcess().GetSystemHandle(); in GetMemoryRegionInfo()
H A DDebuggerThread.cpp154 lldb::process_t handle = m_process.GetNativeProcess().GetSystemHandle(); in StopDebugging()
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DHostProcess.cpp18 HostProcess::HostProcess(lldb::process_t process) in HostProcess()
/openbsd-src/gnu/llvm/lldb/source/Host/windows/
H A DHostProcessWindows.cpp33 HostProcessWindows::HostProcessWindows(lldb::process_t process) in HostProcessWindows()
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dgnu-nat.c76 static process_t proc_server = MACH_PORT_NULL;
1381 process_t proc; in inf_continue()