summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/Args.cpp
Commit message (Expand)AuthorAgeFilesLines
* <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
* Re-organized the contents of RangeMap.h to be more concise and also allow for...Greg Clayton2011-10-071-8/+23
* ++ cannot be used to increment an enum, so do it another wayPeter Collingbourne2011-06-241-1/+1
* Centralized all of the format to c-string and to format character code insideGreg Clayton2011-06-231-51/+16
* Committing type format code for Enrico Granata.Greg Clayton2011-06-231-1/+1
* Added a new format for displaying an array of characters: eFormatCharArrayGreg Clayton2011-06-171-0/+2
* Added the ability to specify dumping options (show types, show location,Greg Clayton2011-04-281-26/+50
* Fixed the SymbolContext::DumpStopContext() to correctly indent and dumpGreg Clayton2011-04-231-0/+7
* Moved the execution context that was in the Debugger intoGreg Clayton2011-04-121-2/+39
* Fixed the LLDB build so that we can have private types, private enums andGreg Clayton2011-03-241-1/+1
* Added more platform support. There are now some new commands:Greg Clayton2011-03-191-0/+41
* Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener.Greg Clayton2011-01-081-2/+2
* Removed logging code that I accidentally left in after recent changes.Greg Clayton2010-12-191-3/+0
* Improved our argument parsing abilities to be able to handle stuff more likeGreg Clayton2010-12-191-117/+186
* Various fixes mostly relating to the User Settings stuff:Caroline Tice2010-12-101-0/+22
* Modify HandleCommand to not do any argument processing until it has determine...Caroline Tice2010-12-091-2/+20
* - Fix alias-building & resolving to properly handle optional arguments for co...Caroline Tice2010-12-071-22/+62
* Fix bug where alias command options were being duplicated as command argument...Caroline Tice2010-10-121-6/+28
* Add missing result.SetStatus, to allow aliases to be created withCaroline Tice2010-09-121-0/+1
* Remove use of STL collection class use of the "data()" method since it isn'tGreg Clayton2010-07-201-1/+1
* I enabled some extra warnings for hidden local variables and for hiddenGreg Clayton2010-07-141-4/+2
* Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton2010-07-091-4/+7
* Handle completing "-" and "--".Jim Ingham2010-06-241-13/+63
* Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.Jim Ingham2010-06-151-0/+1103
OpenPOWER on IntegriCloud