summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectTarget.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use the UUID from the minidump's CodeView Record for placeholder modulesLeonard Mosescu2018-05-021-0/+4
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-49/+40
* Improve LLDB's handling of non-local minidumpsLeonard Mosescu2018-04-181-1/+2
* Move Args.cpp from Interpreter to UtilityPavel Labath2018-04-171-1/+1
* Move Args::StringTo*** functions to a new OptionArgParser classPavel Labath2018-04-101-7/+8
* Re-land: [lldb] Use vFlash commands when writing to target's flash memory reg...Pavel Labath2018-03-201-1/+25
* Remove custom TimePoint-formatting codePavel Labath2017-11-271-20/+3
* Remove extra minuses from command optionTatyana Krasnukha2017-11-221-1/+1
* Implement interactive command interruptionLeonard Mosescu2017-10-051-0/+14
* Revert patch r313904, as it breaks "command source" and in Jim Ingham2017-09-281-14/+0
* [LLDB] Implement interactive command interruptionAdrian McCarthy2017-09-211-0/+14
* Extend 'target symbols add' to load symbols from a given moduleEugene Zemtsov2017-07-241-4/+9
* Move Timer and TraceOptions from Core to UtilityPavel Labath2017-06-291-1/+1
* Add debug_frame section supportPavel Labath2017-06-271-0/+17
* Remove an expensive lock from TimerPavel Labath2017-05-151-2/+2
* Rename Error -> Status.Zachary Turner2017-05-121-22/+22
* Delete some more dead includes.Zachary Turner2017-03-221-0/+1
* Resubmit FileSystem changes.Zachary Turner2017-03-081-2/+5
* Revert "Use LLVM for all stat-related functionality."Pavel Labath2017-03-071-5/+2
* Use LLVM for all stat-related functionality.Zachary Turner2017-03-071-2/+5
* Provide option to set pc of the file loaded in memory.Hafiz Abid Qadeer2017-01-241-3/+9
* Provide a substitute to load command of gdb.Hafiz Abid Qadeer2017-01-191-0/+28
* Change CreateTarget and dependents to accept StringRef.Zachary Turner2016-11-181-1/+1
* Convert Platform, Process, and Connection functions to StringRef.Zachary Turner2016-11-171-1/+1
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-5/+5
* Remove TimeValue classPavel Labath2016-11-161-1/+19
* Make Options::SetOptionValue take a StringRef.Zachary Turner2016-11-121-30/+21
* Remove TimeValue usage from lldb/InterpreterPavel Labath2016-11-091-0/+1
OpenPOWER on IntegriCloud