summaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectType.cpp
AgeCommit message (Expand)Author
2014-01-27Merging the iohandler branch back into main. Greg Clayton
2013-12-29Fix a couple of memory leaks.Jean-Daniel Dupas
2013-12-28Add a new way to bind a format to a type: by enum typeEnrico Granata
2013-12-20FormatNavigator has long stopped navigating anything - the generation of poss...Enrico Granata
2013-10-08<rdar://problem/11778815>Enrico Granata
2013-09-05Add OptionParser.hVirgile Bello
2013-06-26<rdar://problem/14243761>Enrico Granata
2013-06-04<rdar://problem/12582328>Enrico Granata
2013-05-16<rdar://problem/11158023>Enrico Granata
2013-04-18After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton
2013-01-28<rdar://problem/12978143>Enrico Granata
2012-12-20If we can't find the python function for a given summary, print the name of t...Jim Ingham
2012-12-14Fixed a typo.Filipe Cabecinhas
2012-12-12<rdar://problem/10898363>Enrico Granata
2012-12-05Fix Linux build warnings due to redefinition of macros:Daniel Malea
2012-12-04<rdar://problem/12798131> Greg Clayton
2012-11-08Fix typeo in example help text for type filter add.Jason Molenda
2012-08-15Fixed a typo.Sean Callanan
2012-08-14<rdar://problem/11589605> Making a Enrico Granata
2012-08-08<rdar://problem/11975483> Removing user-visible references to 'dict' as a par...Enrico Granata
2012-06-08Make raw & parsed commands subclasses of CommandObject rather than having the...Jim Ingham
2012-05-03Adding a new 'type category disable *' feature that disables all categories -...Enrico Granata
2012-03-22Removing cascading through inheritance chains for data formattersEnrico Granata
2012-03-14<rdar://problem/10434005>Greg Clayton
2012-03-06Using the new ScriptInterpreterObject in the implementation of synthetic chil...Enrico Granata
2012-02-15<rdar://problem/10062621>Enrico Granata
2012-02-02Added a new --omit-names (-O, uppercase letter o) option to "type summary add".Enrico Granata
2012-01-31quick fixes for two issues that were causing LLDB to crashEnrico Granata
2012-01-29Switching back to using std::tr1::shared_ptr. We originally switched awayGreg Clayton
2011-11-07this patch addresses several issues with "command script" subcommands:Enrico Granata
2011-11-04Fixed the Xcode project building of LLVM to be a bit more user friendly:Greg Clayton
2011-10-26Cleaned up many error codes. For any who is filling in error strings intoGreg Clayton
2011-10-25Updated all commands that use a "--format" / "-f" options to use the newGreg Clayton
2011-09-20Update declarations for all functions/methods that accept printf-styleJason Molenda
2011-09-09Renaming a bulk of method calls from Get() to something more descriptiveEnrico Granata
2011-09-06Refactoring of Get() methods in FormatManager/FormatCategory to have explicat...Enrico Granata
2011-09-06Redesign of the interaction between Python and frozen objects:Enrico Granata
2011-08-23Short option for --summary-string in 'type summary add' is now -s. This might...Enrico Granata
2011-08-23Additional code cleanups ; Short option name for --python-script in type summ...Enrico Granata
2011-08-22Separated FormatNavigator and FormatManager in two different files ; moved Fo...Enrico Granata
2011-08-22More cleanups ; Separated implementation of FormatManager from class DataVisu...Enrico Granata
2011-08-22Code cleanup and refactoring (round 4):Enrico Granata
2011-08-19Third round of code cleanups:Enrico Granata
2011-08-18Second round of code cleanups:Enrico Granata
2011-08-17First round of code cleanups:Enrico Granata
2011-08-17New category "gnu-libstdc++" provides summary for std::string and synthetic c...Enrico Granata
2011-08-12Added an error message when the user tries to add a filter when a synthetic p...Enrico Granata
2011-08-12*Some more optimizations in usage of ConstStringEnrico Granata
2011-08-11changed some variables from char* to std::stringEnrico Granata
2011-08-10renaming command "type synth" to "type synthetic" for added readabilityEnrico Granata