| Commit message (Expand) | Author | Age | Files | Lines |
| * | [lldb][NFC] Remove unnecessary includes in source/Commands | Raphael Isemann | 2019-12-16 | 1 | -6/+0 |
| * | [lldb] Remove FileSpec->CompileUnit inheritance | Pavel Labath | 2019-11-29 | 1 | -1/+1 |
| * | [LLDB] Fix wrong argument in CommandObjectThreadStepWithTypeAndScope | Alexandre Ganea | 2019-11-28 | 1 | -1/+1 |
| * | Run clang-format on lldb/source/Commands (NFC) | Adrian Prantl | 2019-10-30 | 1 | -35/+30 |
| * | Add the ability to pass extra args to a Python breakpoint callback. | Jim Ingham | 2019-10-25 | 1 | -5/+7 |
| * | Pass an SBStructuredData to scripted ThreadPlans on use. | Jim Ingham | 2019-10-03 | 1 | -117/+129 |
| * | [lldb][NFC] Remove ArgEntry::ref member | Raphael Isemann | 2019-09-13 | 1 | -1/+1 |
| * | [lldb] Unify target checking in CommandObject | Raphael Isemann | 2019-08-31 | 1 | -14/+1 |
| * | [lldb][NFC] Remove dead code that is supposed to handle invalid command options | Raphael Isemann | 2019-08-22 | 1 | -17/+7 |
| * | [lldb] Also include the array definition in CommandOptions.inc | Raphael Isemann | 2019-07-28 | 1 | -19/+0 |
| * | [lldb] Tablegenify thread commands and fix completion bug for thread step-* | Raphael Isemann | 2019-07-18 | 1 | -39/+14 |
| * | Fix integer literals which are cast to bool | Jonas Devlieghere | 2019-05-24 | 1 | -1/+1 |
| * | Mention the thread-format & frame-format settings in help. | Jim Ingham | 2019-05-02 | 1 | -2/+7 |
| * | [CommandObject] Use GetDebugger() helper method (NFC) | Jonas Devlieghere | 2019-04-27 | 1 | -2/+2 |
| * | [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 | -28/+0 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [lldb] Retrieve currently handled Obj-C exception via __cxa_current_exception... | Kuba Mracek | 2018-12-20 | 1 | -3/+2 |
| * | [lldb] Add GetCurrentException APIs to SBThread, add frame recognizer for obj... | Kuba Mracek | 2018-11-28 | 1 | -0/+49 |
| * | Add setting to require hardware breakpoints. | Jonas Devlieghere | 2018-11-15 | 1 | -16/+25 |
| * | 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 | -1/+1 |
| * | Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll... | Tatyana Krasnukha | 2018-09-26 | 1 | -43/+47 |
| * | Move RegisterValue,Scalar,State from Core to Utility | Pavel Labath | 2018-08-07 | 1 | -1/+1 |
| * | Get rid of the C-string parameter in DoExecute | Raphael Isemann | 2018-07-12 | 1 | -4/+5 |
| * | Modernize and clean-up the Predicate class | Pavel Labath | 2018-05-09 | 1 | -1/+1 |
| * | Reflow paragraphs in comments. | Adrian Prantl | 2018-04-30 | 1 | -27/+23 |
| * | Move Args::StringTo*** functions to a new OptionArgParser class | Pavel Labath | 2018-04-10 | 1 | -9/+13 |
| * | Re-land r313210 - Fix for bug 34532 - A few rough corners related to post-mor... | Adrian McCarthy | 2017-09-19 | 1 | -1/+7 |
| * | Revert "Fix for bug 34532 - A few rough corners related to post-mortem debugg... | Adrian McCarthy | 2017-09-18 | 1 | -7/+1 |
| * | Fix for bug 34532 - A few rough corners related to post-mortem debugging (cor... | Adrian McCarthy | 2017-09-13 | 1 | -1/+7 |
| * | Fix assorted compiler warnings (mismatched signedness and printf specifiers) | Pavel Labath | 2017-07-05 | 1 | -3/+3 |
| * | Fix some type-based warnings | Tim Hammerquist | 2017-06-29 | 1 | -1/+1 |
| * | Introduce new command: thread backtrace unique | Pavel Labath | 2017-06-12 | 1 | -14/+123 |
| * | Fix the warning when you pass -c to step/next/si/ni. | Jim Ingham | 2017-05-25 | 1 | -1/+1 |
| * | Rename Error -> Status. | Zachary Turner | 2017-05-12 | 1 | -34/+34 |
| * | Delete some more dead includes. | Zachary Turner | 2017-03-22 | 1 | -0/+1 |
| * | Remove \x13 (^S) character that was likely added by mistake. | Adrian Kuegel | 2016-11-24 | 1 | -1/+1 |
| * | Fix "thread step until" handling of multiple line inputs. | Jim Ingham | 2016-11-18 | 1 | -3/+5 |
| * | Don't allow direct access to StreamString's internal buffer. | Zachary Turner | 2016-11-16 | 1 | -6/+6 |
| * | Fix some more StringRef printf warnings. | Zachary Turner | 2016-11-15 | 1 | -1/+1 |
| * | Make Options::SetOptionValue take a StringRef. | Zachary Turner | 2016-11-12 | 1 | -59/+39 |
| * | "thread backtrace" should use the thread-stop-format. | Jim Ingham | 2016-11-08 | 1 | -2/+2 |
| * | Clean up the stop printing header lines. | Jim Ingham | 2016-11-08 | 1 | -3/+5 |
| * | Convert some Args index-based iteration to range-style iteration. | Zachary Turner | 2016-10-05 | 1 | -20/+14 |
| * | Update OptionGroup::SetValue to take StringRef. | Zachary Turner | 2016-09-23 | 1 | -2/+3 |
| * | Try to fix build errors on Android. | Zachary Turner | 2016-09-22 | 1 | -7/+7 |
| * | Convert option tables to ArrayRefs. | Zachary Turner | 2016-09-22 | 1 | -115/+95 |
| * | Fix more functions in Args to use StringRef. | Zachary Turner | 2016-09-19 | 1 | -4/+9 |
| * | *** This commit represents a complete reformatting of the LLDB source code | Kate Stone | 2016-09-06 | 1 | -1904/+1693 |