llvm-project/lldb/source
Enrico Granata 20edcdbe8a The implementation of categories is now synchronization safe
Code cleanup:
 - The Format Manager implementation is now split between two files: FormatClasses.{h|cpp} where the
   actual formatter classes (ValueFormat, SummaryFormat, ...) are implemented and
   FormatManager.{h|cpp} where the infrastructure classes (FormatNavigator, FormatManager, ...)
   are contained. The wrapper code always remains in Debugger.{h|cpp}
 - Several leftover fields, methods and comments from previous design choices have been removed
type category subcommands (enable, disable, delete) now can take a list of category names as input
 - for type category enable, saying "enable A B C" is the same as saying
    enable C
    enable B
    enable A
   (the ordering is relevant in enabling categories, and it is expected that a user typing
    enable A B C wants to look into category A, then into B, then into C and not the other
    way round)
 - for the other two commands, the order is not really relevant (however, the same inverted ordering
   is used for consistency)

llvm-svn: 135494
2011-07-19 18:03:25 +00:00
..
API Some descriptive text for the Python script feature: 2011-07-16 01:22:04 +00:00
Breakpoint Added the ability to _not_ skip the prologue when settings breakpoints 2011-07-12 17:06:17 +00:00
Commands The implementation of categories is now synchronization safe 2011-07-19 18:03:25 +00:00
Core The implementation of categories is now synchronization safe 2011-07-19 18:03:25 +00:00
Expression The implementation of categories is now synchronization safe 2011-07-19 18:03:25 +00:00
Host Abstract "struct sockaddr", "struct sockaddr_in", "struct sockaddr_in6" and 2011-07-19 16:44:54 +00:00
Interpreter Some descriptive text for the Python script feature: 2011-07-16 01:22:04 +00:00
Plugins The implementation of categories is now synchronization safe 2011-07-19 18:03:25 +00:00
Symbol System-wide summaries: 2011-07-15 23:30:15 +00:00
Target The implementation of categories is now synchronization safe 2011-07-19 18:03:25 +00:00
Utility Modified the LocateMacOSXFilesUsingDebugSymbols(...) function to locate 2011-07-19 03:57:15 +00:00
Makefile Patch from Jean-Daniel Dupas: 2010-07-12 23:14:00 +00:00
lldb-log.cpp Deleted one too many characters... 2011-05-07 01:03:33 +00:00
lldb.cpp Added a boolean to the pure virtual lldb_private::Process::CanDebug(...) 2011-07-17 20:36:25 +00:00