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