reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Host/linux/Support.h
   22 getProcFile(::pid_t pid, const llvm::Twine &file);

References

tools/lldb/source/Host/linux/Host.cpp
   53   auto BufferOrError = getProcFile(Pid, "status");
  148   auto BufferOrError = getProcFile(pid, "cmdline");
  192   auto BufferOrError = getProcFile(pid, "environ");
tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
 1300   auto BufferOrError = getProcFile(GetID(), "maps");
tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.h
  100     return getProcFile(GetID(), "auxv");
tools/lldb/unittests/Host/linux/SupportTest.cpp
   16   auto BufferOrError = getProcFile(getpid(), "maps");