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
/
Core
/
ValueObject.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fixing an issue where a ValueObject had changed its value but the 'value chan...
Enrico Granata
2012-03-06
1
-1
/
+9
*
added a new formatter for CF(Mutable)BitVector
Enrico Granata
2012-03-03
1
-10
/
+15
*
1) solving a bug where, after Jim's fixes to stack frames, synthetic children...
Enrico Granata
2012-03-01
1
-244
/
+250
*
This commit:
Enrico Granata
2012-02-29
1
-1
/
+2
*
<rdar://problem/10017623>
Greg Clayton
2012-02-27
1
-17
/
+19
*
<rdar://problem/10103468>
Greg Clayton
2012-02-24
1
-8
/
+8
*
Added support for looking up the complete type for
Sean Callanan
2012-02-22
1
-2
/
+101
*
This checking is part one of trying to add some threading safety to our
Greg Clayton
2012-02-17
1
-459
/
+400
*
<rdar://problem/10062621>
Enrico Granata
2012-02-15
1
-3
/
+3
*
Convert all python objects in our API to use overload the __str__ method
Greg Clayton
2012-02-04
1
-2
/
+8
*
Fixed casting in the lldb::SBValue::Cast(SBType) function.
Greg Clayton
2012-02-03
1
-0
/
+6
*
Switching back to using std::tr1::shared_ptr. We originally switched away
Greg Clayton
2012-01-29
1
-1
/
+1
*
Fixed formats being able to be applied recursively when using:
Greg Clayton
2012-01-26
1
-8
/
+28
*
ValueObjectRegister type value objects should obey the format in ValueAsCString.
Jim Ingham
2012-01-19
1
-1
/
+10
*
Fix a comment typo.
Jim Ingham
2012-01-12
1
-1
/
+1
*
Recursive calls to ValueObject::GetSummaryAsCString() are causing crashes.
Greg Clayton
2012-01-07
1
-18
/
+25
*
<rdar://problem/10546739>
Greg Clayton
2011-12-29
1
-3
/
+8
*
Add the ability to capture the return value in a thread's stop info, and prin...
Jim Ingham
2011-12-17
1
-16
/
+54
*
Don't try to cache the ExecutionContextScope in the ValueObject::EvaluationPo...
Jim Ingham
2011-12-10
1
-28
/
+25
*
Add SBValue::GetDynamicValue and SBValue::GetStaticValue API's.
Jim Ingham
2011-12-08
1
-0
/
+6
*
<rdar://problem/10410131>
Greg Clayton
2011-12-02
1
-1
/
+1
*
warnings: Fix a bunch of -Wreorder problems.
Daniel Dunbar
2011-10-31
1
-2
/
+2
*
Added support for the new ".apple_objc" accelerator tables. These tables are
Greg Clayton
2011-10-27
1
-2
/
+3
*
Stop empty C strings in summaries from showing "<data not available>" when a
Greg Clayton
2011-10-05
1
-26
/
+25
*
Converted the lldb_private::Process over to use the intrusive
Greg Clayton
2011-09-22
1
-15
/
+14
*
Change Error::SetErrorStringWithFormat() prototype to use an
Jason Molenda
2011-09-20
1
-1
/
+1
*
Renaming a bulk of method calls from Get() to something more descriptive
Enrico Granata
2011-09-09
1
-3
/
+3
*
Refactoring of Get() methods in FormatManager/FormatCategory to have explicat...
Enrico Granata
2011-09-06
1
-30
/
+24
*
Redesign of the interaction between Python and frozen objects:
Enrico Granata
2011-09-06
1
-102
/
+278
*
Added the ability for DWARF locations to use the ABI plug-ins to resolve
Greg Clayton
2011-09-02
1
-125
/
+125
*
Improved the user-friendliness of errors shown by the summary feature in cert...
Enrico Granata
2011-08-23
1
-1
/
+12
*
More cleanups ; Separated implementation of FormatManager from class DataVisu...
Enrico Granata
2011-08-22
1
-1
/
+1
*
Added a new plug-in type: lldb_private::OperatingSystem. The operating system
Greg Clayton
2011-08-22
1
-9
/
+6
*
- Now using ${var} as the summary for an aggregate type will produce "name-of...
Enrico Granata
2011-08-19
1
-1
/
+101
*
Second round of code cleanups:
Enrico Granata
2011-08-18
1
-6
/
+13
*
First round of code cleanups:
Enrico Granata
2011-08-17
1
-9
/
+10
*
Make ValueObject::SetValueFromCString work correctly.
Jim Ingham
2011-08-12
1
-85
/
+74
*
We were leaking a stack frame in StackFrameList in Thread.cpp which could
Greg Clayton
2011-08-12
1
-17
/
+19
*
Added an error message when the user tries to add a filter when a synthetic p...
Enrico Granata
2011-08-12
1
-1
/
+1
*
Giving a warning to the user the first time children are truncated by the new...
Enrico Granata
2011-08-12
1
-0
/
+4
*
*Some more optimizations in usage of ConstString
Enrico Granata
2011-08-12
1
-3
/
+16
*
Fixed an issue where a pointer's address was being logged instead of its value
Enrico Granata
2011-08-11
1
-6
/
+42
*
Move the handling of breakpoint conditions from the Private event loop to the...
Jim Ingham
2011-08-09
1
-18
/
+35
*
Basic support for reading synthetic children by index:
Enrico Granata
2011-08-09
1
-7
/
+59
*
fixed a potential memory leak ; small improvement in the formatters lookup al...
Enrico Granata
2011-08-04
1
-5
/
+4
*
New formatting symbol %# can be used in summary strings to get the "count of ...
Enrico Granata
2011-08-04
1
-13
/
+30
*
APIs to GetValueAsSigned/Unsigned() in SBValue now also accept an SBError par...
Enrico Granata
2011-08-04
1
-6
/
+11
*
Fixed an issue where the KVO swizzled type would be returned as the dynamic t...
Enrico Granata
2011-08-03
1
-8
/
+11
*
bug fix in SBValue::CreateValueFromAddress() where using the resulting VO as ...
Enrico Granata
2011-08-02
1
-3
/
+3
*
Fixed a bug where a variable could not be formatted in a summary if its datat...
Enrico Granata
2011-08-02
1
-25
/
+82
[prev]
[next]