Searched refs:getProcFile (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/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);
|
| /llvm-project-15.0.7/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 | 62 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 D | SupportTest.cpp | 16 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 D | ProcfsTests.cpp | 96 auto buffer_or_error = errorOrToExpected(getProcFile("cpuinfo")); in TEST()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/ |
| H A D | Procfs.cpp | 22 auto buffer_or_error = errorOrToExpected(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 | 1183 auto BufferOrError = getProcFile(GetID(), GetCurrentThreadID(), "smaps"); in PopulateMemoryRegionCache() 1187 BufferOrError = getProcFile(GetID(), GetCurrentThreadID(), "maps"); in PopulateMemoryRegionCache()
|