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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typos.
Bruce Mitchener
2014-07-01
1
-1
/
+1
*
lldb: remove adhoc implementation of array_sizeof
Saleem Abdulrasool
2014-06-27
1
-1
/
+2
*
A fix for: http://llvm.org/bugs/show_bug.cgi?id=19241
Greg Clayton
2014-03-25
1
-1
/
+1
*
JITed functions can now have debug info and be debugged with debug and source...
Greg Clayton
2014-03-24
1
-0
/
+6
*
Cleanup some dead assignements reported by scan-build
Arnaud A. de Grandmaison
2014-03-22
1
-7
/
+3
*
One more time. Multi-line expressions when there is no valid expression that ...
Greg Clayton
2014-03-13
1
-1
/
+1
*
Fixed crasher when “expr” was NULL due to no characters following the ter...
Greg Clayton
2014-03-13
1
-1
/
+1
*
Allow a multi-line expression to follow expression commands with options when...
Greg Clayton
2014-03-13
1
-19
/
+32
*
Allow line numbers to be shown in multi-line expressions.
Greg Clayton
2014-03-07
1
-0
/
+1
*
When a multiline expression produces output, the multi-line help message is p...
Greg Clayton
2014-02-11
1
-12
/
+7
*
Merging the iohandler branch back into main.
Greg Clayton
2014-01-27
1
-107
/
+63
*
The default timeout for EvaluateExpressionOptions is not 0, so if no timeout ...
Jim Ingham
2014-01-17
1
-0
/
+2
*
This patch does a couple of things.
Jim Ingham
2013-11-07
1
-7
/
+7
*
Added a "--debug" option to the "expression" command.
Greg Clayton
2013-11-04
1
-2
/
+13
*
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
*
<rdar://problem/14393032>
Enrico Granata
2013-09-30
1
-4
/
+25
*
Add OptionParser.h
Virgile Bello
2013-09-05
1
-4
/
+4
*
Send a stop event when an expression stops at a breakpoint
Sean Callanan
2013-07-30
1
-30
/
+1
*
For "expr", say what the timeout units are in the help string.
Jim Ingham
2013-05-29
1
-1
/
+1
*
Fix the help for unwind-on-error, it no longer controls what happens when an ...
Jim Ingham
2013-04-09
1
-1
/
+1
*
Our commands that end up displaying a ValueObject as part of their workflow u...
Enrico Granata
2013-03-26
1
-21
/
+1
*
<rdar://problem/13365424>
Enrico Granata
2013-03-25
1
-16
/
+17
*
<rdar://problem/12890171>
Enrico Granata
2013-01-29
1
-1
/
+3
*
Make sure that multi-line expressions don't create a default target. We recen...
Greg Clayton
2013-01-26
1
-4
/
+9
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-1
/
+1
*
Separated the "expr --unwind-on-error" behavior into two parts, actual errors...
Jim Ingham
2013-01-15
1
-4
/
+30
*
<rdar://problem/12790664>
Enrico Granata
2013-01-14
1
-0
/
+3
*
<rdar://problem/12028723>
Enrico Granata
2013-01-09
1
-56
/
+17
*
Expanded the flags that can be set for a command object in lldb_private::Comm...
Greg Clayton
2013-01-09
1
-5
/
+5
*
Option changes:
Enrico Granata
2012-12-12
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
-1
/
+1
*
Add text to the help to explain how to set user defined variables.
Jim Ingham
2012-10-25
1
-1
/
+9
*
Add the ability to set timeout & "run all threads" options both from the "exp...
Jim Ingham
2012-10-16
1
-5
/
+40
*
Implementing an Options class for EvaluateExpression() in order to make the s...
Enrico Granata
2012-09-05
1
-6
/
+8
*
LLDB no longer prints <no result> by default if
Sean Callanan
2012-08-09
1
-5
/
+5
*
<rdar://problem/11505459> Stripping off the object's type from the output of ...
Enrico Granata
2012-08-09
1
-1
/
+2
*
Added a 'void' format so that the user can manually
Sean Callanan
2012-08-08
1
-29
/
+36
*
<rdar://problem/11672978> Fixing an issue where an ObjC object might come out...
Enrico Granata
2012-07-16
1
-1
/
+2
*
Make raw & parsed commands subclasses of CommandObject rather than having the...
Jim Ingham
2012-06-08
1
-17
/
+6
*
Fixing an issue where saying 'po foo' made both the summary and the descripti...
Enrico Granata
2012-03-28
1
-2
/
+3
*
Massive enumeration name changes: a number of enums in ValueObject were not f...
Enrico Granata
2012-03-19
1
-1
/
+1
*
1) solving a bug where, after Jim's fixes to stack frames, synthetic children...
Enrico Granata
2012-03-01
1
-14
/
+15
*
There is no need to hold onto an ExecutionContext as a member variable.
Greg Clayton
2012-01-27
1
-6
/
+4
*
Fixed formats being able to be applied recursively when using:
Greg Clayton
2012-01-26
1
-1
/
+2
*
The "desired result type" code in the expression
Sean Callanan
2011-12-21
1
-0
/
+1
*
Added a function to the Host that gets a dummy target
Sean Callanan
2011-10-27
1
-0
/
+4
*
Added support for the new ".apple_objc" accelerator tables. These tables are
Greg Clayton
2011-10-27
1
-2
/
+2
*
Cleaned up many error codes. For any who is filling in error strings into
Greg Clayton
2011-10-26
1
-4
/
+4
[next]