| Commit message (Expand) | Author | Age | Files | Lines |
| * | [lldb/Command] Add --force option for `watchpoint delete` command | Med Ismail Bennani | 2020-01-04 | 1 | -19/+64 |
| * | Revert "[lldb/Command] Add --force option for `watchpoint delete` command" | Med Ismail Bennani | 2020-01-03 | 1 | -64/+19 |
| * | [lldb/Command] Add --force option for `watchpoint delete` command | Med Ismail Bennani | 2020-01-03 | 1 | -19/+64 |
| * | [lldb][NFC] Remove unnecessary includes in source/Commands | Raphael Isemann | 2019-12-16 | 1 | -2/+0 |
| * | Modernize the rest of the Find.* API (NFC) | Adrian Prantl | 2019-10-17 | 1 | -5/+5 |
| * | [lldb][NFC] Remove ArgEntry::ref member | Raphael Isemann | 2019-09-13 | 1 | -3/+3 |
| * | [lldb] Unify target checking in CommandObject | Raphael Isemann | 2019-08-31 | 1 | -22/+13 |
| * | [lldb][NFC] Remove dead code that is supposed to handle invalid command options | Raphael Isemann | 2019-08-22 | 1 | -9/+3 |
| * | [lldb] Also include the array definition in CommandOptions.inc | Raphael Isemann | 2019-07-28 | 1 | -8/+0 |
| * | [lldb][NFC] Tablegenify watchpoint commands | Raphael Isemann | 2019-07-17 | 1 | -11/+6 |
| * | [CommandObject] Use GetDebugger() helper method (NFC) | Jonas Devlieghere | 2019-04-27 | 1 | -8/+8 |
| * | [NFC] Remove ASCII lines from comments | Jonas Devlieghere | 2019-04-10 | 1 | -22/+0 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Simplify Boolean expressions | Jonas Devlieghere | 2018-12-15 | 1 | -4/+2 |
| * | 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 | -8/+8 |
| * | Get rid of the C-string parameter in DoExecute | Raphael Isemann | 2018-07-12 | 1 | -2/+2 |
| * | Refactor parsing of option lists with a raw string suffix. | Raphael Isemann | 2018-07-10 | 1 | -36/+8 |
| * | Remove append parameter to FindGlobalVariables | Pavel Labath | 2018-05-31 | 1 | -1/+1 |
| * | Reflow paragraphs in comments. | Adrian Prantl | 2018-04-30 | 1 | -12/+12 |
| * | Rename Error -> Status. | Zachary Turner | 2017-05-12 | 1 | -14/+14 |
| * | Delete some more dead includes. | Zachary Turner | 2017-03-22 | 1 | -1/+1 |
| * | Move classes from Core -> Utility. | Zachary Turner | 2017-02-02 | 1 | -1/+1 |
| * | Use Timeout<> in EvaluateExpressionOptions class | Pavel Labath | 2016-12-06 | 1 | -1/+1 |
| * | Make Options::SetOptionValue take a StringRef. | Zachary Turner | 2016-11-12 | 1 | -10/+6 |
| * | Convert some Args index-based iteration to range-style iteration. | Zachary Turner | 2016-10-05 | 1 | -11/+11 |
| * | Convert CommandObject constructors to StringRef. | Zachary Turner | 2016-10-05 | 1 | -1/+1 |
| * | Try to fix build errors on Android. | Zachary Turner | 2016-09-22 | 1 | -3/+3 |
| * | Convert option tables to ArrayRefs. | Zachary Turner | 2016-09-22 | 1 | -50/+39 |
| * | *** This commit represents a complete reformatting of the LLDB source code | Kate Stone | 2016-09-06 | 1 | -1092/+976 |
| * | Tables of command options in LLDB benefit from hand-formatting to make it | Kate Stone | 2016-08-26 | 1 | -14/+14 |
| * | Decoupled Options from CommandInterpreter. | Todd Fiala | 2016-08-11 | 1 | -19/+24 |
| * | LLDB help content has accumulated over time without a recent attempt to | Kate Stone | 2016-07-14 | 1 | -10/+6 |
| * | second pass over removal of Mutex and Condition | Saleem Abdulrasool | 2016-05-19 | 1 | -15/+16 |
| * | Update watchpoint help to use new -s flag | Stephane Sezer | 2016-04-05 | 1 | -7/+7 |
| * | Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so... | Eugene Zelenko | 2016-02-24 | 1 | -114/+94 |
| * | commands: Use override instead of virtual. | Bruce Mitchener | 2015-10-07 | 1 | -64/+52 |
| * | Fix minor typos in comments. | Bruce Mitchener | 2015-10-07 | 1 | -1/+1 |
| * | Rename clang_type -> compiler_type for variables. | Bruce Mitchener | 2015-09-24 | 1 | -5/+5 |
| * | Final bit of type system cleanup that abstracts declaration contexts into lld... | Greg Clayton | 2015-08-24 | 1 | -2/+2 |
| * | ClangASTType is now CompilerType. | Greg Clayton | 2015-08-11 | 1 | -2/+2 |
| * | Fixed line wrapping for the "long help" content in LLDB commands. Content is... | Kate Stone | 2015-07-14 | 1 | -8/+15 |
| * | Don't #include "lldb-python.h" from anywhere. | Zachary Turner | 2015-05-29 | 1 | -2/+0 |
| * | Add support for custom commands to set flags on themselves | Enrico Granata | 2015-05-27 | 1 | -8/+8 |
| * | Don't #include FormatManager.h from Debugger.h | Zachary Turner | 2015-03-03 | 1 | -0/+1 |
| * | Fix handling of backslashes in Args parsing | Pavel Labath | 2015-03-02 | 1 | -1/+1 |
| * | Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ | Vince Harron | 2015-01-15 | 1 | -1/+2 |
| * | Revert "Fix broken tests due to new error output." | Zachary Turner | 2014-07-09 | 1 | -8/+8 |
| * | Fix broken tests due to new error output. | Todd Fiala | 2014-07-08 | 1 | -8/+8 |
| * | Adds the notion of an OptionValidator. | Zachary Turner | 2014-07-03 | 1 | -8/+8 |