summaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectType.cpp
AgeCommit message (Expand)Author
2016-08-11Decoupled Options from CommandInterpreter.Todd Fiala
2016-07-19Typo corrections identified by codespellEd Maste
2016-07-14LLDB help content has accumulated over time without a recent attempt toKate Stone
2016-05-16Make LLDB print out an explicit marker when it's displaying formatters that a...Enrico Granata
2016-05-10In some cases, type lookup has to deal with situations where it cannot recons...Enrico Granata
2016-04-12Use the FormatEntity work for great good - parse summary strings before accep...Enrico Granata
2016-04-08Append a missing \nEnrico Granata
2016-03-30Enhance the 'type X list' commands such that they actually alert the user if ...Enrico Granata
2016-03-24Make it possible for language plugins to provide additional custom help for '...Enrico Granata
2016-03-24Make 'type lookup' print an error message instead of complete radio silence w...Enrico Granata
2016-03-15Improve the 'type lookup' command such that it guesses to use the current's f...Enrico Granata
2016-03-12This change introduces a "ExpressionExecutionThread" to the ThreadList. Jim Ingham
2016-02-25Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so...Eugene Zelenko
2016-01-29Fix a bug where type <formatter> list would ignore the -w argumentEnrico Granata
2016-01-28Fix an issue where the type <formatter> list command would not accept a valid...Enrico Granata
2016-01-04[Commands] Get rid of unused typedefs.Davide Italiano
2015-12-15Enable the 'type X list' formatters commands to list formatters in language c...Enrico Granata
2015-11-18Reapply r253423 and r253424 (which cleanup the data formatters iteration mode...Enrico Granata
2015-11-18Revert 2 commits breaking the MSVC buildTamas Berghammer
2015-11-18Cleanup the type X list commands to use the new ForEach goodnessEnrico Granata
2015-11-17Cleanup indentationEnrico Granata
2015-11-17Cleanup the type X clear commands, so that one base class can implement all o...Enrico Granata
2015-11-14Uniquify all the type X delete commands via one common base classEnrico Granata
2015-11-14Some cleanup of the type X delete commandEnrico Granata
2015-11-14The existing logic to loop over formatters is very pre-C++11, using void* bat...Enrico Granata
2015-11-14Fixes for uniformity in type clear and delete commandsEnrico Granata
2015-11-14Minor cleanup to the type format list commandEnrico Granata
2015-10-29Add a --language (-l) option to the formatter delete commands in order to all...Enrico Granata
2015-10-07commands: Use override instead of virtual.Bruce Mitchener
2015-10-01Add a 'type lookup' command. This command is meant to look up type informatio...Enrico Granata
2015-09-17Add the ability for formatter categories to be bound to one or more languagesEnrico Granata
2015-09-04Add a --language (-l) option to type category {enable|disable} to allow peopl...Enrico Granata
2015-07-24Add option eTypeOptionHideEmptyAggregates.Siva Chandra
2015-07-14Fixed line wrapping for the "long help" content in LLDB commands. Content is...Kate Stone
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner
2015-05-27Add support for custom commands to set flags on themselvesEnrico Granata
2014-12-05Add commandsEnrico Granata
2014-10-22Reverting r220435. Jim Ingham and I discussed this for a bit, and we came up ...Enrico Granata
2014-10-22Add a 'type info' command, which can be fed one or more local variables - and...Enrico Granata
2014-10-03Issuing a "type category disable *" command followed by a "type category enab...Enrico Granata
2014-07-09Revert "Fix broken tests due to new error output."Zachary Turner
2014-07-08Fix broken tests due to new error output.Todd Fiala
2014-07-04Fix OptionDefinition break from r212290.Todd Fiala
2014-07-03Adds the notion of an OptionValidator.Zachary Turner
2014-05-08lldb TOT is dropping the last entry for multi-line IOHandlers that use the IO...Greg Clayton
2014-05-02"DONE" is being left in multi-line results when it shouldn't for non terminal...Greg Clayton
2014-04-02sanitise sign comparisonsSaleem Abdulrasool
2014-03-26Fixed a crasher when using 1 character type names in “type summary”, “t...Greg Clayton
2014-02-07<rdar://problem/12857181>Enrico Granata
2014-01-31Fixing the Windows build for the changes brought in from the iohandler merge.Deepak Panickal