Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Host/linux/
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);
/external/llvm-project/lldb/source/Host/linux/
DSupport.cpp14 lldb_private::getProcFile(::pid_t pid, ::pid_t tid, const llvm::Twine &file) { in getProcFile() function in lldb_private
26 lldb_private::getProcFile(::pid_t pid, const llvm::Twine &file) { in getProcFile() function in lldb_private
36 lldb_private::getProcFile(const llvm::Twine &file) { in getProcFile() function in lldb_private
DHost.cpp59 auto BufferOrError = getProcFile(Pid, "status"); in GetStatusInfo()
147 auto BufferOrError = getProcFile(pid, "cmdline"); in GetProcessArgs()
191 auto BufferOrError = getProcFile(pid, "environ"); in GetProcessEnviron()
/external/llvm-project/lldb/unittests/Host/linux/
DSupportTest.cpp16 auto BufferOrError = getProcFile(getpid(), "maps"); in TEST()
22 auto BufferOrError = getProcFile(getpid(), llvm::get_threadid(), "comm"); in TEST()
/external/llvm-project/lldb/source/Plugins/Process/Linux/
DNativeProcessLinux.h101 return getProcFile(GetID(), "auxv"); in GetAuxvData()
DProcessorTrace.cpp193 auto BufferOrError = getProcFile("cpuinfo"); in GetCPUType()
DNativeThreadLinux.cpp99 auto BufferOrError = getProcFile(process.GetID(), GetID(), "comm"); in GetName()
DNativeProcessLinux.cpp1317 auto BufferOrError = getProcFile(GetID(), "smaps"); in PopulateMemoryRegionCache()
1321 BufferOrError = getProcFile(GetID(), "maps"); in PopulateMemoryRegionCache()