summaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectTarget.cpp
AgeCommit message (Expand)Author
2019-11-29[lldb] Remove FileSpec->CompileUnit inheritancePavel Labath
2019-11-25[lldb][NFC] Allow range-based for-loops on VariableListRaphael Isemann
2019-11-21[NFC] Refactor and improve comments in CommandObjectTargetAdrian McCarthy
2019-11-07[lldb] Add -m option to 'target modules dump symtab' to disable demanglingRaphael Isemann
2019-10-31Upstream diff from swift-lldb.Adrian Prantl
2019-10-30Run clang-format on lldb/source/Commands (NFC)Adrian Prantl
2019-10-17Modernize the rest of the Find.* API (NFC)Adrian Prantl
2019-10-11[Windows] Use information from the PE32 exceptions directory to construct unw...Aleksandr Urakov
2019-10-01Remove size_t return parameter from FindTypesAdrian Prantl
2019-09-27remove File::SetStream(), make new files instead.Lawrence D'Anna
2019-09-13[lldb][NFC] Remove ArgEntry::ref memberRaphael Isemann
2019-08-31[lldb] Unify target checking in CommandObjectRaphael Isemann
2019-08-26[lldb][NFC] Remove dead code that handles situations where LLDB has no dummy ...Raphael Isemann
2019-08-22[lldb][NFC] Remove dead code that is supposed to handle invalid command optionsRaphael Isemann
2019-08-22[lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and re...Raphael Isemann
2019-08-07[Driver] Expand the executable path in the target create outputJonas Devlieghere
2019-08-06SymbolVendor: Remove passthrough methodsPavel Labath
2019-08-05Remove SymbolVendor::GetSymtabPavel Labath
2019-08-02SymbolVendor: Introduce Module::GetSymbolFilePavel Labath
2019-08-02Format OptionEnumValueElement (NFC)Jonas Devlieghere
2019-07-28[lldb] Also include the array definition in CommandOptions.incRaphael Isemann
2019-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere
2019-07-19[lldb][NFC] Tablegenify targetRaphael Isemann
2019-07-16[lldb] Rename Options.inc to CommandOptions.inc [NFC]Raphael Isemann
2019-07-12[lldb] Let table gen create command option initializers.Raphael Isemann
2019-05-24[FuncUnwinders] Use "symbol file" unwind plans for unwindingPavel Labath
2019-05-24Fix integer literals which are cast to boolJonas Devlieghere
2019-05-10FuncUnwinders: Add a new "SymbolFile" unwind planPavel Labath
2019-04-27[CommandObject] Use GetDebugger() helper method (NFC)Jonas Devlieghere
2019-04-23Lock accesses to OptionValueFileSpecList objectsFrederic Riss
2019-04-23FuncUnwinders: remove "current_offset" from function argumentsPavel Labath
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-04-08Rename Target::GetSharedModule to Target::GetOrCreateModule.Jason Molenda
2019-03-10Quiet command regex instructions during batch executionDave Lee
2019-03-01Resubmit r354706 with a fix for process launch.Jim Ingham
2019-02-27Move Host/Symbols.cpp to Symbols/LocateSymbolFile.cppZachary Turner
2019-02-23Revert r354706 - lit touched my thighJim Ingham
2019-02-23Make sure that stop-hooks run asynchronously.Jim Ingham
2019-02-14Move UnwindTable from ObjectFile to ModulePavel Labath
2019-02-13Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-17Recommit "Add a verbose mode to "image dump line-table" and use it to write a...Pavel Labath
2019-01-14[SymbolFile] Remove SymbolContext parameter from FindTypes.Zachary Turner
2019-01-10Revert "Add a verbose mode to "image dump line-table" and use it to write a ....Pavel Labath
2019-01-10Add a verbose mode to "image dump line-table" and use it to write a .debug_li...Pavel Labath
2018-12-11Rename ObjectFile::GetHeaderAddress to GetBaseAddressPavel Labath
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-11-05Add a target modules dump ast command.Zachary Turner
2018-11-01[FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere
2018-11-01[FileSystem] Remove Exists() from FileSpecJonas Devlieghere