llvm-project/lldb/source
Greg Clayton 6ba508507e Fixed shared library unloads when the unloaded library doesn't come off
the end of the list. We had an issue in the MacOSX dynamic loader where if
we had shlibs:
1 - a.out
2 - a.dylib
3 - b.dylib

And then a.dylib got unloaded, we would unload b.dylib due to the assumption
that only shared libraries could come off the end of the list. We now properly
search and find which ones get loaded.

Added a new internal logging category for the "lldb" log channel named "dyld".
This should allow all dynamic loaders to use this as a generic log channel so
we can track shared library loads and unloads in the logs without having to 
have each plug-in make up its own logging channel.

llvm-svn: 118147
2010-11-03 04:08:06 +00:00
..
API Fixed an include so case sensitive builders can build. 2010-10-31 19:57:43 +00:00
Breakpoint Add the ability to disable individual log categories, rather 2010-10-29 21:48:37 +00:00
Commands Fix error message when attempting to generate invalid alias. 2010-11-02 19:00:04 +00:00
Core Fixed a case where children of pointers or references that had had multiple 2010-11-02 21:21:20 +00:00
Expression Fixed a bug where we left a definition hanging 2010-11-02 23:51:17 +00:00
Host Cleaned up the API logging a lot more to reduce redundant information and 2010-10-31 03:01:06 +00:00
Interpreter Cleaned up the API logging a lot more to reduce redundant information and 2010-10-31 03:01:06 +00:00
Plugins Fixed shared library unloads when the unloaded library doesn't come off 2010-11-03 04:08:06 +00:00
Symbol Fixed cases where we were translating "long long" types to use the "long" 2010-11-02 03:48:39 +00:00
Target Modified the thread plan that calls functions to 2010-11-03 01:37:52 +00:00
Utility Cleaned a few build related things up: 2010-09-24 23:07:41 +00:00
Makefile Patch from Jean-Daniel Dupas: 2010-07-12 23:14:00 +00:00
lldb-log.cpp Fixed shared library unloads when the unloaded library doesn't come off 2010-11-03 04:08:06 +00:00
lldb.cpp Check in the native lldb unwinder. 2010-10-25 11:12:07 +00:00