llvm-project/lldb/source
Caroline Tice 20bd37f747 The UserSettings controllers must be initialized & terminated in the
correct order.  Previously this was tacitly implemented but not
enforced, so it was possible to accidentally do things in the wrong
order and cause problems.  This fixes that problem.

llvm-svn: 127430
2011-03-10 22:14:10 +00:00
..
API LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide 2011-03-08 22:40:15 +00:00
Breakpoint Fixed the BreakpointLocationList to be able to do O(1) lookups on breakpoint 2011-02-05 00:38:04 +00:00
Commands LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide 2011-03-08 22:40:15 +00:00
Core The UserSettings controllers must be initialized & terminated in the 2011-03-10 22:14:10 +00:00
Expression Fixed a bug in the expression parser where the 'this' 2011-03-04 00:23:47 +00:00
Host LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide 2011-03-08 22:40:15 +00:00
Interpreter Add thread state initialization to the thread where the interactive 2011-03-07 23:24:28 +00:00
Plugins Add Makefile support for the Platform plugins. 2011-03-10 03:08:28 +00:00
Symbol LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide 2011-03-08 22:40:15 +00:00
Target The UserSettings controllers must be initialized & terminated in the 2011-03-10 22:14:10 +00:00
Utility Fixed CommandReturnObject::SetImmediateErrorFile() to set the correct stream. 2011-02-24 22:24:29 +00:00
Makefile Patch from Jean-Daniel Dupas: 2010-07-12 23:14:00 +00:00
lldb-log.cpp Patch to remove uses of non-standard strcasestr and replace then with 2011-02-04 18:55:41 +00:00
lldb.cpp The UserSettings controllers must be initialized & terminated in the 2011-03-10 22:14:10 +00:00