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
/
SBFrame.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-4
/
+4
*
Tighten up how we acquire the underlying frame in the SBFrame methods. We we...
Jim Ingham
2012-11-29
1
-278
/
+538
*
<rdar://problem/12437442>
Enrico Granata
2012-10-22
1
-10
/
+13
*
API cleanup.
Greg Clayton
2012-10-16
1
-4
/
+4
*
Add the ability to set timeout & "run all threads" options both from the "exp...
Jim Ingham
2012-10-16
1
-9
/
+21
*
Implementing an Options class for EvaluateExpression() in order to make the s...
Enrico Granata
2012-09-05
1
-9
/
+6
*
<rdar://problem/11757916>
Greg Clayton
2012-08-29
1
-0
/
+2
*
Rework how the API mutex is acquired when filling out an ExecutionContext fro...
Jim Ingham
2012-08-22
1
-45
/
+64
*
Ran the static analyzer on the codebase and found a few things.
Greg Clayton
2012-07-17
1
-1
/
+1
*
<rdar://problem/11870357>
Greg Clayton
2012-07-14
1
-1
/
+1
*
rdar://problem/10996978 - Fixing an issue where crash reports for the express...
Enrico Granata
2012-05-29
1
-2
/
+4
*
Found one more place where the OkayToDiscard needs to be consulted.
Jim Ingham
2012-05-11
1
-1
/
+6
*
We take the API mutex first and the stop mutex second in general, so do it he...
Jim Ingham
2012-04-19
1
-4
/
+2
*
The API lock was getting dropped too soon in GetVariables. GetValueObjectFor...
Jim Ingham
2012-04-13
1
-5
/
+2
*
Fixed an issue that happens in LLDB versions after SBFrame switched to using ...
Greg Clayton
2012-04-12
1
-2
/
+4
*
Added logging when API calls try to do something that shouldn't be done when ...
Greg Clayton
2012-04-06
1
-25
/
+142
*
Added a new Host class: ReadWriteLock
Greg Clayton
2012-04-05
1
-357
/
+355
*
rdar://problem/10976649
Johnny Chen
2012-03-05
1
-2
/
+10
*
Patch Enrico's changes from r150558 on 2012-02-14 to build even if Python
Jason Molenda
2012-02-21
1
-1
/
+3
*
The second part in thread hardening the internals of LLDB where we make
Greg Clayton
2012-02-18
1
-168
/
+223
*
Removed all of the "#ifndef SWIG" from the SB header files since we are using
Greg Clayton
2012-02-06
1
-4
/
+4
*
Convert all python objects in our API to use overload the __str__ method
Greg Clayton
2012-02-04
1
-12
/
+25
*
Expose more convenience functionality in the python classes.
Greg Clayton
2012-02-03
1
-0
/
+34
*
lldb::SBTarget and lldb::SBProcess are now thread hardened. They both still
Greg Clayton
2012-01-30
1
-2
/
+4
*
SBFrame is now threadsafe using some extra tricks. One issue is that stack
Greg Clayton
2012-01-30
1
-154
/
+263
*
Removed the "lldb-forward-rtti.h" header file as it was designed to contain
Greg Clayton
2012-01-30
1
-2
/
+4
*
Switching back to using std::tr1::shared_ptr. We originally switched away
Greg Clayton
2012-01-29
1
-1
/
+1
*
The "desired result type" code in the expression
Sean Callanan
2011-12-21
1
-0
/
+2
*
<rdar://problem/10126482>
Greg Clayton
2011-11-13
1
-3
/
+4
*
Made the Host::SetCrashDescription(const char *) function copy the incoming
Greg Clayton
2011-11-10
1
-0
/
+2
*
SBValue::Watch() and SBValue::WatchPointee() are now the official API for cre...
Johnny Chen
2011-10-14
1
-114
/
+0
*
Add SBFrame.WatchLocation() to find and watch the location pointed to by
Johnny Chen
2011-10-01
1
-0
/
+59
*
Modify SBFrame::WatchValue() impl so that for the watchpoint location created,
Johnny Chen
2011-09-26
1
-0
/
+12
*
Add an SB API SBFrame::WatchValue() and exported to the Python interface to
Johnny Chen
2011-09-24
1
-0
/
+43
*
This patch modifies the expression parser to allow it
Sean Callanan
2011-09-15
1
-1
/
+2
*
Added the ability to introspect types thourgh the public SBType interface.
Greg Clayton
2011-09-09
1
-2
/
+2
*
Incremental fixes of issues found by Xcode static analyzer.
Johnny Chen
2011-08-10
1
-3
/
+4
*
Cleaned up the SBType.h file to not include internal headers and reorganized
Greg Clayton
2011-08-03
1
-2
/
+2
*
Fixed some issues with ARM backtraces by not processing any push/pop
Greg Clayton
2011-07-06
1
-1
/
+1
*
Bumped Xcode project versions to lldb-65 and debugserver-140.
Greg Clayton
2011-06-25
1
-0
/
+8
*
Added two new API functions to SBFrame:
Greg Clayton
2011-06-18
1
-13
/
+79
*
Change "frame var" over to using OptionGroups (and thus the OptionGroupVariab...
Jim Ingham
2011-05-04
1
-9
/
+9
*
Fix up how the ValueObjects manage their life cycle so that you can hand out ...
Jim Ingham
2011-04-22
1
-5
/
+5
*
Add support for "dynamic values" for C++ classes. This currently only works ...
Jim Ingham
2011-04-16
1
-6
/
+48
*
Convert ValueObject to explicitly maintain the Execution Context in which the...
Jim Ingham
2011-03-31
1
-5
/
+5
*
Added support for stepping out of a frame. If you have 10 stack frames, and you
Greg Clayton
2011-01-21
1
-0
/
+5
*
Implemented a major overhaul of the way variables are handled
Sean Callanan
2011-01-13
1
-1
/
+2
*
Fixed issues with RegisterContext classes and the subclasses. There was
Greg Clayton
2011-01-06
1
-3
/
+3
*
The LLDB API (lldb::SB*) is now thread safe!
Greg Clayton
2010-12-20
1
-2
/
+58
*
Changed:
Greg Clayton
2010-12-14
1
-82
/
+127
[next]