| Commit message (Expand) | Author | Age | Files | Lines |
| * | [lldb/CommandInterpreter] Remove flag that's always true (NFC) | Jonas Devlieghere | 2020-01-14 | 1 | -6/+2 |
| * | [lldb][NFC] Remove unnecessary includes in source/Commands | Raphael Isemann | 2019-12-16 | 1 | -2/+0 |
| * | [lldb][NFC] Migrate FileSpec::Dump to raw_ostream | Raphael Isemann | 2019-12-06 | 1 | -1/+1 |
| * | [lldb][NFC] Migrate to raw_ostream in ArchSpec::DumpTriple | Raphael Isemann | 2019-12-04 | 1 | -2/+2 |
| * | [lldb] Remove FileSpec->CompileUnit inheritance | Pavel Labath | 2019-11-29 | 1 | -9/+8 |
| * | [lldb][NFC] Allow range-based for-loops on VariableList | Raphael Isemann | 2019-11-25 | 1 | -23/+20 |
| * | [NFC] Refactor and improve comments in CommandObjectTarget | Adrian McCarthy | 2019-11-21 | 1 | -145/+141 |
| * | [lldb] Add -m option to 'target modules dump symtab' to disable demangling | Raphael Isemann | 2019-11-07 | 1 | -4/+15 |
| * | Upstream diff from swift-lldb. | Adrian Prantl | 2019-10-31 | 1 | -1/+1 |
| * | Run clang-format on lldb/source/Commands (NFC) | Adrian Prantl | 2019-10-30 | 1 | -53/+49 |
| * | Modernize the rest of the Find.* API (NFC) | Adrian Prantl | 2019-10-17 | 1 | -32/+32 |
| * | [Windows] Use information from the PE32 exceptions directory to construct unw... | Aleksandr Urakov | 2019-10-11 | 1 | -0/+19 |
| * | Remove size_t return parameter from FindTypes | Adrian Prantl | 2019-10-01 | 1 | -59/+57 |
| * | remove File::SetStream(), make new files instead. | Lawrence D'Anna | 2019-09-27 | 1 | -3/+3 |
| * | [lldb][NFC] Remove ArgEntry::ref member | Raphael Isemann | 2019-09-13 | 1 | -8/+8 |
| * | [lldb] Unify target checking in CommandObject | Raphael Isemann | 2019-08-31 | 1 | -704/+626 |
| * | [lldb][NFC] Remove dead code that handles situations where LLDB has no dummy ... | Raphael Isemann | 2019-08-26 | 1 | -110/+88 |
| * | [lldb][NFC] Remove dead code that is supposed to handle invalid command options | Raphael Isemann | 2019-08-22 | 1 | -7/+5 |
| * | [lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and re... | Raphael Isemann | 2019-08-22 | 1 | -20/+15 |
| * | [Driver] Expand the executable path in the target create output | Jonas Devlieghere | 2019-08-07 | 1 | -1/+2 |
| * | SymbolVendor: Remove passthrough methods | Pavel Labath | 2019-08-06 | 1 | -7/+5 |
| * | Remove SymbolVendor::GetSymtab | Pavel Labath | 2019-08-05 | 1 | -45/+38 |
| * | SymbolVendor: Introduce Module::GetSymbolFile | Pavel Labath | 2019-08-02 | 1 | -49/+45 |
| * | Format OptionEnumValueElement (NFC) | Jonas Devlieghere | 2019-08-02 | 1 | -11/+33 |
| * | [lldb] Also include the array definition in CommandOptions.inc | Raphael Isemann | 2019-07-28 | 1 | -24/+8 |
| * | [Logging] Replace Log::Printf with LLDB_LOG macro (NFC) | Jonas Devlieghere | 2019-07-24 | 1 | -3/+4 |
| * | [lldb][NFC] Tablegenify target | Raphael Isemann | 2019-07-19 | 1 | -66/+13 |
| * | [lldb] Rename Options.inc to CommandOptions.inc [NFC] | Raphael Isemann | 2019-07-16 | 1 | -1/+1 |
| * | [lldb] Let table gen create command option initializers. | Raphael Isemann | 2019-07-12 | 1 | -3/+2 |
| * | [FuncUnwinders] Use "symbol file" unwind plans for unwinding | Pavel Labath | 2019-05-24 | 1 | -1/+1 |
| * | Fix integer literals which are cast to bool | Jonas Devlieghere | 2019-05-24 | 1 | -1/+1 |
| * | FuncUnwinders: Add a new "SymbolFile" unwind plan | Pavel Labath | 2019-05-10 | 1 | -0/+8 |
| * | [CommandObject] Use GetDebugger() helper method (NFC) | Jonas Devlieghere | 2019-04-27 | 1 | -23/+22 |
| * | Lock accesses to OptionValueFileSpecList objects | Frederic Riss | 2019-04-23 | 1 | -1/+1 |
| * | FuncUnwinders: remove "current_offset" from function arguments | Pavel Labath | 2019-04-23 | 1 | -9/+9 |
| * | [NFC] Remove ASCII lines from comments | Jonas Devlieghere | 2019-04-10 | 1 | -60/+0 |
| * | Rename Target::GetSharedModule to Target::GetOrCreateModule. | Jason Molenda | 2019-04-08 | 1 | -3/+6 |
| * | Quiet command regex instructions during batch execution | Dave Lee | 2019-03-10 | 1 | -2/+2 |
| * | Resubmit r354706 with a fix for process launch. | Jim Ingham | 2019-03-01 | 1 | -6/+23 |
| * | Move Host/Symbols.cpp to Symbols/LocateSymbolFile.cpp | Zachary Turner | 2019-02-27 | 1 | -1/+1 |
| * | Revert r354706 - lit touched my thigh | Jim Ingham | 2019-02-23 | 1 | -23/+6 |
| * | Make sure that stop-hooks run asynchronously. | Jim Ingham | 2019-02-23 | 1 | -6/+23 |
| * | Move UnwindTable from ObjectFile to Module | Pavel Labath | 2019-02-14 | 1 | -2/+1 |
| * | Replace 'ap' with 'up' suffix in variable names. (NFC) | Jonas Devlieghere | 2019-02-13 | 1 | -10/+10 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Recommit "Add a verbose mode to "image dump line-table" and use it to write a... | Pavel Labath | 2019-01-17 | 1 | -4/+44 |
| * | [SymbolFile] Remove SymbolContext parameter from FindTypes. | Zachary Turner | 2019-01-14 | 1 | -13/+9 |
| * | Revert "Add a verbose mode to "image dump line-table" and use it to write a .... | Pavel Labath | 2019-01-10 | 1 | -44/+4 |
| * | Add a verbose mode to "image dump line-table" and use it to write a .debug_li... | Pavel Labath | 2019-01-10 | 1 | -4/+44 |
| * | Rename ObjectFile::GetHeaderAddress to GetBaseAddress | Pavel Labath | 2018-12-11 | 1 | -11/+11 |