summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/Args.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Fixed a ton of gcc compile warningsVince Harron2015-05-131-1/+1
* Fix a problem where 'process launch' was not correctly re-quoting arguments f...Enrico Granata2015-04-101-1/+2
* Fix a bug related to arg escaping, and add unit tests.Zachary Turner2015-03-141-1/+1
* Fix build breakage on win7-msvc caused by r230955Pavel Labath2015-03-021-2/+1
* Fix handling of backslashes in Args parsingPavel Labath2015-03-021-204/+139
* Handle trailing spaces on "settings set" command more correctlyPavel Labath2015-02-161-19/+17
* Don't remove backslashes from arguments unless the following char is recognized.Zachary Turner2015-01-201-11/+9
* Moved Args::StringToXIntYZ to StringConvert::ToXIntYZVince Harron2015-01-151-74/+2
* Add support for character option types.Zachary Turner2015-01-121-0/+20
* It's possible for long_options[long_options_index].definition to be nullJason Molenda2014-10-161-1/+1
* Reverse out r219169 related to quote handling.Todd Fiala2014-10-101-43/+1
* In cases where you'd use an expression to get a value to insert in a command,...Enrico Granata2014-10-091-4/+7
* Add "target.expr-parser-compiler-args" setting.Todd Fiala2014-10-061-1/+43
* A quoted - is not the beginning of an option, and should not be completed as ...Jim Ingham2014-08-271-0/+2
* Revert "Fix broken tests due to new error output."Zachary Turner2014-07-091-15/+30
* Fix broken tests due to new error output.Todd Fiala2014-07-081-30/+15
* Invalidate process UID/GID-related command options on Windows.Zachary Turner2014-07-071-15/+30
* Args::StringToGenericRegister will now accept "lr" as Jason Molenda2014-05-091-1/+1
* Rename eExecution*** to eExpression*** to be consistent with the result type.Jim Ingham2014-05-051-1/+1
* Make the Expression Execution result enum available to the SB API layer.Jim Ingham2014-05-051-1/+1
* Switch NULL to C++11 nullptr in source/InterpreterEd Maste2014-04-201-36/+36
* Cleanup the code a bit.Greg Clayton2014-04-071-1/+1
* sanitise sign comparisonsSaleem Abdulrasool2014-04-021-3/+3
* This patch does a couple of things. Jim Ingham2013-11-071-1/+1
* Roll back the changes I made in r193907 which created a new FrameJason Molenda2013-11-041-1/+1
* Add a new base class, Frame. It is a pure virtual function whichJason Molenda2013-11-021-1/+1
* Add OptionParser.hVirgile Bello2013-09-051-79/+60
* MingW compilation (windows). Includes various refactoring to improve portabil...Virgile Bello2013-08-231-0/+3
* Fix a missing pointer deref that was uncovered by one of the buildbots.Adrian Prantl2013-06-181-1/+1
* Fix linux argument completion with for "--" options (llvm.org/bugs/pr14425)Daniel Malea2013-04-231-2/+1
* <rdar://problem/13457391>Greg Clayton2013-04-041-16/+19
* <rdar://problem/13384801>Greg Clayton2013-04-031-5/+6
* <rdar://problem/13184855>Greg Clayton2013-03-051-0/+27
* <rdar://problem/12978143>Enrico Granata2013-01-281-1/+1
* <rdar://problem/13069948>Greg Clayton2013-01-251-20/+20
* <rdar://problem/12820334>Greg Clayton2012-12-061-4/+102
* Define isprint8() wrapper around isprint() in order to avoid crashes on LinuxDaniel Malea2012-12-051-2/+2
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
* <rdar://problem/12798131> Greg Clayton2012-12-041-13/+17
* Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...Greg Clayton2012-09-181-9/+0
* Made it so changes to the prompt via "settings set prompt" get noticed by the...Greg Clayton2012-09-011-0/+134
* Added Args::StringForEncoding(), Args::StringToGenericRegister() and centrali...Greg Clayton2012-08-241-0/+54
* Handle backslash protection inside unquoted commands like:Jim Ingham2012-07-211-1/+12
* Patch from Viktor Kutuzov: changes the method declarations to const for the A...Greg Clayton2012-04-251-2/+2
* <rdar://problem/11052829>Greg Clayton2012-03-151-0/+8
* rdar://problem/10712130Johnny Chen2012-01-191-12/+3
* Added a new class to Process.h: ProcessAttachInfo. This class contains enoughGreg Clayton2011-11-151-0/+20
* Modified all Process::Launch() calls to use a ProcessLaunchInfo structureGreg Clayton2011-11-031-3/+35
* Cleaned up many error codes. For any who is filling in error strings intoGreg Clayton2011-10-261-4/+4
OpenPOWER on IntegriCloud