llvm-project/lldb/source/Host/common
Greg Clayton c859e2d524 Full core file support has been added for mach-o core files.
Tracking modules down when you have a UUID and a path has been improved.

DynamicLoaderDarwinKernel no longer parses mach-o load commands and it
now uses the memory based modules now that we can load modules from memory.

Added a target setting named "target.exec-search-paths" which can be used
to supply a list of directories to use when trying to look for executables.
This allows one or more directories to be used when searching for modules
that may not exist in the SDK/PDK. The target automatically adds the directory
for the main executable to this list so this should help us in tracking down
shared libraries and other binaries. 

llvm-svn: 150426
2012-02-13 23:10:39 +00:00
..
Condition.cpp Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener. 2011-01-08 20:28:42 +00:00
File.cpp <rdar://problem/10507811> 2012-01-04 22:56:43 +00:00
FileSpec.cpp <rdar://problem/10652336> 2012-01-06 02:01:06 +00:00
Host.cpp Full core file support has been added for mach-o core files. 2012-02-13 23:10:39 +00:00
Makefile Patch from Jay Cornwall that modifies the LLDB "Host" layer to reuse more 2010-09-07 20:11:56 +00:00
Mutex.cpp Fix typo. 2012-01-27 18:53:22 +00:00
SocketAddress.cpp Add support for platforms without sa_len to SocketAddress, and modify 2011-07-22 19:12:42 +00:00
Symbols.cpp Applied a fix to qualify "UUID" with the lldb_private namespace to fix 2011-02-04 18:53:10 +00:00
Terminal.cpp Cleaned up the dynamic library open/getsymbol/close code to use abstracted 2011-02-08 00:35:34 +00:00
TimeValue.cpp Patch by Matt Johnson to build on his Linux machine with recent versions of libstdc++ and glibc! 2011-08-11 20:40:21 +00:00