summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectPlugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-1/+2
* Narrow the CompletionRequest API to being append-only.Raphael Isemann2018-07-271-1/+1
* Replaced more boilerplate code with CompletionRequest (NFC)Raphael Isemann2018-07-131-8/+1
* Refactoring for for the internal command line completion API (NFC)Raphael Isemann2018-07-021-11/+11
* Rename Error -> Status.Zachary Turner2017-05-121-1/+1
* Remove some more uses of Args::GetArgumentAtIndex.Zachary Turner2016-12-091-6/+4
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-77/+64
* Decoupled Options from CommandInterpreter.Todd Fiala2016-08-111-2/+2
* LLDB help content has accumulated over time without a recent attempt toKate Stone2016-07-141-5/+3
* Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so...Eugene Zelenko2016-02-201-24/+21
* commands: Use override instead of virtual.Bruce Mitchener2015-10-071-3/+3
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Fixed internal code to not link against and code from "lldb/API/*". Greg Clayton2013-12-021-6/+0
* <rdar://problem/13209140>Enrico Granata2013-04-241-1/+4
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
* Implementing plugins that provide commands.Enrico Granata2012-09-281-0/+117
OpenPOWER on IntegriCloud