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
...
*
merge lldb-platform-work branch (and assorted fixes) into trunk
Daniel Malea
2013-08-26
1
-64
/
+64
*
Huge change to clean up types.
Greg Clayton
2013-07-11
1
-11
/
+7
*
Change the mechanism around SBValue::GetSP() so that it always requires the t...
Jim Ingham
2013-05-15
1
-699
/
+386
*
Daniel Malea reported seeing warnings for the use of anonymous namespaces in ...
Enrico Granata
2013-04-22
1
-91
/
+89
*
After discussing with Chris Lattner, we require C++11, so lets get rid of the...
Greg Clayton
2013-04-18
1
-2
/
+2
*
Added a SetData() method to ValueObject. This
Sean Callanan
2013-04-13
1
-0
/
+59
*
The SBValue impl class's GetSP can now fetch the dynamic type or the synthetic
Jim Ingham
2013-04-04
1
-0
/
+6
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-44
/
+44
*
Fixing the log line for SBValue::MightHaveChildren() to report the correct fu...
Enrico Granata
2013-02-28
1
-1
/
+1
*
<rdar://problem/12978143>
Enrico Granata
2013-01-28
1
-2
/
+2
*
More Linux warnings fixes (remove default labels as needed):
Daniel Malea
2012-12-07
1
-1
/
+0
*
Fix Linux build warnings due to redefinition of macros:
Daniel Malea
2012-12-05
1
-0
/
+2
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-3
/
+3
*
Reimplementing SBValue/ValueObject.GetValueAsUnsigned() in terms of appropria...
Enrico Granata
2012-10-24
1
-2
/
+2
*
<rdar://problem/12481949> Fixing SBValue.GetValueAsSigned() to do the right t...
Enrico Granata
2012-10-24
1
-2
/
+2
*
Watchpoints remember the type of the expression or variable they were set wit...
Jim Ingham
2012-10-23
1
-1
/
+2
*
<rdar://problem/12493007>
Greg Clayton
2012-10-23
1
-0
/
+14
*
<rdar://problem/12437442>
Enrico Granata
2012-10-22
1
-79
/
+228
*
API cleanup.
Greg Clayton
2012-10-16
1
-2
/
+2
*
Add the ability to set timeout & "run all threads" options both from the "exp...
Jim Ingham
2012-10-16
1
-7
/
+20
*
<rdar://problem/12462744> Implement a new SBDeclaration class to wrap an lldb...
Enrico Granata
2012-10-10
1
-0
/
+16
*
Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...
Greg Clayton
2012-09-18
1
-1
/
+1
*
Implementing an Options class for EvaluateExpression() in order to make the s...
Enrico Granata
2012-09-05
1
-6
/
+4
*
<rdar://problem/11757916>
Greg Clayton
2012-08-29
1
-0
/
+1
*
SBValue::GetTypeName and SBValue::GetByteSize might have to update the dynami...
Jim Ingham
2012-08-21
1
-4
/
+45
*
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
[prev]
[next]