summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectSyntax.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Command] Remove dead code for the syntax command.Davide Italiano2018-03-231-103/+0
* Remove some more uses of Args::GetArgumentAtIndex.Zachary Turner2016-12-091-45/+41
* Update GenerateAdditionalHelpAvenues to take StringRef.Zachary Turner2016-11-161-1/+1
* One more fix for Printf. Apparently I fail at incremental builds.Zachary Turner2016-11-151-2/+2
* Convert some Args index-based iteration to range-style iteration.Zachary Turner2016-10-051-0/+2
* Convert CommandObject constructors to StringRef.Zachary Turner2016-10-051-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-83/+66
* When 'help' cannot find a command, produce additional help text that also poi...Enrico Granata2016-02-291-2/+12
* Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so...Eugene Zelenko2016-02-201-9/+4
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Break out of the command word parsing loop if we hitJason Molenda2014-10-171-0/+6
* Sort out a number of mismatched integer types in order to cut down the number...Andy Gibbs2013-06-191-1/+1
* <rdar://problem/13069948>Greg Clayton2013-01-251-1/+1
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
* <rdar://problem/12491387>Greg Clayton2012-10-131-5/+3
* Make raw & parsed commands subclasses of CommandObject rather than having the...Jim Ingham2012-06-081-9/+5
* Modify existing commands with arguments to use the new argument mechanismCaroline Tice2010-10-041-0/+12
* Fixed the way set/show variables were being accessed to being natively Greg Clayton2010-09-181-6/+6
* Make all debugger-level user settable variables into instance variables.Caroline Tice2010-09-091-1/+0
* Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton2010-07-091-45/+3
* Very large changes that were needed in order to allow multiple connectionsGreg Clayton2010-06-231-2/+2
* Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.Jim Ingham2010-06-151-2/+2
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+148
OpenPOWER on IntegriCloud