summaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectFrame.cpp
AgeCommit message (Expand)Author
2018-09-26Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...Tatyana Krasnukha
2018-07-27Narrow the CompletionRequest API to being append-only.Raphael Isemann
2018-07-13Replaced more boilerplate code with CompletionRequest (NFC)Raphael Isemann
2018-07-02Refactoring for for the internal command line completion API (NFC)Raphael Isemann
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2018-04-17Move Args.cpp from Interpreter to UtilityPavel Labath
2018-04-13[Command] Simplify the code and make it less error prone. NFCI.Davide Italiano
2018-04-13[Command] Implement `statistics` command.Davide Italiano
2018-03-23[CommandObjectFrame] Remove dead code.Davide Italiano
2017-06-29Move Timer and TraceOptions from Core to UtilityPavel Labath
2017-06-19Fix a -Wmisleading-indentation warningSylvestre Ledru
2017-05-12Rename Error -> Status.Zachary Turner
2017-04-18Add back code to implement "frame var -a,-l,-g" filters.Jim Ingham
2017-03-22Delete some more dead includes.Zachary Turner
2017-03-02Fix MSVC buildPavel Labath
2017-03-02Fix various warnings. NFCZachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-12-09Fix some occurrences of passing StringRef to Printf.Zachary Turner
2016-12-08Convert CommandObjectFrame to entry-based Args access.Zachary Turner
2016-11-22Re-add "demonstrate new Args API"Zachary Turner
2016-11-22Fix build failure on Linux and BSD by reverting r287597Omair Javaid
2016-11-21Add the new Args / entry-access API.Zachary Turner
2016-11-12Make Options::SetOptionValue take a StringRef.Zachary Turner
2016-11-02Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons
2016-10-26Fix an issue where frame variable -s <varname> would not show the scope even ...Enrico Granata
2016-10-05Convert various CommandInterpreter functions to StringRef.Zachary Turner
2016-09-22Try to fix build errors on Android.Zachary Turner
2016-09-22Convert option tables to ArrayRefs.Zachary Turner
2016-09-21Make lldb::Regex use StringRef.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-09-06Fixing an MSVC error from rL280692Dimitar Vlahovski
2016-09-06Added the "frame diagnose" command and use its output to make crash info better.Sean Callanan
2016-08-26Tables of command options in LLDB benefit from hand-formatting to make itKate Stone
2016-08-11Decoupled Options from CommandInterpreter.Todd Fiala
2016-07-14LLDB help content has accumulated over time without a recent attempt toKate Stone
2016-07-01Added support for thread local variables on all Apple OS variants.Greg Clayton
2016-06-09Fix "frame variable" to show all variables defined in functions and any conta...Greg Clayton
2016-02-19Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so...Eugene Zelenko
2015-12-22Improve error handling for `frame select` command when there are too many arg...Adrian McCarthy
2015-11-19Fix up LLDB for a change in the way clang represents anonymous unions such th...Enrico Granata
2015-10-07commands: Use override instead of virtual.Bruce Mitchener
2015-10-07Route the preferred-display-language mechanism to the ValueObjectPrinter and ...Enrico Granata
2015-09-30Introudce a IsTopLevelFunction() API on Language and FunctionEnrico Granata
2015-08-11ClangASTType is now CompilerType.Greg Clayton
2015-06-18Fix a variety of typos.Bruce Mitchener
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
2015-02-11Introduce the notion of "runtime support values"Enrico Granata
2015-01-15Moved Args::StringToXIntYZ to StringConvert::ToXIntYZVince Harron
2014-08-11Fix some typos:Sylvestre Ledru