Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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);
/llvm-project-15.0.7/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.cpp62 auto BufferOrError = getProcFile(Pid, "status"); in GetStatusInfo()
154 auto BufferOrError = getProcFile(pid, "cmdline"); in GetProcessArgs()
198 auto BufferOrError = getProcFile(pid, "environ"); in GetProcessEnviron()
/llvm-project-15.0.7/lldb/unittests/Host/linux/
H A DSupportTest.cpp16 auto BufferOrError = getProcFile(getpid(), "maps"); in TEST()
22 auto BufferOrError = getProcFile(getpid(), llvm::get_threadid(), "comm"); in TEST()
/llvm-project-15.0.7/lldb/unittests/Process/Linux/
H A DProcfsTests.cpp96 auto buffer_or_error = errorOrToExpected(getProcFile("cpuinfo")); in TEST()
/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DProcfs.cpp22 auto buffer_or_error = errorOrToExpected(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.cpp1183 auto BufferOrError = getProcFile(GetID(), GetCurrentThreadID(), "smaps"); in PopulateMemoryRegionCache()
1187 BufferOrError = getProcFile(GetID(), GetCurrentThreadID(), "maps"); in PopulateMemoryRegionCache()