index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
source
/
Interpreter
/
Args.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
<rdar://problem/12820334>
Greg Clayton
2012-12-06
1
-4
/
+102
*
Define isprint8() wrapper around isprint() in order to avoid crashes on Linux
Daniel Malea
2012-12-05
1
-2
/
+2
*
Fix Linux build warnings due to redefinition of macros:
Daniel Malea
2012-12-05
1
-0
/
+2
*
<rdar://problem/12798131>
Greg Clayton
2012-12-04
1
-13
/
+17
*
Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...
Greg Clayton
2012-09-18
1
-9
/
+0
*
Made it so changes to the prompt via "settings set prompt" get noticed by the...
Greg Clayton
2012-09-01
1
-0
/
+134
*
Added Args::StringForEncoding(), Args::StringToGenericRegister() and centrali...
Greg Clayton
2012-08-24
1
-0
/
+54
*
Handle backslash protection inside unquoted commands like:
Jim Ingham
2012-07-21
1
-1
/
+12
*
Patch from Viktor Kutuzov: changes the method declarations to const for the A...
Greg Clayton
2012-04-25
1
-2
/
+2
*
<rdar://problem/11052829>
Greg Clayton
2012-03-15
1
-0
/
+8
*
rdar://problem/10712130
Johnny Chen
2012-01-19
1
-12
/
+3
*
Added a new class to Process.h: ProcessAttachInfo. This class contains enough
Greg Clayton
2011-11-15
1
-0
/
+20
*
Modified all Process::Launch() calls to use a ProcessLaunchInfo structure
Greg Clayton
2011-11-03
1
-3
/
+35
*
Cleaned up many error codes. For any who is filling in error strings into
Greg Clayton
2011-10-26
1
-4
/
+4
*
Re-organized the contents of RangeMap.h to be more concise and also allow for...
Greg Clayton
2011-10-07
1
-8
/
+23
*
++ cannot be used to increment an enum, so do it another way
Peter Collingbourne
2011-06-24
1
-1
/
+1
*
Centralized all of the format to c-string and to format character code inside
Greg Clayton
2011-06-23
1
-51
/
+16
*
Committing type format code for Enrico Granata.
Greg Clayton
2011-06-23
1
-1
/
+1
*
Added a new format for displaying an array of characters: eFormatCharArray
Greg Clayton
2011-06-17
1
-0
/
+2
*
Added the ability to specify dumping options (show types, show location,
Greg Clayton
2011-04-28
1
-26
/
+50
*
Fixed the SymbolContext::DumpStopContext() to correctly indent and dump
Greg Clayton
2011-04-23
1
-0
/
+7
*
Moved the execution context that was in the Debugger into
Greg Clayton
2011-04-12
1
-2
/
+39
*
Fixed the LLDB build so that we can have private types, private enums and
Greg Clayton
2011-03-24
1
-1
/
+1
*
Added more platform support. There are now some new commands:
Greg Clayton
2011-03-19
1
-0
/
+41
*
Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener.
Greg Clayton
2011-01-08
1
-2
/
+2
*
Removed logging code that I accidentally left in after recent changes.
Greg Clayton
2010-12-19
1
-3
/
+0
*
Improved our argument parsing abilities to be able to handle stuff more like
Greg Clayton
2010-12-19
1
-117
/
+186
*
Various fixes mostly relating to the User Settings stuff:
Caroline Tice
2010-12-10
1
-0
/
+22
*
Modify HandleCommand to not do any argument processing until it has determine...
Caroline Tice
2010-12-09
1
-2
/
+20
*
- Fix alias-building & resolving to properly handle optional arguments for co...
Caroline Tice
2010-12-07
1
-22
/
+62
*
Fix bug where alias command options were being duplicated as command argument...
Caroline Tice
2010-10-12
1
-6
/
+28
*
Add missing result.SetStatus, to allow aliases to be created with
Caroline Tice
2010-09-12
1
-0
/
+1
*
Remove use of STL collection class use of the "data()" method since it isn't
Greg Clayton
2010-07-20
1
-1
/
+1
*
I enabled some extra warnings for hidden local variables and for hidden
Greg Clayton
2010-07-14
1
-4
/
+2
*
Merged Eli Friedman's linux build changes where he added Makefile files that
Greg Clayton
2010-07-09
1
-4
/
+7
*
Handle completing "-" and "--".
Jim Ingham
2010-06-24
1
-13
/
+63
*
Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.
Jim Ingham
2010-06-15
1
-0
/
+1103