hanchenye-llvm-project/lldb/source
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
..
API Added an option to turn OFF the "detach on error" behavior that was added 2014-06-25 02:32:56 +00:00
Breakpoint Actually make a real scoped locker rather than constructing one that gets immediately thrown away... 2014-06-18 23:40:13 +00:00
Commands lldb: remove adhoc implementation of array_sizeof 2014-06-27 05:17:41 +00:00
Core lldb: remove adhoc implementation of array_sizeof 2014-06-27 05:17:41 +00:00
DataFormatters lldb: remove adhoc implementation of array_sizeof 2014-06-27 05:17:41 +00:00
Expression Don't truncate the target triple when initializing clang. 2014-06-27 23:19:42 +00:00
Host Factored out Linux proc file reading into separate class. 2014-06-30 04:14:13 +00:00
Interpreter lldb: remove adhoc implementation of array_sizeof 2014-06-27 05:17:41 +00:00
Plugins Factored out Linux proc file reading into separate class. 2014-06-30 04:14:13 +00:00
Symbol Add a lock in the UnwindTable class so two Targets won't try 2014-06-18 23:32:53 +00:00
Target Pull ProcessInfo and ProcessLaunchInfo out of Target/Process. 2014-06-30 00:30:53 +00:00
Utility lldb: remove adhoc implementation of array_sizeof 2014-06-27 05:17:41 +00:00
CMakeLists.txt Fix up Windows build for the SBUnixSignals addition. 2014-06-24 21:38:31 +00:00
Makefile
lldb-log.cpp Put "jit" in alpha order in log category list 2014-03-05 13:43:23 +00:00
lldb.cpp sanitise sign comparisons 2014-04-02 03:51:35 +00:00