hanchenye-llvm-project/lldb/source/Host
Todd Fiala 3dc2fb2fc0 Factored out Linux proc file reading into separate class.
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
2014-06-30 04:14:13 +00:00
..
common lldb: remove adhoc implementation of array_sizeof 2014-06-27 05:17:41 +00:00
freebsd Implement Host::GetThreadName for FreeBSD 2014-05-21 18:09:55 +00:00
linux Factored out Linux proc file reading into separate class. 2014-06-30 04:14:13 +00:00
macosx Added an option to turn OFF the "detach on error" behavior that was added 2014-06-25 02:32:56 +00:00
windows Windows fix: Condition::Wait returned failure when it actually succeeded (SleepConditionVariableCS returns non-zero for success) 2014-06-03 14:33:41 +00:00
CMakeLists.txt
Makefile