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
/
API
/
SBValue.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Funnel the old API call SBValue::Watch (bool resolve_location, bool read, boo...
Johnny Chen
2012-06-05
1
-59
/
+2
*
Cannot break the existing API client of SBValue::Watch(bool resolve_location,...
Johnny Chen
2012-06-04
1
-0
/
+66
*
rdar://problem/11584012
Johnny Chen
2012-06-04
1
-4
/
+6
*
Patch that fixes log messages in SBValue.cpp from Lau Sennels.
Greg Clayton
2012-06-04
1
-10
/
+10
*
<rdar://problem/11239650> Fixing a bug where the SetValueFromCString() method...
Enrico Granata
2012-05-08
1
-1
/
+9
*
First part of a fix to make GetNonSyntheticValue() work correctly
Enrico Granata
2012-05-08
1
-2
/
+2
*
Couple more places in SBValue where you need to take the run-lock.
Jim Ingham
2012-04-13
1
-16
/
+58
*
Added logging when API calls try to do something that shouldn't be done when ...
Greg Clayton
2012-04-06
1
-173
/
+426
*
Synthetic values are now automatically enabled and active by default. SBValue...
Enrico Granata
2012-03-27
1
-5
/
+33
*
<rdar://problem/11113279>
Greg Clayton
2012-03-26
1
-1
/
+2
*
<rdar://problem/10434005>
Greg Clayton
2012-03-14
1
-2
/
+2
*
<rdar://problem/10103468>
Greg Clayton
2012-02-24
1
-6
/
+6
*
Patch Enrico's changes from r150558 on 2012-02-14 to build even if Python
Jason Molenda
2012-02-21
1
-0
/
+6
*
This checking is part one of trying to add some threading safety to our
Greg Clayton
2012-02-17
1
-110
/
+132
*
Adding formatters for several useful Objective-C/Cocoa data types. The new ca...
Enrico Granata
2012-02-17
1
-0
/
+86
*
Convert all python objects in our API to use overload the __str__ method
Greg Clayton
2012-02-04
1
-380
/
+413
*
Fixed casting in the lldb::SBValue::Cast(SBType) function.
Greg Clayton
2012-02-03
1
-2
/
+2
*
<rdar://problem/10776614>
Greg Clayton
2012-01-31
1
-1
/
+4
*
SBFrame is now threadsafe using some extra tricks. One issue is that stack
Greg Clayton
2012-01-30
1
-27
/
+36
*
Removed the "lldb-forward-rtti.h" header file as it was designed to contain
Greg Clayton
2012-01-30
1
-5
/
+7
*
Switching back to using std::tr1::shared_ptr. We originally switched away
Greg Clayton
2012-01-29
1
-2
/
+2
*
The "desired result type" code in the expression
Sean Callanan
2011-12-21
1
-0
/
+1
*
Work in progress for:
Johnny Chen
2011-12-20
1
-2
/
+5
*
Add needed Clear methods.
Jim Ingham
2011-12-19
1
-0
/
+6
*
Add the ability to capture the return value in a thread's stop info, and prin...
Jim Ingham
2011-12-17
1
-6
/
+6
*
http://llvm.org/bugs/show_bug.cgi?id=11579
Johnny Chen
2011-12-15
1
-2
/
+1
*
Add SBValue::GetDynamicValue and SBValue::GetStaticValue API's.
Jim Ingham
2011-12-08
1
-0
/
+44
*
<rdar://problem/10126482>
Greg Clayton
2011-11-13
1
-15
/
+4
*
SBValue::Watch() and SBValue::WatchPointee() are now the official API for cre...
Johnny Chen
2011-10-14
1
-2
/
+68
*
Cleaned up the SBWatchpoint public API.
Greg Clayton
2011-10-13
1
-0
/
+28
*
Fixed a problem with the IR interpreter that caused
Sean Callanan
2011-09-22
1
-1
/
+1
*
Update declarations for all functions/methods that accept printf-style
Jason Molenda
2011-09-20
1
-6
/
+6
*
This patch modifies the expression parser to allow it
Sean Callanan
2011-09-15
1
-1
/
+4
*
Added the ability to introspect types thourgh the public SBType interface.
Greg Clayton
2011-09-09
1
-64
/
+20
*
Redesign of the interaction between Python and frozen objects:
Enrico Granata
2011-09-06
1
-5
/
+162
*
Refactoring of ValueObject::DumpValueObject and 'frame variable', 'target var...
Enrico Granata
2011-08-15
1
-15
/
+3
*
Make ValueObject::SetValueFromCString work correctly.
Jim Ingham
2011-08-12
1
-0
/
+2
*
*Some more optimizations in usage of ConstString
Enrico Granata
2011-08-12
1
-1
/
+3
*
Fix indentation.
Johnny Chen
2011-08-09
1
-4
/
+4
*
more logical behavior for SBValue::CreateValueFromAddress
Enrico Granata
2011-08-04
1
-9
/
+17
*
APIs to GetValueAsSigned/Unsigned() in SBValue now also accept an SBError par...
Enrico Granata
2011-08-04
1
-0
/
+42
*
Cleaned up the SBType.h file to not include internal headers and reorganized
Greg Clayton
2011-08-03
1
-5
/
+37
*
bug fix in SBValue::CreateValueFromAddress() where using the resulting VO as ...
Enrico Granata
2011-08-02
1
-0
/
+1
*
Public API changes:
Enrico Granata
2011-07-29
1
-32
/
+253
*
when typing a summary string you can use the %S symbol to explicitly indicate...
Enrico Granata
2011-07-22
1
-2
/
+5
*
Some descriptive text for the Python script feature:
Enrico Granata
2011-07-16
1
-1
/
+2
*
Added the ability to get synthetic child values from SBValue objects that
Greg Clayton
2011-07-15
1
-12
/
+22
*
Python summary strings:
Enrico Granata
2011-07-15
1
-0
/
+22
*
Add SBValue::GetID() member method call API.
Johnny Chen
2011-07-07
1
-0
/
+8
*
Made the string representation for a SBValue return what "frame variable"
Greg Clayton
2011-07-06
1
-15
/
+20
[next]