summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectFrame.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Remove dead code that handles situations where LLDB has no dummy ...Raphael Isemann2019-08-261-3/+3
* [lldb][NFC] Remove dead code that is supposed to handle invalid command optionsRaphael Isemann2019-08-221-9/+3
* [lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and re...Raphael Isemann2019-08-221-4/+3
* [lldb] D66174 `RegularExpression` cleanupJan Kratochvil2019-08-201-1/+1
* [Utility] Reimplement RegularExpression on top of llvm::RegexJonas Devlieghere2019-08-161-3/+3
* [lldb] Also include the array definition in CommandOptions.incRaphael Isemann2019-07-281-6/+0
* [lldb] Tablegenify expr/frame/log/register/memoryRaphael Isemann2019-07-251-14/+6
* [Commands] Remove unused header from CommandObjectFrameAlex Langford2019-07-191-1/+0
* [ScriptInterpreter] Move ownership into debugger (NFC)Jonas Devlieghere2019-04-261-1/+1
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-12/+0
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-111-5/+5
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Fixup the Python-less build of ScriptedRecognizedStackFrameKuba Mracek2018-10-311-0/+2
* [lldb] Introduce StackFrameRecognizer [take 3]Kuba Mracek2018-10-311-0/+386
* Revert r345686 due to build failuresKuba Mracek2018-10-311-386/+0
* [lldb] Introduce StackFrameRecognizer [take 2]Kuba Mracek2018-10-311-0/+386
* Revert r345678 (build failure on Linux machines).Kuba Mracek2018-10-311-386/+0
* [lldb] Introduce StackFrameRecognizerKuba Mracek2018-10-311-0/+386
* Add "var" and "vo" aliases for "frame variable" and "frame variable -O".Jim Ingham2018-10-101-1/+11
* Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...Tatyana Krasnukha2018-09-261-5/+5
* Narrow the CompletionRequest API to being append-only.Raphael Isemann2018-07-271-1/+1
* Replaced more boilerplate code with CompletionRequest (NFC)Raphael Isemann2018-07-131-8/+1
* Refactoring for for the internal command line completion API (NFC)Raphael Isemann2018-07-021-11/+11
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-14/+12
* Move Args.cpp from Interpreter to UtilityPavel Labath2018-04-171-1/+1
* [Command] Simplify the code and make it less error prone. NFCI.Davide Italiano2018-04-131-3/+1
* [Command] Implement `statistics` command.Davide Italiano2018-04-131-1/+10
* [CommandObjectFrame] Remove dead code.Davide Italiano2018-03-231-3/+0
* Move Timer and TraceOptions from Core to UtilityPavel Labath2017-06-291-1/+1
* Fix a -Wmisleading-indentation warningSylvestre Ledru2017-06-191-24/+22
* Rename Error -> Status.Zachary Turner2017-05-121-7/+7
* Add back code to implement "frame var -a,-l,-g" filters.Jim Ingham2017-04-181-35/+55
* Delete some more dead includes.Zachary Turner2017-03-221-1/+1
* Fix MSVC buildPavel Labath2017-03-021-1/+1
* Fix various warnings. NFCZachary Turner2017-03-021-4/+3
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Fix some occurrences of passing StringRef to Printf.Zachary Turner2016-12-091-1/+1
* Convert CommandObjectFrame to entry-based Args access.Zachary Turner2016-12-081-37/+22
* Re-add "demonstrate new Args API"Zachary Turner2016-11-221-3/+3
* Fix build failure on Linux and BSD by reverting r287597Omair Javaid2016-11-221-3/+3
* Add the new Args / entry-access API.Zachary Turner2016-11-211-3/+3
* Make Options::SetOptionValue take a StringRef.Zachary Turner2016-11-121-17/+12
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-3/+3
* Fix an issue where frame variable -s <varname> would not show the scope even ...Enrico Granata2016-10-261-35/+38
* Convert various CommandInterpreter functions to StringRef.Zachary Turner2016-10-051-1/+1
* Try to fix build errors on Android.Zachary Turner2016-09-221-2/+2
* Convert option tables to ArrayRefs.Zachary Turner2016-09-221-25/+20
* Make lldb::Regex use StringRef.Zachary Turner2016-09-211-2/+3
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-675/+614
OpenPOWER on IntegriCloud