hanchenye-llvm-project/lldb/source
Stephen Wilson 87f457057f Fix typo (presumably carried over from the MacOSX plugin).
llvm-svn: 122842
2011-01-04 21:46:35 +00:00
..
API The LLDB API (lldb::SB*) is now thread safe! 2010-12-20 20:49:23 +00:00
Breakpoint 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
Commands Add a simple command: 'version' to the command interpreter, and an accompanying 2010-12-23 20:21:44 +00:00
Core For the language check in GetObjectDescription, if we can't find a language runtime for the value we're looking at, BUT it IS at least a pointer, try the ObjCRuntime language. That's currently the only language runtime that has an object description method anyway... 2010-12-23 02:29:54 +00:00
Expression Fixed a problem where constant results of expressions 2011-01-04 02:41:41 +00:00
Host Patch from Stephen: 2010-12-20 21:52:18 +00:00
Interpreter Add a simple command: 'version' to the command interpreter, and an accompanying 2010-12-23 20:21:44 +00:00
Plugins Fix typo (presumably carried over from the MacOSX plugin). 2011-01-04 21:46:35 +00:00
Symbol Line tables were trying to be too clever and only use 24 bits for a line 2010-12-19 22:07:39 +00:00
Target RegisterContextLLDB.cpp (InitializeNonZerothFrame): If we get a 2010-12-22 02:02:45 +00:00
Utility Patch from Stephen Wilson: 2010-12-20 21:45:22 +00:00
Makefile
lldb-log.cpp - Fix alias-building & resolving to properly handle optional arguments for command options. 2010-12-07 19:58:26 +00:00
lldb.cpp Fixes for linux building from Stephen Wilson. 2010-12-16 21:36:30 +00:00