summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectTarget.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb/CommandInterpreter] Remove flag that's always true (NFC)Jonas Devlieghere2020-01-141-6/+2
* [lldb][NFC] Remove unnecessary includes in source/CommandsRaphael Isemann2019-12-161-2/+0
* [lldb][NFC] Migrate FileSpec::Dump to raw_ostreamRaphael Isemann2019-12-061-1/+1
* [lldb][NFC] Migrate to raw_ostream in ArchSpec::DumpTripleRaphael Isemann2019-12-041-2/+2
* [lldb] Remove FileSpec->CompileUnit inheritancePavel Labath2019-11-291-9/+8
* [lldb][NFC] Allow range-based for-loops on VariableListRaphael Isemann2019-11-251-23/+20
* [NFC] Refactor and improve comments in CommandObjectTargetAdrian McCarthy2019-11-211-145/+141
* [lldb] Add -m option to 'target modules dump symtab' to disable demanglingRaphael Isemann2019-11-071-4/+15
* Upstream diff from swift-lldb.Adrian Prantl2019-10-311-1/+1
* Run clang-format on lldb/source/Commands (NFC)Adrian Prantl2019-10-301-53/+49
* Modernize the rest of the Find.* API (NFC)Adrian Prantl2019-10-171-32/+32
* [Windows] Use information from the PE32 exceptions directory to construct unw...Aleksandr Urakov2019-10-111-0/+19
* Remove size_t return parameter from FindTypesAdrian Prantl2019-10-011-59/+57
* remove File::SetStream(), make new files instead.Lawrence D'Anna2019-09-271-3/+3
* [lldb][NFC] Remove ArgEntry::ref memberRaphael Isemann2019-09-131-8/+8
* [lldb] Unify target checking in CommandObjectRaphael Isemann2019-08-311-704/+626
* [lldb][NFC] Remove dead code that handles situations where LLDB has no dummy ...Raphael Isemann2019-08-261-110/+88
* [lldb][NFC] Remove dead code that is supposed to handle invalid command optionsRaphael Isemann2019-08-221-7/+5
* [lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and re...Raphael Isemann2019-08-221-20/+15
* [Driver] Expand the executable path in the target create outputJonas Devlieghere2019-08-071-1/+2
* SymbolVendor: Remove passthrough methodsPavel Labath2019-08-061-7/+5
* Remove SymbolVendor::GetSymtabPavel Labath2019-08-051-45/+38
* SymbolVendor: Introduce Module::GetSymbolFilePavel Labath2019-08-021-49/+45
* Format OptionEnumValueElement (NFC)Jonas Devlieghere2019-08-021-11/+33
* [lldb] Also include the array definition in CommandOptions.incRaphael Isemann2019-07-281-24/+8
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-3/+4
* [lldb][NFC] Tablegenify targetRaphael Isemann2019-07-191-66/+13
* [lldb] Rename Options.inc to CommandOptions.inc [NFC]Raphael Isemann2019-07-161-1/+1
* [lldb] Let table gen create command option initializers.Raphael Isemann2019-07-121-3/+2
* [FuncUnwinders] Use "symbol file" unwind plans for unwindingPavel Labath2019-05-241-1/+1
* Fix integer literals which are cast to boolJonas Devlieghere2019-05-241-1/+1
* FuncUnwinders: Add a new "SymbolFile" unwind planPavel Labath2019-05-101-0/+8
* [CommandObject] Use GetDebugger() helper method (NFC)Jonas Devlieghere2019-04-271-23/+22
* Lock accesses to OptionValueFileSpecList objectsFrederic Riss2019-04-231-1/+1
* FuncUnwinders: remove "current_offset" from function argumentsPavel Labath2019-04-231-9/+9
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-60/+0
* Rename Target::GetSharedModule to Target::GetOrCreateModule.Jason Molenda2019-04-081-3/+6
* Quiet command regex instructions during batch executionDave Lee2019-03-101-2/+2
* Resubmit r354706 with a fix for process launch.Jim Ingham2019-03-011-6/+23
* Move Host/Symbols.cpp to Symbols/LocateSymbolFile.cppZachary Turner2019-02-271-1/+1
* Revert r354706 - lit touched my thighJim Ingham2019-02-231-23/+6
* Make sure that stop-hooks run asynchronously.Jim Ingham2019-02-231-6/+23
* Move UnwindTable from ObjectFile to ModulePavel Labath2019-02-141-2/+1
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-10/+10
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Recommit "Add a verbose mode to "image dump line-table" and use it to write a...Pavel Labath2019-01-171-4/+44
* [SymbolFile] Remove SymbolContext parameter from FindTypes.Zachary Turner2019-01-141-13/+9
* Revert "Add a verbose mode to "image dump line-table" and use it to write a ....Pavel Labath2019-01-101-44/+4
* Add a verbose mode to "image dump line-table" and use it to write a .debug_li...Pavel Labath2019-01-101-4/+44
* Rename ObjectFile::GetHeaderAddress to GetBaseAddressPavel Labath2018-12-111-11/+11