summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/Options.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix broken tests due to new error output."Zachary Turner2014-07-091-19/+28
* Fix broken tests due to new error output.Todd Fiala2014-07-081-28/+19
* Invalidate process UID/GID-related command options on Windows.Zachary Turner2014-07-071-18/+27
* Adds the notion of an OptionValidator.Zachary Turner2014-07-031-1/+1
* Switch NULL to C++11 nullptr in source/InterpreterEd Maste2014-04-201-18/+18
* sanitise sign comparisonsSaleem Abdulrasool2014-04-021-1/+1
* Don't crash when trying to auto complete 'breakpoint set -n "_'Greg Clayton2014-01-291-1/+1
* Add OptionParser.hVirgile Bello2013-09-051-8/+8
* merge lldb-platform-work branch (and assorted fixes) into trunkDaniel Malea2013-08-261-0/+12
* Fix some more mismatched integer types causing compiler warnings.Andy Gibbs2013-06-241-1/+1
* Sort out a number of mismatched integer types in order to cut down the number...Andy Gibbs2013-06-191-5/+5
* Fixed some linux buildbot warnings.Greg Clayton2013-04-191-2/+1
* After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton2013-04-181-1/+1
* Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton2013-04-181-1/+1
* <rdar://problem/13457391>Greg Clayton2013-04-041-3/+3
* Define isprint8() wrapper around isprint() in order to avoid crashes on LinuxDaniel Malea2012-12-051-6/+6
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
* <rdar://problem/12798131> Greg Clayton2012-12-041-123/+149
* Added new options to "target create" and "target modules add".Greg Clayton2012-11-301-2/+6
* Bunch of cleanups for warnings found by the llvm static analyzer.Jim Ingham2012-10-121-2/+4
* Refine the 'watchpoint set' command to now require either the '-v' option (fo...Johnny Chen2012-02-081-2/+6
* Fixed the help text for raw commands like "expr"Sean Callanan2012-01-041-0/+15
* Fixed some warnings after enabling some stricter warnings in the Xcode projectGreg Clayton2011-10-311-3/+1
* Fixed the "expression" command when it comes to using it with the new GDB formatGreg Clayton2011-10-291-51/+75
* Adopt the intrusive pointers in:Greg Clayton2011-09-171-1/+1
* Added a new OptionValue subclass for lldb::Format: OptionValueFormat. AddedGreg Clayton2011-04-271-0/+12
* Added auto completion for architecture names and for platforms.Greg Clayton2011-04-131-36/+57
* Added two new classes for command options:Greg Clayton2011-04-131-2/+85
* Modified the ArchSpec to take an optional "Platform *" when setting the triple.Greg Clayton2011-04-071-9/+6
* Many improvements to the Platform base class and subclasses. The base PlatformGreg Clayton2011-03-301-2/+3
* Fixed the LLDB build so that we can have private types, private enums andGreg Clayton2011-03-241-4/+4
* Fixed an issue where we were resolving paths when we should have been.Greg Clayton2010-10-201-1/+1
* Modify command options to use the new arguments mechanism. Now all command o...Caroline Tice2010-10-011-14/+22
* Add infrastructure for standardizing arguments for commands andCaroline Tice2010-10-011-0/+7
* Make the short option print out before the long option in the Caroline Tice2010-09-201-2/+2
* General command line help cleanup:Greg Clayton2010-09-181-13/+76
* Fixed the way set/show variables were being accessed to being natively Greg Clayton2010-09-181-12/+6
* Modify the command options help generation so that required optionsCaroline Tice2010-09-091-34/+75
* Make all debugger-level user settable variables into instance variables.Caroline Tice2010-09-091-1/+3
* This is a very large commit that completely re-does the way lldbCaroline Tice2010-09-041-1/+7
* Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selec...Jim Ingham2010-08-261-1/+1
* Remove use of STL collection class use of the "data()" method since it isn'tGreg Clayton2010-07-201-1/+4
* I enabled some extra warnings for hidden local variables and for hiddenGreg Clayton2010-07-141-9/+9
* Add a source file completer to the CommandCompleters.Jim Ingham2010-06-301-0/+6
* Convert direct access to the required & optional option sets to an accessor s...Jim Ingham2010-06-241-10/+35
* Very large changes that were needed in order to allow multiple connectionsGreg Clayton2010-06-231-20/+20
* Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.Jim Ingham2010-06-151-0/+734
OpenPOWER on IntegriCloud