| Commit message (Expand) | Author | Age | Files | Lines |
| * | [lldb][NFC] Remove unnecessary includes in source/Commands | Raphael Isemann | 2019-12-16 | 1 | -12/+0 |
| * | [lldb/CMake] Rename LLDB_DISABLE_PYTHON to LLDB_ENABLE_PYTHON | Jonas Devlieghere | 2019-12-13 | 1 | -2/+2 |
| * | [lldb/Host] Use Host/Config.h entries instead of a global define. | Jonas Devlieghere | 2019-12-10 | 1 | -0/+1 |
| * | Run clang-format on lldb/source/Commands (NFC) | Adrian Prantl | 2019-10-30 | 1 | -49/+48 |
| * | [lldb] Reland 370734: Test 'frame select -r' and fix that INT32_MIN breaks th... | Raphael Isemann | 2019-09-30 | 1 | -13/+16 |
| * | [lldb] Partly revert 370734: Test 'frame select -r' and fix that INT32_MIN br... | Raphael Isemann | 2019-09-30 | 1 | -16/+16 |
| * | [lldb][NFC] Remove ArgEntry::ref member | Raphael Isemann | 2019-09-13 | 1 | -3/+3 |
| * | [lldb] Test 'frame select -r' and fix that INT32_MIN breaks the option parser | Raphael Isemann | 2019-09-03 | 1 | -16/+16 |
| * | [lldb][NFC] Remove dead code that handles situations where LLDB has no dummy ... | Raphael Isemann | 2019-08-26 | 1 | -3/+3 |
| * | [lldb][NFC] Remove dead code that is supposed to handle invalid command options | Raphael Isemann | 2019-08-22 | 1 | -9/+3 |
| * | [lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and re... | Raphael Isemann | 2019-08-22 | 1 | -4/+3 |
| * | [lldb] D66174 `RegularExpression` cleanup | Jan Kratochvil | 2019-08-20 | 1 | -1/+1 |
| * | [Utility] Reimplement RegularExpression on top of llvm::Regex | Jonas Devlieghere | 2019-08-16 | 1 | -3/+3 |
| * | [lldb] Also include the array definition in CommandOptions.inc | Raphael Isemann | 2019-07-28 | 1 | -6/+0 |
| * | [lldb] Tablegenify expr/frame/log/register/memory | Raphael Isemann | 2019-07-25 | 1 | -14/+6 |
| * | [Commands] Remove unused header from CommandObjectFrame | Alex Langford | 2019-07-19 | 1 | -1/+0 |
| * | [ScriptInterpreter] Move ownership into debugger (NFC) | Jonas Devlieghere | 2019-04-26 | 1 | -1/+1 |
| * | [NFC] Remove ASCII lines from comments | Jonas Devlieghere | 2019-04-10 | 1 | -12/+0 |
| * | Use std::make_shared in LLDB (NFC) | Jonas Devlieghere | 2019-02-11 | 1 | -5/+5 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Remove header grouping comments. | Jonas Devlieghere | 2018-11-11 | 1 | -4/+0 |
| * | Fixup the Python-less build of ScriptedRecognizedStackFrame | Kuba Mracek | 2018-10-31 | 1 | -0/+2 |
| * | [lldb] Introduce StackFrameRecognizer [take 3] | Kuba Mracek | 2018-10-31 | 1 | -0/+386 |
| * | Revert r345686 due to build failures | Kuba Mracek | 2018-10-31 | 1 | -386/+0 |
| * | [lldb] Introduce StackFrameRecognizer [take 2] | Kuba Mracek | 2018-10-31 | 1 | -0/+386 |
| * | Revert r345678 (build failure on Linux machines). | Kuba Mracek | 2018-10-31 | 1 | -386/+0 |
| * | [lldb] Introduce StackFrameRecognizer | Kuba Mracek | 2018-10-31 | 1 | -0/+386 |
| * | Add "var" and "vo" aliases for "frame variable" and "frame variable -O". | Jim Ingham | 2018-10-10 | 1 | -1/+11 |
| * | Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll... | Tatyana Krasnukha | 2018-09-26 | 1 | -5/+5 |
| * | Narrow the CompletionRequest API to being append-only. | Raphael Isemann | 2018-07-27 | 1 | -1/+1 |
| * | Replaced more boilerplate code with CompletionRequest (NFC) | Raphael Isemann | 2018-07-13 | 1 | -8/+1 |
| * | Refactoring for for the internal command line completion API (NFC) | Raphael Isemann | 2018-07-02 | 1 | -11/+11 |
| * | Reflow paragraphs in comments. | Adrian Prantl | 2018-04-30 | 1 | -14/+12 |
| * | Move Args.cpp from Interpreter to Utility | Pavel Labath | 2018-04-17 | 1 | -1/+1 |
| * | [Command] Simplify the code and make it less error prone. NFCI. | Davide Italiano | 2018-04-13 | 1 | -3/+1 |
| * | [Command] Implement `statistics` command. | Davide Italiano | 2018-04-13 | 1 | -1/+10 |
| * | [CommandObjectFrame] Remove dead code. | Davide Italiano | 2018-03-23 | 1 | -3/+0 |
| * | Move Timer and TraceOptions from Core to Utility | Pavel Labath | 2017-06-29 | 1 | -1/+1 |
| * | Fix a -Wmisleading-indentation warning | Sylvestre Ledru | 2017-06-19 | 1 | -24/+22 |
| * | Rename Error -> Status. | Zachary Turner | 2017-05-12 | 1 | -7/+7 |
| * | Add back code to implement "frame var -a,-l,-g" filters. | Jim Ingham | 2017-04-18 | 1 | -35/+55 |
| * | Delete some more dead includes. | Zachary Turner | 2017-03-22 | 1 | -1/+1 |
| * | Fix MSVC build | Pavel Labath | 2017-03-02 | 1 | -1/+1 |
| * | Fix various warnings. NFC | Zachary Turner | 2017-03-02 | 1 | -4/+3 |
| * | Move classes from Core -> Utility. | Zachary Turner | 2017-02-02 | 1 | -1/+1 |
| * | Fix some occurrences of passing StringRef to Printf. | Zachary Turner | 2016-12-09 | 1 | -1/+1 |
| * | Convert CommandObjectFrame to entry-based Args access. | Zachary Turner | 2016-12-08 | 1 | -37/+22 |
| * | Re-add "demonstrate new Args API" | Zachary Turner | 2016-11-22 | 1 | -3/+3 |
| * | Fix build failure on Linux and BSD by reverting r287597 | Omair Javaid | 2016-11-22 | 1 | -3/+3 |
| * | Add the new Args / entry-access API. | Zachary Turner | 2016-11-21 | 1 | -3/+3 |