| Commit message (Expand) | Author | Age | Files | Lines |
| * | [lldb][NFC] Remove unnecessary includes in source/Commands | Raphael Isemann | 2019-12-16 | 1 | -4/+0 |
| * | [lldb] s/FileSpec::Equal/FileSpec::Match | Pavel Labath | 2019-12-04 | 1 | -10/+2 |
| * | [lldb] Remove FileSpec->CompileUnit inheritance | Pavel Labath | 2019-11-29 | 1 | -10/+13 |
| * | [lldb] Remove dead code from STLUtils.h | Jonas Devlieghere | 2019-11-06 | 1 | -2/+2 |
| * | Run clang-format on lldb/source/Commands (NFC) | Adrian Prantl | 2019-10-30 | 1 | -24/+21 |
| * | Modernize the rest of the Find.* API (NFC) | Adrian Prantl | 2019-10-17 | 1 | -27/+26 |
| * | [lldb][NFC] Remove ArgEntry::ref member | Raphael Isemann | 2019-09-13 | 1 | -1/+1 |
| * | [lldb][NFC] Remove dead code that is supposed to handle invalid command options | Raphael Isemann | 2019-08-22 | 1 | -6/+2 |
| * | [lldb] Also include the array definition in CommandOptions.inc | Raphael Isemann | 2019-07-28 | 1 | -6/+0 |
| * | [lldb][NFC] Tablegenify source | Raphael Isemann | 2019-07-23 | 1 | -19/+4 |
| * | [CommandObject] Use GetDebugger() helper method (NFC) | Jonas Devlieghere | 2019-04-27 | 1 | -3/+2 |
| * | [NFC] Remove ASCII lines from comments | Jonas Devlieghere | 2019-04-10 | 1 | -6/+0 |
| * | Pass ConstString by value (NFC) | Adrian Prantl | 2019-03-06 | 1 | -6/+6 |
| * | 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/+5 |
| * | Don't type-erase the SymbolContextItem enumeration. | Zachary Turner | 2018-10-25 | 1 | -1/+3 |
| * | Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll... | Tatyana Krasnukha | 2018-09-26 | 1 | -17/+17 |
| * | Reflow paragraphs in comments. | Adrian Prantl | 2018-04-30 | 1 | -70/+53 |
| * | Move Args::StringTo*** functions to a new OptionArgParser class | Pavel Labath | 2018-04-10 | 1 | -4/+5 |
| * | "source list -a" was calling DisplaySourceLinesWithNumbers incorrectly. | Jim Ingham | 2017-11-17 | 1 | -4/+5 |
| * | Rename Error -> Status. | Zachary Turner | 2017-05-12 | 1 | -6/+6 |
| * | Delete some more dead includes. | Zachary Turner | 2017-03-22 | 1 | -1/+1 |
| * | Move FileSpec from Host -> Utility. | Zachary Turner | 2017-03-22 | 1 | -1/+1 |
| * | Remove some more uses of Args::GetArgumentAtIndex. | Zachary Turner | 2016-12-09 | 1 | -17/+13 |
| * | Make Options::SetOptionValue take a StringRef. | Zachary Turner | 2016-11-12 | 1 | -17/+12 |
| * | Fix Clang-tidy readability-redundant-string-cstr warnings | Malcolm Parsons | 2016-11-02 | 1 | -4/+4 |
| * | Convert CommandObject constructors to StringRef. | Zachary Turner | 2016-10-05 | 1 | -2/+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 | -35/+33 |
| * | add stop column highlighting support | Todd Fiala | 2016-09-21 | 1 | -6/+15 |
| * | *** This commit represents a complete reformatting of the LLDB source code | Kate Stone | 2016-09-06 | 1 | -1339/+1181 |
| * | Tables of command options in LLDB benefit from hand-formatting to make it | Kate Stone | 2016-08-26 | 1 | -28/+21 |
| * | Decoupled Options from CommandInterpreter. | Todd Fiala | 2016-08-11 | 1 | -13/+19 |
| * | LLDB help content has accumulated over time without a recent attempt to | Kate Stone | 2016-07-14 | 1 | -22/+18 |
| * | Keep original source path and mapped path in LineEntry | Ted Woodward | 2016-05-11 | 1 | -2/+2 |
| * | Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so... | Eugene Zelenko | 2016-02-24 | 1 | -64/+54 |
| * | Add support for "source info" and use it to fix MI's -symbol-list-lines. | Dawn Perchik | 2016-01-05 | 1 | -48/+625 |
| * | commands: Use override instead of virtual. | Bruce Mitchener | 2015-10-07 | 1 | -16/+16 |
| * | Resubmitting 240466 after fixing the linux test suite failures. | Greg Clayton | 2015-06-25 | 1 | -2/+2 |
| * | 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 | -1/+1 |
| * | Change the default disassembly format again. First attempt at | Jason Molenda | 2015-02-13 | 1 | -1/+3 |
| * | Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ | Vince Harron | 2015-01-15 | 1 | -4/+4 |
| * | Add the ability to set breakpoints with conditions, commands, etc, | Jim Ingham | 2014-12-06 | 1 | -4/+4 |
| * | Add a new disassembly-format specification so that the disassembler | Jason Molenda | 2014-10-10 | 1 | -1/+3 |
| * | Fix the missleading indentation. Fix CID 1096300 | Sylvestre Ledru | 2014-08-18 | 1 | -3/+3 |
| * | Revert "Fix broken tests due to new error output." | Zachary Turner | 2014-07-09 | 1 | -12/+12 |
| * | Fix broken tests due to new error output. | Todd Fiala | 2014-07-08 | 1 | -12/+12 |
| * | Adds the notion of an OptionValidator. | Zachary Turner | 2014-07-03 | 1 | -12/+12 |