| Commit message (Expand) | Author | Age | Files | Lines |
| * | [lldb][NFC] Remove unnecessary includes in source/Commands | Raphael Isemann | 2019-12-16 | 1 | -1/+0 |
| * | Run clang-format on lldb/source/Commands (NFC) | Adrian Prantl | 2019-10-30 | 1 | -5/+5 |
| * | Don't stop execution in batch mode when process stops with SIGINT or SIGSTOP | Tatyana Krasnukha | 2019-09-26 | 1 | -1/+0 |
| * | [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 | -10/+2 |
| * | [lldb][NFC] Add ProcessInfo::GetNameAsStringRef to simplify some code | Raphael Isemann | 2019-08-26 | 1 | -3/+1 |
| * | [lldb] Remove ')' to fix the build | Raphael Isemann | 2019-08-22 | 1 | -1/+1 |
| * | [lldb][NFC] Fix indentation in CommandObjectProcess | Raphael Isemann | 2019-08-22 | 1 | -9/+9 |
| * | [lldb][NFC] Remove unused return value from HandleOptionArgumentCompletion | Raphael Isemann | 2019-08-22 | 1 | -6/+4 |
| * | [lldb][NFC] NFC cleanup for the completion code | Raphael Isemann | 2019-08-22 | 1 | -26/+26 |
| * | [lldb][NFC] Remove dead code that is supposed to handle invalid command options | Raphael Isemann | 2019-08-22 | 1 | -18/+6 |
| * | [lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and re... | Raphael Isemann | 2019-08-22 | 1 | -4/+3 |
| * | [lldb] Also include the array definition in CommandOptions.inc | Raphael Isemann | 2019-07-28 | 1 | -15/+0 |
| * | [lldb][NFC] Tablegenify process | Raphael Isemann | 2019-07-23 | 1 | -25/+12 |
| * | Merge target and launch info environments | Jonas Devlieghere | 2019-05-13 | 1 | -1/+4 |
| * | Remove commented-out code | Jonas Devlieghere | 2019-05-13 | 1 | -43/+0 |
| * | [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 | -30/+0 |
| * | 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 | -7/+9 |
| * | Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll... | Tatyana Krasnukha | 2018-09-26 | 1 | -19/+19 |
| * | [NFC] Turn "load dependent files" boolean into an enum | Jonas Devlieghere | 2018-09-20 | 1 | -1/+1 |
| * | Move RegisterValue,Scalar,State from Core to Utility | Pavel Labath | 2018-08-07 | 1 | -1/+1 |
| * | Narrow the CompletionRequest API to being append-only. | Raphael Isemann | 2018-07-27 | 1 | -3/+3 |
| * | Replaced more boilerplate code with CompletionRequest (NFC) | Raphael Isemann | 2018-07-13 | 1 | -15/+5 |
| * | Refactoring for for the internal command line completion API (NFC) | Raphael Isemann | 2018-07-02 | 1 | -12/+13 |
| * | [FileSpec] Make style argument mandatory for SetFile. NFC | Jonas Devlieghere | 2018-06-13 | 1 | -3/+4 |
| * | Modernize and clean-up the Predicate class | Pavel Labath | 2018-05-09 | 1 | -2/+2 |
| * | Reflow paragraphs in comments. | Adrian Prantl | 2018-04-30 | 1 | -27/+21 |
| * | Move Args.cpp from Interpreter to Utility | Pavel Labath | 2018-04-17 | 1 | -1/+1 |
| * | Move Args::StringTo*** functions to a new OptionArgParser class | Pavel Labath | 2018-04-10 | 1 | -2/+3 |
| * | Add Utility/Environment class for handling... environments | Pavel Labath | 2018-01-10 | 1 | -5/+1 |
| * | Rename Error -> Status. | Zachary Turner | 2017-05-12 | 1 | -31/+31 |
| * | Delete some more dead includes. | Zachary Turner | 2017-03-22 | 1 | -0/+1 |
| * | Fix a couple of corner cases in NameMatches | Pavel Labath | 2017-02-20 | 1 | -1/+1 |
| * | Re-add "demonstrate new Args API" | Zachary Turner | 2016-11-22 | 1 | -4/+3 |
| * | Fix build failure on Linux and BSD by reverting r287597 | Omair Javaid | 2016-11-22 | 1 | -3/+4 |
| * | Add the new Args / entry-access API. | Zachary Turner | 2016-11-21 | 1 | -4/+3 |
| * | Change CreateTarget and dependents to accept StringRef. | Zachary Turner | 2016-11-18 | 1 | -1/+1 |
| * | Rewrite all Property related functions in terms of StringRef. | Zachary Turner | 2016-11-17 | 1 | -3/+3 |
| * | Don't allow direct access to StreamString's internal buffer. | Zachary Turner | 2016-11-16 | 1 | -7/+5 |
| * | Make Options::SetOptionValue take a StringRef. | Zachary Turner | 2016-11-12 | 1 | -19/+15 |
| * | Clean up the stop printing header lines. | Jim Ingham | 2016-11-08 | 1 | -1/+2 |
| * | Convert some Args index-based iteration to range-style iteration. | Zachary Turner | 2016-10-05 | 1 | -13/+10 |
| * | Try to fix build errors on Android. | Zachary Turner | 2016-09-22 | 1 | -6/+6 |
| * | Convert option tables to ArrayRefs. | Zachary Turner | 2016-09-22 | 1 | -85/+67 |
| * | Fix more functions in Args to use StringRef. | Zachary Turner | 2016-09-19 | 1 | -3/+4 |
| * | *** This commit represents a complete reformatting of the LLDB source code | Kate Stone | 2016-09-06 | 1 | -1579/+1351 |
| * | Tables of command options in LLDB benefit from hand-formatting to make it | Kate Stone | 2016-08-26 | 1 | -29/+42 |