aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectFrame.cpp
AgeCommit message (Expand)AuthorFilesLines
2022-01-05[lldb] Break out long help for 'frame var'Dave Lee1-13/+13
2021-10-21Modify "statistics dump" to dump JSON.Greg Clayton1-3/+3
2021-10-14[lldb] Fix 'frame diagnose' docstring typoDave Lee1-1/+1
2021-08-29[lldb] Allow to register frame recognizers applied beyond the first instructionRoman Podoliaka1-2/+16
2021-06-17[lldb] Remove redundant calls to set eReturnStatusFailedDavid Spickett1-20/+0
2021-05-18[lldb][NFC] Remove all uses of StringRef::withNullAsEmpty in LLDBRaphael Isemann1-2/+2
2020-08-11[lldb] move the frame index completion into a common completion and apply it ...Gongyu Deng1-9/+4
2020-07-23[lldb] Make deleting frame recognizers actually workRaphael Isemann1-3/+8
2020-07-17[lldb] Store StackFrameRecognizers in the target instead of a global listRaphael Isemann1-9/+18
2020-07-01[lldb] Replace StringConvert with llvm::to_integer when parsing integer value...Raphael Isemann1-5/+16
2020-06-30[lldb] Tab completion for `frame recognizer delete`Gongyu Deng1-0/+27
2020-06-30[lldb] Tab completion for `frame select`Gongyu Deng1-0/+16
2020-06-15[lldb] Remove redundant access specifiers (NFC)Jonas Devlieghere1-3/+0
2020-03-18[lldb/Target] Support more than 2 symbols in StackFrameRecognizerMed Ismail Bennani1-16/+25
2020-02-11[lldb/test] Add alternate symbol to StackFrame RecognizerMed Ismail Bennani1-7/+20
2020-02-10Revert "[lldb] Fix+re-enable Assert StackFrame Recognizer on Linux"Davide Italiano1-5/+4
2020-02-10[lldb] Fix+re-enable Assert StackFrame Recognizer on LinuxJan Kratochvil1-4/+5
2020-02-03[lldb] Remove unused parameter from ValueObject::GetExpressionPathAlex Langford1-2/+1
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann1-1/+1
2019-12-16[lldb][NFC] Remove unnecessary includes in source/CommandsRaphael Isemann1-12/+0
2019-12-13[lldb/CMake] Rename LLDB_DISABLE_PYTHON to LLDB_ENABLE_PYTHONJonas Devlieghere1-2/+2
2019-12-10[lldb/Host] Use Host/Config.h entries instead of a global define.Jonas Devlieghere1-0/+1
2019-10-30Run clang-format on lldb/source/Commands (NFC)Adrian Prantl1-49/+48
2019-09-30[lldb] Reland 370734: Test 'frame select -r' and fix that INT32_MIN breaks th...Raphael Isemann1-13/+16
2019-09-30[lldb] Partly revert 370734: Test 'frame select -r' and fix that INT32_MIN br...Raphael Isemann1-16/+16
2019-09-13[lldb][NFC] Remove ArgEntry::ref memberRaphael Isemann1-3/+3
2019-09-03[lldb] Test 'frame select -r' and fix that INT32_MIN breaks the option parserRaphael Isemann1-16/+16
2019-08-26[lldb][NFC] Remove dead code that handles situations where LLDB has no dummy ...Raphael Isemann1-3/+3
2019-08-22[lldb][NFC] Remove dead code that is supposed to handle invalid command optionsRaphael Isemann1-9/+3
2019-08-22[lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and re...Raphael Isemann1-4/+3
2019-08-20[lldb] D66174 `RegularExpression` cleanupJan Kratochvil1-1/+1
2019-08-16[Utility] Reimplement RegularExpression on top of llvm::RegexJonas Devlieghere1-3/+3
2019-07-28[lldb] Also include the array definition in CommandOptions.incRaphael Isemann1-6/+0
2019-07-25[lldb] Tablegenify expr/frame/log/register/memoryRaphael Isemann1-14/+6
2019-07-19[Commands] Remove unused header from CommandObjectFrameAlex Langford1-1/+0
2019-04-26[ScriptInterpreter] Move ownership into debugger (NFC)Jonas Devlieghere1-1/+1
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere1-12/+0
2019-02-11Use std::make_shared in LLDB (NFC)Jonas Devlieghere1-5/+5
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-11-11Remove header grouping comments.Jonas Devlieghere1-4/+0
2018-10-31Fixup the Python-less build of ScriptedRecognizedStackFrameKuba Mracek1-0/+2
2018-10-31[lldb] Introduce StackFrameRecognizer [take 3]Kuba Mracek1-0/+386
2018-10-31Revert r345686 due to build failuresKuba Mracek1-386/+0
2018-10-31[lldb] Introduce StackFrameRecognizer [take 2]Kuba Mracek1-0/+386
2018-10-31Revert r345678 (build failure on Linux machines).Kuba Mracek1-386/+0
2018-10-31[lldb] Introduce StackFrameRecognizerKuba Mracek1-0/+386
2018-10-10Add "var" and "vo" aliases for "frame variable" and "frame variable -O".Jim Ingham1-1/+11
2018-09-26Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...Tatyana Krasnukha1-5/+5
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