Searched refs:getProcFile (Results 1 – 7 of 7) sorted by relevance
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/linux/ |
H A D | Support.h | 19 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 D | Support.cpp | 15 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 D | Host.cpp | 63 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 D | Procfs.cpp | 22 getProcFile("cpuinfo"); in GetProcfsCpuInfo()
|
H A D | NativeProcessLinux.h | 111 return getProcFile(GetID(), "auxv"); in GetAuxvData()
|
H A D | NativeThreadLinux.cpp | 104 auto BufferOrError = getProcFile(process.GetID(), GetID(), "comm"); in GetName()
|
H A D | NativeProcessLinux.cpp | 1184 auto BufferOrError = getProcFile(GetID(), GetCurrentThreadID(), "smaps"); in PopulateMemoryRegionCache() 1188 BufferOrError = getProcFile(GetID(), GetCurrentThreadID(), "maps"); in PopulateMemoryRegionCache()
|