llvm-project/lldb/source
Jim Ingham a2cf2637da 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...
llvm-svn: 122465
2010-12-23 02:29:54 +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 "frame variable" requires that the process be running and paused or there aren't any frames... So mark the command properly as such. 2010-12-23 02:17:54 +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 Patch from Stephen Wilson: 2010-12-20 21:45:22 +00:00
Host Patch from Stephen: 2010-12-20 21:52:18 +00:00
Interpreter Removed logging code that I accidentally left in after recent changes. 2010-12-19 21:36:12 +00:00
Plugins RegisterContextLLDB.cpp (InitializeNonZerothFrame): If we get a 2010-12-22 02:02:45 +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 Patch from Jean-Daniel Dupas: 2010-07-12 23:14:00 +00:00
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