aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectFrame.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-07-27Narrow the CompletionRequest API to being append-only.Raphael Isemann1-1/+1
2018-07-13Replaced more boilerplate code with CompletionRequest (NFC)Raphael Isemann1-8/+1
2018-07-02Refactoring for for the internal command line completion API (NFC)Raphael Isemann1-11/+11
2018-04-30Reflow paragraphs in comments.Adrian Prantl1-14/+12
2018-04-17Move Args.cpp from Interpreter to UtilityPavel Labath1-1/+1
2018-04-13[Command] Simplify the code and make it less error prone. NFCI.Davide Italiano1-3/+1
2018-04-13[Command] Implement `statistics` command.Davide Italiano1-1/+10
2018-03-23[CommandObjectFrame] Remove dead code.Davide Italiano1-3/+0
2017-06-29Move Timer and TraceOptions from Core to UtilityPavel Labath1-1/+1
2017-06-19Fix a -Wmisleading-indentation warningSylvestre Ledru1-24/+22
2017-05-12Rename Error -> Status.Zachary Turner1-7/+7
2017-04-18Add back code to implement "frame var -a,-l,-g" filters.Jim Ingham1-35/+55
2017-03-22Delete some more dead includes.Zachary Turner1-1/+1
2017-03-02Fix MSVC buildPavel Labath1-1/+1
2017-03-02Fix various warnings. NFCZachary Turner1-4/+3
2017-02-02Move classes from Core -> Utility.Zachary Turner1-1/+1
2016-12-09Fix some occurrences of passing StringRef to Printf.Zachary Turner1-1/+1
2016-12-08Convert CommandObjectFrame to entry-based Args access.Zachary Turner1-37/+22
2016-11-22Re-add "demonstrate new Args API"Zachary Turner1-3/+3
2016-11-22Fix build failure on Linux and BSD by reverting r287597Omair Javaid1-3/+3
2016-11-21Add the new Args / entry-access API.Zachary Turner1-3/+3
2016-11-12Make Options::SetOptionValue take a StringRef.Zachary Turner1-17/+12
2016-11-02Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons1-3/+3
2016-10-26Fix an issue where frame variable -s <varname> would not show the scope even ...Enrico Granata1-35/+38
2016-10-05Convert various CommandInterpreter functions to StringRef.Zachary Turner1-1/+1
2016-09-22Try to fix build errors on Android.Zachary Turner1-2/+2
2016-09-22Convert option tables to ArrayRefs.Zachary Turner1-25/+20
2016-09-21Make lldb::Regex use StringRef.Zachary Turner1-2/+3
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-675/+614
2016-09-06Fixing an MSVC error from rL280692Dimitar Vlahovski1-1/+1
2016-09-06Added the "frame diagnose" command and use its output to make crash info better.Sean Callanan1-0/+203
2016-08-26Tables of command options in LLDB benefit from hand-formatting to make itKate Stone1-2/+4
2016-08-11Decoupled Options from CommandInterpreter.Todd Fiala1-10/+14
2016-07-14LLDB help content has accumulated over time without a recent attempt toKate Stone1-48/+36
2016-07-01Added support for thread local variables on all Apple OS variants.Greg Clayton1-0/+4
2016-06-09Fix "frame variable" to show all variables defined in functions and any conta...Greg Clayton1-5/+6
2016-02-19Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so...Eugene Zelenko1-66/+48
2015-12-22Improve error handling for `frame select` command when there are too many arg...Adrian McCarthy1-1/+3
2015-11-19Fix up LLDB for a change in the way clang represents anonymous unions such th...Enrico Granata1-1/+2
2015-10-07commands: Use override instead of virtual.Bruce Mitchener1-20/+16
2015-10-07Route the preferred-display-language mechanism to the ValueObjectPrinter and ...Enrico Granata1-0/+2
2015-09-30Introudce a IsTopLevelFunction() API on Language and FunctionEnrico Granata1-0/+5
2015-08-11ClangASTType is now CompilerType.Greg Clayton1-1/+1
2015-06-18Fix a variety of typos.Bruce Mitchener1-1/+1
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner1-2/+0
2015-05-27Add support for custom commands to set flags on themselvesEnrico Granata1-15/+15
2015-02-11Introduce the notion of "runtime support values"Enrico Granata1-4/+12
2015-01-15Moved Args::StringToXIntYZ to StringConvert::ToXIntYZVince Harron1-2/+3
2014-08-11Fix some typos:Sylvestre Ledru1-1/+1
2014-07-09Revert "Fix broken tests due to new error output."Zachary Turner1-2/+2