summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectTarget.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* Remove header grouping comments.Jonas Devlieghere2018-11-111-3/+0
* Add a target modules dump ast command.Zachary Turner2018-11-051-6/+89
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-8/+11
* [FileSystem] Remove Exists() from FileSpecJonas Devlieghere2018-11-011-8/+10
* [FileSystem] Remove GetPermissions() and Readable() from FileSpecJonas Devlieghere2018-11-011-3/+3
* Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...Tatyana Krasnukha2018-09-261-55/+53
* [target] Change target create's behavior wrt loading dependent files.Jonas Devlieghere2018-09-201-12/+73
* [NFC] Turn "load dependent files" boolean into an enumJonas Devlieghere2018-09-201-1/+2
* Check result after setting PC value.Tatyana Krasnukha2018-08-071-3/+8
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-1/+1
* Narrow the CompletionRequest API to being append-only.Raphael Isemann2018-07-271-5/+5
* Replaced more boilerplate code with CompletionRequest (NFC)Raphael Isemann2018-07-131-48/+6
* Refactoring for for the internal command line completion API (NFC)Raphael Isemann2018-07-021-56/+61
* [FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere2018-06-131-3/+4
* Remove append parameter to FindGlobalVariablesPavel Labath2018-05-311-5/+5
OpenPOWER on IntegriCloud