| Commit message (Expand) | Author | Age | Files | Lines |
| * | [lldb][NFC] Remove unnecessary includes in source/Commands | Raphael Isemann | 2019-12-16 | 1 | -2/+0 |
| * | [lldb][NFC] Remove ArgEntry::ref member | Raphael Isemann | 2019-09-13 | 1 | -3/+3 |
| * | [lldb][NFC] Remove dead code that is supposed to handle invalid command options | Raphael Isemann | 2019-08-22 | 1 | -3/+1 |
| * | [lldb] Also include the array definition in CommandOptions.inc | Raphael Isemann | 2019-07-28 | 1 | -3/+0 |
| * | [lldb] Tablegenify expr/frame/log/register/memory | Raphael Isemann | 2019-07-25 | 1 | -5/+2 |
| * | [NFC] Remove ASCII lines from comments | Jonas Devlieghere | 2019-04-10 | 1 | -6/+0 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll... | Tatyana Krasnukha | 2018-09-26 | 1 | -4/+4 |
| * | Move RegisterValue,Scalar,State from Core to Utility | Pavel Labath | 2018-08-07 | 1 | -2/+2 |
| * | Move dumping code out of RegisterValue class | Pavel Labath | 2018-07-24 | 1 | -2/+3 |
| * | Reflow paragraphs in comments. | Adrian Prantl | 2018-04-30 | 1 | -11/+11 |
| * | Move Args.cpp from Interpreter to Utility | Pavel Labath | 2018-04-17 | 1 | -1/+1 |
| * | replace uses of strerror with llvm::sys::StrError | Pavel Labath | 2017-06-06 | 1 | -8/+3 |
| * | Rename Error -> Status. | Zachary Turner | 2017-05-12 | 1 | -4/+4 |
| * | Delete some more dead includes. | Zachary Turner | 2017-03-22 | 1 | -0/+1 |
| * | Move DataBuffer / DataExtractor and friends from Core -> Utility. | Zachary Turner | 2017-03-04 | 1 | -1/+1 |
| * | Remove some more uses of Args::GetArgumentAtIndex. | Zachary Turner | 2016-12-09 | 1 | -28/+22 |
| * | Resubmit "Change RegisterValue getters / setters to use StringRef." | Zachary Turner | 2016-11-17 | 1 | -4/+4 |
| * | Revert "Change RegisterValue getters / setters to use StringRef." | Zachary Turner | 2016-11-17 | 1 | -4/+4 |
| * | Change RegisterValue getters / setters to use StringRef. | Zachary Turner | 2016-11-17 | 1 | -4/+4 |
| * | Make Options::SetOptionValue take a StringRef. | Zachary Turner | 2016-11-12 | 1 | -1/+0 |
| * | Update OptionGroup::SetValue to take StringRef. | Zachary Turner | 2016-09-23 | 1 | -1/+2 |
| * | Try to fix build errors on Android. | Zachary Turner | 2016-09-22 | 1 | -1/+1 |
| * | Convert option tables to ArrayRefs. | Zachary Turner | 2016-09-22 | 1 | -21/+13 |
| * | *** This commit represents a complete reformatting of the LLDB source code | Kate Stone | 2016-09-06 | 1 | -398/+345 |
| * | Tables of command options in LLDB benefit from hand-formatting to make it | Kate Stone | 2016-08-26 | 1 | -3/+5 |
| * | Decoupled Options from CommandInterpreter. | Todd Fiala | 2016-08-11 | 1 | -5/+5 |
| * | LLDB help content has accumulated over time without a recent attempt to | Kate Stone | 2016-07-14 | 1 | -5/+4 |
| * | Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so... | Eugene Zelenko | 2016-02-23 | 1 | -50/+33 |
| * | commands: Use override instead of virtual. | Bruce Mitchener | 2015-10-07 | 1 | -19/+16 |
| * | 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 | -8/+8 |
| * | Adds lldb support for querying the register mapping from gdbserver remote tar... | Colin Riley | 2015-04-16 | 1 | -1/+1 |
| * | Reduce header footprint of Target.h | Zachary Turner | 2015-03-03 | 1 | -0/+1 |
| * | Revert "Fix broken tests due to new error output." | Zachary Turner | 2014-07-09 | 1 | -3/+3 |
| * | Fix broken tests due to new error output. | Todd Fiala | 2014-07-08 | 1 | -3/+3 |
| * | Adds the notion of an OptionValidator. | Zachary Turner | 2014-07-03 | 1 | -3/+3 |
| * | lldb: remove adhoc implementation of array_sizeof | Saleem Abdulrasool | 2014-06-27 | 1 | -1/+2 |
| * | Fix Windows build using portable types for formatting the log outputs | Deepak Panickal | 2014-03-03 | 1 | -1/+1 |
| * | For logical backtrace work, lldb needs to track Module unloads etc & symoblic... | Greg Clayton | 2013-12-06 | 1 | -0/+1 |
| * | Made all other "operator bool"s explicit and ensured | Sean Callanan | 2013-10-04 | 1 | -1/+1 |
| * | Display the errno error message instead of the id | Sylvestre Ledru | 2013-09-28 | 1 | -1/+1 |
| * | Add OptionParser.h | Virgile Bello | 2013-09-05 | 1 | -3/+3 |
| * | Introduces extended register sets whose availability can vary with the target... | Ashok Thirumurthi | 2013-03-28 | 1 | -3/+11 |
| * | <rdar://problem/13221060> | Enrico Granata | 2013-03-26 | 1 | -0/+15 |
| * | <rdar://problem/13069948> | Greg Clayton | 2013-01-25 | 1 | -8/+8 |
| * | Expanded the flags that can be set for a command object in lldb_private::Comm... | Greg Clayton | 2013-01-09 | 1 | -107/+95 |
| * | Fix Linux build warnings due to redefinition of macros: | Daniel Malea | 2012-12-05 | 1 | -0/+2 |
| * | <rdar://problem/12798131> | Greg Clayton | 2012-12-04 | 1 | -1/+1 |
| * | Reimplemented the code that backed the "settings" in lldb. There were many is... | Greg Clayton | 2012-08-22 | 1 | -1/+2 |