hanchenye-llvm-project/lldb
Greg Clayton 7d07a45fff Fixed an issue where the macosx dynamic loader, on the first shared library loaded notification, wasn't properly removing shared libraries from the target that didn't get loaded. This usually happens when a different shared library is loaded in place of another due to DYLD_LIBRARY_PATH or DYLD_FRAMEWORK_PATH environment variables. We now properly remove any images that didn't make it into the executable.
llvm-svn: 121641
2010-12-12 21:03:32 +00:00
..
docs Instructions for building LLDB with a debug LLVM 2010-11-18 03:56:17 +00:00
examples Add comment explaining the options used to invoke the test driver. 2010-10-25 21:38:35 +00:00
include Fixed an issue where the macosx dynamic loader, on the first shared library loaded notification, wasn't properly removing shared libraries from the target that didn't get loaded. This usually happens when a different shared library is loaded in place of another due to DYLD_LIBRARY_PATH or DYLD_FRAMEWORK_PATH environment variables. We now properly remove any images that didn't make it into the executable. 2010-12-12 21:03:32 +00:00
lib Patch from Jay Cornwall that modifies the LLDB "Host" layer to reuse more 2010-09-07 20:11:56 +00:00
lldb.xcodeproj Changing the ObjC find method implementation to use a ClangUtilityFunction inserted into the target. Consolidate all the 2010-12-10 00:26:25 +00:00
resources Bumped lldb Xcode version to 35 for lldb-35, and debugserver to 121 for 2010-12-08 05:24:05 +00:00
scripts Updated to latest LLVM/Clang for external AST source changes that allow 2010-12-02 23:20:03 +00:00
source Fixed an issue where the macosx dynamic loader, on the first shared library loaded notification, wasn't properly removing shared libraries from the target that didn't get loaded. This usually happens when a different shared library is loaded in place of another due to DYLD_LIBRARY_PATH or DYLD_FRAMEWORK_PATH environment variables. We now properly remove any images that didn't make it into the executable. 2010-12-12 21:03:32 +00:00
test Add test_display_source_python() test case to TestSourceManager.py which uses 2010-12-11 01:20:39 +00:00
tools Any arguments that are not options to the "lldb" command line driver, now get 2010-12-08 22:23:24 +00:00
utils Initial check-in of a Python utility to run the lldb test suite and send the 2010-11-16 19:44:50 +00:00
www Clarified some caveats for thread format strings. 2010-10-04 03:06:05 +00:00
INSTALL.txt You'll need to be running Mac OS X to get lldb to build right now. 2010-06-09 07:29:26 +00:00
LICENSE.TXT test commit 2010-06-09 03:55:24 +00:00
Makefile Comment out test targets; they don't work on Linux because test/Makefile uses 2010-07-09 22:36:15 +00:00