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
...
*
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
*
Updated all commands that use a "--format" / "-f" options to use the new
Greg Clayton
2011-10-25
1
-43
/
+42
*
Converted the lldb_private::Process over to use the intrusive
Greg Clayton
2011-09-22
1
-21
/
+27
*
This patch modifies the expression parser to allow it
Sean Callanan
2011-09-15
1
-8
/
+14
*
Redesign of the interaction between Python and frozen objects:
Enrico Granata
2011-09-06
1
-3
/
+0
*
Added support for persistent types to the
Sean Callanan
2011-08-23
1
-13
/
+23
*
*Some more optimizations in usage of ConstString
Enrico Granata
2011-08-12
1
-1
/
+2
*
Fixed a bug where a variable could not be formatted in a summary if its datat...
Enrico Granata
2011-08-02
1
-0
/
+3
*
when typing a summary string you can use the %S symbol to explicitly indicate...
Enrico Granata
2011-07-22
1
-0
/
+1
*
Added KDP resume, suspend, set/remove breakpoint, and kernel version support.
Greg Clayton
2011-07-20
1
-6
/
+12
*
Patch by Matt Johnson to silence G++ warnings!
Johnny Chen
2011-07-19
1
-8
/
+8
*
Some descriptive text for the Python script feature:
Enrico Granata
2011-07-16
1
-1
/
+2
*
Cleanup error output on expressions.
Greg Clayton
2011-06-24
1
-1
/
+16
*
Add 'batch_mode' to CommandInterpreter. Modify InputReaders to
Caroline Tice
2011-06-16
1
-1
/
+4
*
Replace direct uses of the Debugger's output stream with
Caroline Tice
2011-06-15
1
-6
/
+10
*
More prompt-timing cleanups: Make multi-line expressions
Caroline Tice
2011-06-13
1
-8
/
+12
*
lldb-59.
Greg Clayton
2011-05-30
1
-1
/
+1
*
Change "frame var" over to using OptionGroups (and thus the OptionGroupVariab...
Jim Ingham
2011-05-04
1
-10
/
+5
*
This patch captures and serializes all output being written by the
Caroline Tice
2011-05-02
1
-0
/
+3
*
Added the ability to specify dumping options (show types, show location,
Greg Clayton
2011-04-28
1
-1
/
+1
*
Centralized a lot of the status information for processes,
Greg Clayton
2011-04-18
1
-4
/
+19
*
Add support for "dynamic values" for C++ classes. This currently only works ...
Jim Ingham
2011-04-16
1
-1
/
+40
[prev]
[next]