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
...
*
Don't #include "lldb-python.h" from anywhere.
Zachary Turner
2015-05-29
1
-2
/
+0
*
Fixed a ton of gcc compile warnings
Vince Harron
2015-05-13
1
-1
/
+1
*
Fix a problem where 'process launch' was not correctly re-quoting arguments f...
Enrico Granata
2015-04-10
1
-1
/
+2
*
Fix a bug related to arg escaping, and add unit tests.
Zachary Turner
2015-03-14
1
-1
/
+1
*
Fix build breakage on win7-msvc caused by r230955
Pavel Labath
2015-03-02
1
-2
/
+1
*
Fix handling of backslashes in Args parsing
Pavel Labath
2015-03-02
1
-204
/
+139
*
Handle trailing spaces on "settings set" command more correctly
Pavel Labath
2015-02-16
1
-19
/
+17
*
Don't remove backslashes from arguments unless the following char is recognized.
Zachary Turner
2015-01-20
1
-11
/
+9
*
Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ
Vince Harron
2015-01-15
1
-74
/
+2
*
Add support for character option types.
Zachary Turner
2015-01-12
1
-0
/
+20
*
It's possible for long_options[long_options_index].definition to be null
Jason Molenda
2014-10-16
1
-1
/
+1
*
Reverse out r219169 related to quote handling.
Todd Fiala
2014-10-10
1
-43
/
+1
*
In cases where you'd use an expression to get a value to insert in a command,...
Enrico Granata
2014-10-09
1
-4
/
+7
*
Add "target.expr-parser-compiler-args" setting.
Todd Fiala
2014-10-06
1
-1
/
+43
*
A quoted - is not the beginning of an option, and should not be completed as ...
Jim Ingham
2014-08-27
1
-0
/
+2
*
Revert "Fix broken tests due to new error output."
Zachary Turner
2014-07-09
1
-15
/
+30
*
Fix broken tests due to new error output.
Todd Fiala
2014-07-08
1
-30
/
+15
*
Invalidate process UID/GID-related command options on Windows.
Zachary Turner
2014-07-07
1
-15
/
+30
*
Args::StringToGenericRegister will now accept "lr" as
Jason Molenda
2014-05-09
1
-1
/
+1
*
Rename eExecution*** to eExpression*** to be consistent with the result type.
Jim Ingham
2014-05-05
1
-1
/
+1
*
Make the Expression Execution result enum available to the SB API layer.
Jim Ingham
2014-05-05
1
-1
/
+1
*
Switch NULL to C++11 nullptr in source/Interpreter
Ed Maste
2014-04-20
1
-36
/
+36
*
Cleanup the code a bit.
Greg Clayton
2014-04-07
1
-1
/
+1
*
sanitise sign comparisons
Saleem Abdulrasool
2014-04-02
1
-3
/
+3
*
This patch does a couple of things.
Jim Ingham
2013-11-07
1
-1
/
+1
*
Roll back the changes I made in r193907 which created a new Frame
Jason Molenda
2013-11-04
1
-1
/
+1
*
Add a new base class, Frame. It is a pure virtual function which
Jason Molenda
2013-11-02
1
-1
/
+1
*
Add OptionParser.h
Virgile Bello
2013-09-05
1
-79
/
+60
*
MingW compilation (windows). Includes various refactoring to improve portabil...
Virgile Bello
2013-08-23
1
-0
/
+3
*
Fix a missing pointer deref that was uncovered by one of the buildbots.
Adrian Prantl
2013-06-18
1
-1
/
+1
*
Fix linux argument completion with for "--" options (llvm.org/bugs/pr14425)
Daniel Malea
2013-04-23
1
-2
/
+1
*
<rdar://problem/13457391>
Greg Clayton
2013-04-04
1
-16
/
+19
*
<rdar://problem/13384801>
Greg Clayton
2013-04-03
1
-5
/
+6
*
<rdar://problem/13184855>
Greg Clayton
2013-03-05
1
-0
/
+27
*
<rdar://problem/12978143>
Enrico Granata
2013-01-28
1
-1
/
+1
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-20
/
+20
*
<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
[prev]
[next]