summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Linux/ProcFileReader.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move several plugin to its own namespaceTamas Berghammer2015-03-311-4/+7
| | | | | | | | | | | | | Affected paths: * Plugins/Platform/Android/* * Plugins/Platform/Linux/* * Plugins/Platform/gdb-server/* * Plugins/Process/Linux/* * Plugins/Process/gdb-remote/* Differential revision: http://reviews.llvm.org/D8654 llvm-svn: 233679
* Factored out Linux proc file reading into separate class.Todd Fiala2014-06-301-0/+105
Both NativeProcessLinux (in llgs branch) and Linux Host.cpp had similar code to handle /proc file reading. I factored that out into a new Linux-specific ProcFileReader class and added a method that the llgs branch will use for line-by-line parsing. This change also adds numerous Linux-specific files to Xcode that were missing from the Xcode project files. Related to https://github.com/tfiala/lldb/issues/27 llvm-svn: 212015
OpenPOWER on IntegriCloud