| Commit message (Expand) | Author | Age | Files | Lines |
| * | [lldb][NFC] Remove unnecessary includes in source/Commands | Raphael Isemann | 2019-12-16 | 1 | -2/+0 |
| * | BreakpointDummyOptionGroup was using g_breakpoint_modify_options rather than ... | Jim Ingham | 2019-11-07 | 1 | -1/+1 |
| * | Only ask once if we have no commands. NFC. | Jim Ingham | 2019-10-30 | 1 | -7/+5 |
| * | Run clang-format on lldb/source/Commands (NFC) | Adrian Prantl | 2019-10-30 | 1 | -165/+134 |
| * | Add the ability to pass extra args to a Python breakpoint callback. | Jim Ingham | 2019-10-25 | 1 | -4/+4 |
| * | [lldb] Fix -Wreorder-ctor in r373673 | Sam McCall | 2019-10-04 | 1 | -13/+12 |
| * | Break out the Python class & key/value options into a separate OptionGroup. | Jim Ingham | 2019-10-03 | 1 | -30/+10 |
| * | [lldb][NFC] Remove ArgEntry::ref member | Raphael Isemann | 2019-09-13 | 1 | -1/+1 |
| * | Code cleanup: Change FormattersContainer::KeyType from SP to rvalue | Jan Kratochvil | 2019-09-04 | 1 | -2/+2 |
| * | [lldb][NFC] Remove dead code that handles situations where LLDB has no dummy ... | Raphael Isemann | 2019-08-26 | 1 | -204/+102 |
| * | [lldb][NFC] Remove dead code that is supposed to handle invalid command options | Raphael Isemann | 2019-08-22 | 1 | -28/+11 |
| * | [Utility] Reimplement RegularExpression on top of llvm::Regex | Jonas Devlieghere | 2019-08-16 | 1 | -8/+4 |
| * | [LLDB] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 2019-08-14 | 1 | -1/+1 |
| * | [lldb] Also include the array definition in CommandOptions.inc | Raphael Isemann | 2019-07-28 | 1 | -21/+3 |
| * | [lldb][NFC] Tablegenify breakpoint | Raphael Isemann | 2019-07-22 | 1 | -126/+18 |
| * | [lldb] Rename Options.inc to CommandOptions.inc [NFC] | Raphael Isemann | 2019-07-16 | 1 | -1/+1 |
| * | [lldb] Let table gen create command option initializers. | Raphael Isemann | 2019-07-12 | 1 | -9/+4 |
| * | typedef enum -> enum | Fangrui Song | 2019-05-14 | 1 | -6/+3 |
| * | [CommandObject] Use GetDebugger() helper method (NFC) | Jonas Devlieghere | 2019-04-27 | 1 | -1/+1 |
| * | [NFC] Remove ASCII lines from comments | Jonas Devlieghere | 2019-04-10 | 1 | -26/+0 |
| * | Use std::make_shared in LLDB (NFC) | Jonas Devlieghere | 2019-02-11 | 1 | -3/+4 |
| * | 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 |
| * | [FileSystem] Move path resolution logic out of FileSpec | Jonas Devlieghere | 2018-11-01 | 1 | -5/+8 |
| * | Don't type-erase the FunctionNameType or TypeClass enums. | Zachary Turner | 2018-10-25 | 1 | -2/+2 |
| * | Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll... | Tatyana Krasnukha | 2018-09-26 | 1 | -74/+71 |
| * | Add a "scripted" breakpoint type to lldb. | Jim Ingham | 2018-09-13 | 1 | -6/+59 |
| * | Support setting a breakpoint by FileSpec+Line+Column in the SBAPI. | Adrian Prantl | 2018-08-30 | 1 | -1/+2 |
| * | BreakpointIDList: Use llvm::ArrayRef instead of pointer+length pair | Pavel Labath | 2018-06-20 | 1 | -2/+1 |
| * | Fix/unify the spelling of Objective-C. | Adrian Prantl | 2018-06-13 | 1 | -1/+1 |
| * | Reflow paragraphs in comments. | Adrian Prantl | 2018-04-30 | 1 | -23/+22 |
| * | Move Args::StringTo*** functions to a new OptionArgParser class | Pavel Labath | 2018-04-10 | 1 | -13/+14 |
| * | Wire up the breakpoint name help string. | Jim Ingham | 2017-09-15 | 1 | -4/+14 |
| * | Make breakpoint names real entities. | Jim Ingham | 2017-09-14 | 1 | -454/+563 |
| * | Add an auto-continue flag to breakpoints & locations. | Jim Ingham | 2017-08-03 | 1 | -0/+53 |
| * | Rename Error -> Status. | Zachary Turner | 2017-05-12 | 1 | -32/+32 |
| * | Delete some more dead includes. | Zachary Turner | 2017-03-22 | 1 | -1/+1 |
| * | Move classes from Core -> Utility. | Zachary Turner | 2017-02-02 | 1 | -2/+2 |
| * | Don't allow direct access to StreamString's internal buffer. | Zachary Turner | 2016-11-16 | 1 | -2/+2 |
| * | Make Options::SetOptionValue take a StringRef. | Zachary Turner | 2016-11-12 | 1 | -82/+59 |
| * | Fix Clang-tidy readability-redundant-string-cstr warnings | Malcolm Parsons | 2016-11-02 | 1 | -2/+1 |
| * | Convert various CommandInterpreter functions to StringRef. | Zachary Turner | 2016-10-05 | 1 | -6/+6 |
| * | Update OptionGroup::SetValue to take StringRef. | Zachary Turner | 2016-09-23 | 1 | -8/+11 |
| * | Add the ability to append breakpoints to the save file. | Jim Ingham | 2016-09-22 | 1 | -2/+9 |
| * | Add the ability to deserialize only breakpoints matching a given name. | Jim Ingham | 2016-09-22 | 1 | -4/+39 |
| * | Try to fix build errors on Android. | Zachary Turner | 2016-09-22 | 1 | -8/+8 |
| * | Convert option tables to ArrayRefs. | Zachary Turner | 2016-09-22 | 1 | -205/+175 |
| * | Make lldb::Regex use StringRef. | Zachary Turner | 2016-09-21 | 1 | -2/+2 |
| * | Adds tests for breakpoint names, and a FindBreakpointsByName. | Jim Ingham | 2016-09-21 | 1 | -4/+14 |
| * | Fix more functions in Args to use StringRef. | Zachary Turner | 2016-09-19 | 1 | -7/+8 |