| Commit message (Expand) | Author | Age | Files | Lines |
| * | [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 | -0/+9 |
| * | [lldb][NFC] Remove dead code that handles situations where LLDB has no dummy ... | Raphael Isemann | 2019-08-26 | 1 | -4/+4 |
| * | [lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and re... | Raphael Isemann | 2019-08-22 | 1 | -4/+4 |
| * | [Utility] Reimplement RegularExpression on top of llvm::Regex | Jonas Devlieghere | 2019-08-16 | 1 | -1/+1 |
| * | Replace assert with static_assert here applicable. | Jonas Devlieghere | 2019-05-15 | 1 | -2/+3 |
| * | [ScriptInterpreter] Move ownership into debugger (NFC) | Jonas Devlieghere | 2019-04-26 | 1 | -0/+2 |
| * | [NFC] Remove ASCII lines from comments | Jonas Devlieghere | 2019-04-10 | 1 | -2/+0 |
| * | Replace debug-only assert with a plain old assert. | Adrian Prantl | 2019-03-06 | 1 | -7/+5 |
| * | 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 | -9/+6 |
| * | Narrow the CompletionRequest API to being append-only. | Raphael Isemann | 2018-07-27 | 1 | -2/+1 |
| * | Replaced more boilerplate code with CompletionRequest (NFC) | Raphael Isemann | 2018-07-13 | 1 | -9/+4 |
| * | Refactor parsing of option lists with a raw string suffix. | Raphael Isemann | 2018-07-10 | 1 | -0/+16 |
| * | Refactoring for for the internal command line completion API (NFC) | Raphael Isemann | 2018-07-02 | 1 | -14/+12 |
| * | Reflow paragraphs in comments. | Adrian Prantl | 2018-04-30 | 1 | -26/+23 |
| * | Move option parsing out of the Args class | Pavel Labath | 2018-03-09 | 1 | -25/+8 |
| * | Move ArchSpec to the Utility module | Pavel Labath | 2017-11-13 | 1 | -1/+1 |
| * | Make breakpoint names real entities. | Jim Ingham | 2017-09-14 | 1 | -1/+2 |
| * | Extend 'target symbols add' to load symbols from a given module | Eugene Zemtsov | 2017-07-24 | 1 | -1/+1 |
| * | Rename Error -> Status. | Zachary Turner | 2017-05-12 | 1 | -1/+1 |
| * | Move FileSpec from Host -> Utility. | Zachary Turner | 2017-03-22 | 1 | -1/+1 |
| * | Fix up some enumerate() callsites in LLDB. | Zachary Turner | 2017-03-13 | 1 | -3/+3 |
| * | Modernize the Args access pattern in a few more commands. | Zachary Turner | 2016-12-09 | 1 | -6/+4 |
| * | Convert AutoComplete related code to StringRef. | Zachary Turner | 2016-11-17 | 1 | -1/+1 |
| * | Don't allow direct access to StreamString's internal buffer. | Zachary Turner | 2016-11-16 | 1 | -12/+12 |
| * | Fix some StringRef Printf warnings. | Zachary Turner | 2016-11-14 | 1 | -1/+1 |
| * | Change some more CommandObject functions to StringRef. | Zachary Turner | 2016-11-13 | 1 | -4/+4 |
| * | Change ArgumentHelpCallbackFunction to return a StringRef. | Zachary Turner | 2016-11-13 | 1 | -31/+22 |
| * | Make CommandObject help getters/setters use StringRef. | Zachary Turner | 2016-11-12 | 1 | -42/+36 |
| * | StringRef::front asserts on empty strings, causing "break modify -c ''" to as... | Jim Ingham | 2016-10-06 | 1 | -1/+1 |
| * | Convert some Args index-based iteration to range-style iteration. | Zachary Turner | 2016-10-05 | 1 | -5/+5 |
| * | Convert CommandObject constructors to StringRef. | Zachary Turner | 2016-10-05 | 1 | -10/+7 |
| * | Convert 3 more functions to use a StringRef. | Zachary Turner | 2016-09-19 | 1 | -2/+2 |
| * | Fix more functions in Args to use StringRef. | Zachary Turner | 2016-09-19 | 1 | -4/+4 |
| * | *** This commit represents a complete reformatting of the LLDB source code | Kate Stone | 2016-09-06 | 1 | -957/+888 |
| * | Decoupled Options from CommandInterpreter. | Todd Fiala | 2016-08-11 | 1 | -6/+19 |
| * | LLDB help content has accumulated over time without a recent attempt to | Kate Stone | 2016-07-14 | 1 | -92/+69 |
| * | second pass over removal of Mutex and Condition | Saleem Abdulrasool | 2016-05-19 | 1 | -2/+3 |
| * | Change 'apropos' such that it doesn't look into the "long help/syntax" string... | Enrico Granata | 2016-03-23 | 1 | -4/+9 |
| * | Make it so that a command alias can actually remove the help/long help from i... | Enrico Granata | 2016-03-22 | 1 | -30/+27 |
| * | Lots of progress on the CommandAlias refactoring | Enrico Granata | 2016-03-14 | 1 | -2/+2 |
| * | This change introduces a "ExpressionExecutionThread" to the ThreadList. | Jim Ingham | 2016-03-12 | 1 | -0/+25 |
| * | A few more improvements on the way to the command alias refactoring | Enrico Granata | 2016-03-08 | 1 | -1/+0 |
| * | Change the way command aliases are stored. Go from a model where a map holds ... | Enrico Granata | 2016-03-08 | 1 | -39/+0 |
| * | Change the user-visible name for the argument type language to source-language | Enrico Granata | 2016-02-29 | 1 | -1/+1 |
| * | Move things from the LanguageRuntime that obviously belong in the new Languag... | Jim Ingham | 2015-09-02 | 1 | -1/+3 |
| * | Fix typos. | Bruce Mitchener | 2015-07-22 | 1 | -1/+1 |
| * | Fixed line wrapping for the "long help" content in LLDB commands. Content is... | Kate Stone | 2015-07-14 | 1 | -2/+24 |
| * | Don't #include "lldb-python.h" from anywhere. | Zachary Turner | 2015-05-29 | 1 | -2/+0 |