Home
last modified time | relevance | path

Searched refs:getProcFile (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/Host/linux/
H A DSupport.h19 getProcFile(::pid_t pid, ::pid_t tid, const llvm::Twine &file);
22 getProcFile(::pid_t pid, const llvm::Twine &file);
25 getProcFile(const llvm::Twine &file);
/openbsd-src/gnu/llvm/lldb/source/Host/linux/
H A DSupport.cpp15 lldb_private::getProcFile(::pid_t pid, ::pid_t tid, const llvm::Twine &file) { in getProcFile() function in lldb_private
27 lldb_private::getProcFile(::pid_t pid, const llvm::Twine &file) { in getProcFile() function in lldb_private
37 lldb_private::getProcFile(const llvm::Twine &file) { in getProcFile() function in lldb_private
H A DHost.cpp63 auto BufferOrError = getProcFile(Pid, "status"); in GetStatusInfo()
155 auto BufferOrError = getProcFile(pid, "cmdline"); in GetProcessArgs()
199 auto BufferOrError = getProcFile(pid, "environ"); in GetProcessEnviron()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DProcfs.cpp22 getProcFile("cpuinfo"); in GetProcfsCpuInfo()
H A DNativeProcessLinux.h111 return getProcFile(GetID(), "auxv"); in GetAuxvData()
H A DNativeThreadLinux.cpp104 auto BufferOrError = getProcFile(process.GetID(), GetID(), "comm"); in GetName()
H A DNativeProcessLinux.cpp1184 auto BufferOrError = getProcFile(GetID(), GetCurrentThreadID(), "smaps"); in PopulateMemoryRegionCache()
1188 BufferOrError = getProcFile(GetID(), GetCurrentThreadID(), "maps"); in PopulateMemoryRegionCache()