| Commit message (Expand) | Author | Age | Files | Lines |
| * | [lldb/CommandInterpreter] Remove flag that's always true (NFC) | Jonas Devlieghere | 2020-01-14 | 1 | -1/+0 |
| * | [lldb/Lua] Add missing boiler plate to ScriptInterpreter. | Jonas Devlieghere | 2019-12-21 | 1 | -0/+1 |
| * | [lldb/Commands] Use the default scripting langauge for BP functions | Jonas Devlieghere | 2019-12-21 | 1 | -1/+4 |
| * | [lldb/Commands] Honor the scripting language passed | Jonas Devlieghere | 2019-12-21 | 1 | -2/+2 |
| * | [lldb/Commands] Fix bogus enum entry and add Lua (NFC) | Jonas Devlieghere | 2019-12-21 | 1 | -5/+12 |
| * | [lldb][NFC] Remove unnecessary includes in source/Commands | Raphael Isemann | 2019-12-16 | 1 | -4/+0 |
| * | [lldb][NFC] Use raw_ostream instead of Stream in Baton::GetDescription | Raphael Isemann | 2019-12-02 | 1 | -4/+4 |
| * | Run clang-format on lldb/source/Commands (NFC) | Adrian Prantl | 2019-10-30 | 1 | -15/+16 |
| * | Add the ability to pass extra args to a Python breakpoint callback. | Jim Ingham | 2019-10-25 | 1 | -23/+25 |
| * | remove File::SetStream(), make new files instead. | Lawrence D'Anna | 2019-09-27 | 1 | -1/+1 |
| * | [lldb] Unify target checking in CommandObject | Raphael Isemann | 2019-08-31 | 1 | -12/+5 |
| * | [lldb][NFC] Remove dead code that handles situations where LLDB has no dummy ... | Raphael Isemann | 2019-08-26 | 1 | -22/+8 |
| * | [lldb][NFC] Remove dead code that is supposed to handle invalid command options | Raphael Isemann | 2019-08-22 | 1 | -4/+2 |
| * | [LLDB] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 2019-08-14 | 1 | -2/+2 |
| * | Format OptionEnumValueElement (NFC) | Jonas Devlieghere | 2019-08-02 | 1 | -13/+20 |
| * | [lldb] Also include the array definition in CommandOptions.inc | Raphael Isemann | 2019-07-28 | 1 | -7/+4 |
| * | [lldb][NFC] Tablegenify breakpoint | Raphael Isemann | 2019-07-22 | 1 | -10/+4 |
| * | [CommandObject] Use GetDebugger() helper method (NFC) | Jonas Devlieghere | 2019-04-27 | 1 | -1/+1 |
| * | [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 | -8/+0 |
| * | Quiet command regex instructions during batch execution | Dave Lee | 2019-03-10 | 1 | -2/+2 |
| * | 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 |
| * | Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll... | Tatyana Krasnukha | 2018-09-26 | 1 | -11/+14 |
| * | Move RegisterValue,Scalar,State from Core to Utility | Pavel Labath | 2018-08-07 | 1 | -1/+1 |
| * | Reflow paragraphs in comments. | Adrian Prantl | 2018-04-30 | 1 | -15/+14 |
| * | Move Args::StringTo*** functions to a new OptionArgParser class | Pavel Labath | 2018-04-10 | 1 | -2/+4 |
| * | Make breakpoint names real entities. | Jim Ingham | 2017-09-14 | 1 | -3/+6 |
| * | Fix a mis-feature with propagation of breakpoint options -> location options. | Jim Ingham | 2017-08-02 | 1 | -31/+32 |
| * | Rename Error -> Status. | Zachary Turner | 2017-05-12 | 1 | -6/+6 |
| * | Delete some more dead includes. | Zachary Turner | 2017-03-22 | 1 | -0/+1 |
| * | Make Options::SetOptionValue take a StringRef. | Zachary Turner | 2016-11-12 | 1 | -7/+6 |
| * | Convert various CommandInterpreter functions to StringRef. | Zachary Turner | 2016-10-05 | 1 | -2/+2 |
| * | Fix serialization of Python breakpoint commands. | Jim Ingham | 2016-09-26 | 1 | -7/+0 |
| * | Update OptionGroup::SetValue to take StringRef. | Zachary Turner | 2016-09-23 | 1 | -1/+2 |
| * | Try to fix build errors on Android. | Zachary Turner | 2016-09-22 | 1 | -2/+2 |
| * | Convert option tables to ArrayRefs. | Zachary Turner | 2016-09-22 | 1 | -44/+36 |
| * | Add some more tests for breakpoint serialization. | Jim Ingham | 2016-09-20 | 1 | -2/+2 |
| * | Fix more functions in Args to use StringRef. | Zachary Turner | 2016-09-19 | 1 | -1/+2 |
| * | Some more pointer safety in Breakpoint. | Zachary Turner | 2016-09-13 | 1 | -6/+6 |
| * | This is the main part of a change to add breakpoint save and restore to lldb. | Jim Ingham | 2016-09-12 | 1 | -57/+10 |
| * | *** This commit represents a complete reformatting of the LLDB source code | Kate Stone | 2016-09-06 | 1 | -639/+582 |
| * | Tables of command options in LLDB benefit from hand-formatting to make it | Kate Stone | 2016-08-26 | 1 | -20/+12 |
| * | Decoupled Options from CommandInterpreter. | Todd Fiala | 2016-08-11 | 1 | -11/+13 |
| * | LLDB help content has accumulated over time without a recent attempt to | Kate Stone | 2016-07-14 | 1 | -13/+12 |
| * | Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so... | Eugene Zelenko | 2016-02-19 | 1 | -63/+46 |
| * | commands: Use override instead of virtual. | Bruce Mitchener | 2015-10-07 | 1 | -32/+27 |
| * | Fixed line wrapping for the "long help" content in LLDB commands. Content is... | Kate Stone | 2015-07-14 | 1 | -137/+114 |
| * | Don't #include "lldb-python.h" from anywhere. | Zachary Turner | 2015-05-29 | 1 | -2/+0 |
| * | Add the ability to tag one or more breakpoints with a name. These | Jim Ingham | 2014-12-16 | 1 | -3/+3 |