summaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectType.cpp
AgeCommit message (Expand)Author
2011-08-09CFString.py now shows contents in a more NSString-like way (e.g. you get @"He...Enrico Granata
2011-08-05Option --regex (-x) now also works for synthetic children:Enrico Granata
2011-07-29Public API changes:Enrico Granata
2011-07-25Python synthetic providers must provide a num_children call; this was not spe...Enrico Granata
2011-07-25new flag -P to type synth add lets you type a Python class interactivelyEnrico Granata
2011-07-24Python synthetic children:Enrico Granata
2011-07-22when typing a summary string you can use the %S symbol to explicitly indicate...Enrico Granata
2011-07-19type category list now supports a regular expression argument that filters ca...Enrico Granata
2011-07-19Patch by Matt Johnson to silence G++ warnings!Johnny Chen
2011-07-19The implementation of categories is now synchronization safeEnrico Granata
2011-07-19Fixed a bug where deleting a regex summary would not immediately reflect in t...Enrico Granata
2011-07-16Some descriptive text for the Python script feature:Enrico Granata
2011-07-15System-wide summaries:Enrico Granata
2011-07-15Python summary strings:Enrico Granata
2011-07-12named summaries:Enrico Granata
2011-07-07new detailed descriptions for type summary add and type format addEnrico Granata
2011-07-02several improvements to "type summary":Enrico Granata
2011-06-29This commit adds a new top subcommand "summary" to command type named "type"....Enrico Granata
2011-06-23Add an initial test file for the newly added data formatter command.Johnny Chen
2011-06-23Centralized all of the format to c-string and to format character code insideGreg Clayton
2011-06-23Committing type format code for Enrico Granata.Greg Clayton