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
*
Fix up how the ValueObjects manage their life cycle so that you can hand out ...
Jim Ingham
2011-04-22
1
-2
/
+2
*
Add support for "dynamic values" for C++ classes. This currently only works ...
Jim Ingham
2011-04-16
1
-0
/
+34
*
Convert ValueObject to explicitly maintain the Execution Context in which the...
Jim Ingham
2011-03-31
1
-52
/
+73
*
A few of the issue I have been trying to track down and fix have been due to
Greg Clayton
2011-01-17
1
-1
/
+12
*
Added the ability to get an set the desired format for SBValue objects.
Greg Clayton
2011-01-05
1
-0
/
+16
*
The LLDB API (lldb::SB*) is now thread safe!
Greg Clayton
2010-12-20
1
-37
/
+76
*
Modified all logging calls to hand out shared pointers to make sure we
Greg Clayton
2010-11-06
1
-16
/
+16
*
Added copy constructors and assignment operators to all lldb::SB* classes
Greg Clayton
2010-11-05
1
-0
/
+13
*
Cleaned up the API logging a lot more to reduce redundant information and
Greg Clayton
2010-10-31
1
-63
/
+169
*
Modified the lldb_private::TypeList to use a std::multimap for quicker lookup
Greg Clayton
2010-10-29
1
-28
/
+22
*
Updated the lldb_private::Flags class to have better method names and made
Greg Clayton
2010-10-27
1
-0
/
+8
*
Clean up the API logging code:
Caroline Tice
2010-10-26
1
-11
/
+9
*
First pass at adding logging capabilities for the API functions. At the moment
Caroline Tice
2010-10-26
1
-0
/
+27
*
Expose the error contained within an SBValue.
Greg Clayton
2010-10-06
1
-0
/
+11
*
Fixed the forward declaration issue that was present in the DWARF parser after
Greg Clayton
2010-09-29
1
-1
/
+1
*
Remove all the __repr__ methods from the API/*.h files, and put them
Caroline Tice
2010-09-22
1
-8
/
+0
*
Add GetDescription() and __repr__ () methods to most API classes, to allow
Caroline Tice
2010-09-20
1
-0
/
+33
*
Remove unnecessary/inappropriate output-printing functions from
Caroline Tice
2010-09-15
1
-75
/
+0
*
Move the "Object Description" into the ValueObject, and the add an API to
Jim Ingham
2010-09-10
1
-0
/
+9
*
StackFrame objects now own ValueObjects for any frame variables (locals, args,
Greg Clayton
2010-09-02
1
-3
/
+3
*
Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selec...
Jim Ingham
2010-08-26
1
-36
/
+0
*
Very large changes that were needed in order to allow multiple connections
Greg Clayton
2010-06-23
1
-71
/
+71
*
And some more include line fixes.
Eli Friedman
2010-06-09
1
-6
/
+6
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
1
-0
/
+372