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
/
Commands
/
CommandObjectExpression.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make raw & parsed commands subclasses of CommandObject rather than having the...
Jim Ingham
2012-06-08
1
-13
/
+4
*
There is no need to hold onto an ExecutionContext as a member variable.
Greg Clayton
2012-01-27
1
-1
/
+0
*
Updated all commands that use a "--format" / "-f" options to use the new
Greg Clayton
2011-10-25
1
-16
/
+18
*
More prompt-timing cleanups: Make multi-line expressions
Caroline Tice
2011-06-13
1
-2
/
+2
*
Add support for "dynamic values" for C++ classes. This currently only works ...
Jim Ingham
2011-04-16
1
-0
/
+1
*
Added two new classes for command options:
Greg Clayton
2011-04-13
1
-2
/
+2
*
Modified the ArchSpec to take an optional "Platform *" when setting the triple.
Greg Clayton
2011-04-07
1
-1
/
+1
*
Fixed the LLDB build so that we can have private types, private enums and
Greg Clayton
2011-03-24
1
-2
/
+2
*
Added the equivalent of gdb's "unwind-on-signal" to the expression command, a...
Jim Ingham
2010-11-05
1
-0
/
+1
*
Moved expression evaluation from CommandObjectExpression into
Greg Clayton
2010-10-05
1
-1
/
+0
*
Add "-o" option to "expression" which prints the object description if availa...
Jim Ingham
2010-09-30
1
-0
/
+1
*
Fixed the way set/show variables were being accessed to being natively
Greg Clayton
2010-09-18
1
-5
/
+3
*
Small help text fixes, to make it more consistent and accurate.
Caroline Tice
2010-09-07
1
-1
/
+1
*
Modified CommandObjectExpression::EvaluateExpression() so that it takes an
Johnny Chen
2010-08-13
1
-3
/
+4
*
Removed the -i option from the expr command, and
Sean Callanan
2010-08-06
1
-1
/
+0
*
Added the temporary -i option to expr, which
Sean Callanan
2010-06-23
1
-0
/
+1
*
Very large changes that were needed in order to allow multiple connections
Greg Clayton
2010-06-23
1
-7
/
+5
*
Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.
Jim Ingham
2010-06-15
1
-1
/
+1
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
1
-0
/
+105