summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectTarget.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove TimeValue usage from Core/ModulePavel Labath2016-11-091-6/+5
* Clean up the stop printing header lines.Jim Ingham2016-11-081-1/+2
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-1/+1
* Convert some Args index-based iteration to range-style iteration.Zachary Turner2016-10-051-60/+58
* Update OptionGroup::SetValue to take StringRef.Zachary Turner2016-09-231-2/+2
* Try to fix build errors on Android.Zachary Turner2016-09-221-5/+5
* Convert option tables to ArrayRefs.Zachary Turner2016-09-221-108/+93
* Make lldb::Regex use StringRef.Zachary Turner2016-09-211-4/+5
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-4700/+4111
* Tables of command options in LLDB benefit from hand-formatting to make itKate Stone2016-08-261-60/+57
* Decoupled Options from CommandInterpreter.Todd Fiala2016-08-111-45/+59
* Delete Host/windows/win32.hZachary Turner2016-08-091-1/+1
* LLDB help content has accumulated over time without a recent attempt toKate Stone2016-07-141-43/+33
* Added support for thread local variables on all Apple OS variants.Greg Clayton2016-07-011-0/+5
* second pass over removal of Mutex and ConditionSaleem Abdulrasool2016-05-191-8/+8
* remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool2016-05-181-6/+11
* Implement `target modules dump objfile`Adrian McCarthy2016-04-041-6/+106
* Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so...Eugene Zelenko2016-02-251-412/+295
* Fix "target modules add -s <filename>" to work if the file doesn't exist loca...Greg Clayton2016-02-251-1/+1
* Now that SymbolFileDWARF supports having types in completely separate .pcm fi...Greg Clayton2016-02-101-2/+4
* Commands: silence dumb -Wextra warning from GCCSaleem Abdulrasool2016-01-221-5/+5
* Add support for "source info" and use it to fix MI's -symbol-list-lines.Dawn Perchik2016-01-051-1/+2
* Enable saving of mini dumps with lldb process save-core.Adrian McCarthy2015-11-201-1/+1
* Revert "FOO"Adrian McCarthy2015-11-201-1/+1
* FOOAdrian McCarthy2015-11-201-1/+1
* ArchSpec: fix unintentional promotion of unspecified unknowns to specified un...Todd Fiala2015-10-131-6/+10
* commands: Use override instead of virtual.Bruce Mitchener2015-10-071-163/+125
* Fix minor typos in comments.Bruce Mitchener2015-10-071-2/+2
* Add support for .ARM.exidx unwind informationTamas Berghammer2015-09-301-0/+8
* Revert 248366 "Testcase and fix for bug 24074"Enrico Granata2015-09-231-0/+1
* Testcase and fix for bug 24074Ravitheja Addepally2015-09-231-1/+0
* Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton2015-08-241-4/+4
* Add another log to the Host channel for loggingJason Molenda2015-07-311-0/+6
* When the user specifies a corefile that is not readable,Jason Molenda2015-06-261-0/+6
* Resubmitting 240466 after fixing the linux test suite failures.Greg Clayton2015-06-251-8/+7
* Improve instruction emulation based stack unwinding on ARMTamas Berghammer2015-06-241-1/+1
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Add support for custom commands to set flags on themselvesEnrico Granata2015-05-271-8/+8
* Fix -Wsign-compare warningDavid Blaikie2015-03-271-1/+1
* Add a --all command option to "target delete".Zachary Turner2015-03-261-55/+64
* Add SymbolVendor::GetMainFileSpec and simplify CommandObjectTargetModulesList...Ilia K2015-03-101-16/+12
* Reduce header footprint of Target.hZachary Turner2015-03-031-0/+1
* Introduce the notion of "runtime support values"Enrico Granata2015-02-111-0/+4
* Fixed the failing test:Greg Clayton2015-01-281-48/+61
OpenPOWER on IntegriCloud