hanchenye-llvm-project/lldb/source/Plugins
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
..
ABI lldb: remove adhoc implementation of array_sizeof 2014-06-27 05:17:41 +00:00
Disassembler Update how we create our MCSymbolizer to keep working correctly 2014-05-17 00:27:44 +00:00
DynamicLoader Add some basic sanity checks to DynamicLoaderDarwinKernel::ReadKextSummaryHeader() 2014-04-15 01:04:00 +00:00
Instruction lldb: remove adhoc implementation of array_sizeof 2014-06-27 05:17:41 +00:00
JITLoader Patch from Keno Fischer to enable JITLoaderGDB with mach-o file support. 2014-06-24 22:22:43 +00:00
LanguageRuntime Switch over to using object_getClass to get the class of an object. Previously we were 2014-06-19 18:25:51 +00:00
ObjectContainer LLDB could segfault if it got a .a file that had extra padding bytes at the end of the file. 2014-05-02 22:25:51 +00:00
ObjectFile Fix ObjectFileELF to determine architectures independent of host. 2014-06-27 16:52:49 +00:00
OperatingSystem
Platform lldb: remove adhoc implementation of array_sizeof 2014-06-27 05:17:41 +00:00
Process Factored out Linux proc file reading into separate class. 2014-06-30 04:14:13 +00:00
SymbolFile Fix Windows warnings. 2014-05-28 16:43:26 +00:00
SymbolVendor
SystemRuntime Fix error handling for the AppleGetQueues and AppleGetPendingItems 2014-06-23 22:45:54 +00:00
UnwindAssembly sanitise sign comparisons 2014-04-02 03:51:35 +00:00
CMakeLists.txt
Makefile Patch from Keno Fischer to enable JITLoaderGDB with mach-o file support. 2014-06-24 22:22:43 +00:00