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
...
*
Revert rL240435: "Mark SBFrame::GetFunctionName and SBFrame::IsInlined as con...
Oleksiy Vyalov
2015-06-24
1
-2
/
+2
*
Mark SBFrame::GetFunctionName and SBFrame::IsInlined as const.
Oleksiy Vyalov
2015-06-23
1
-2
/
+2
*
Added a new API to SBFrame:
Greg Clayton
2015-05-28
1
-0
/
+11
*
Fix SBFrame::FindValue for when only global variables exist.
Chaoren Lin
2015-03-19
1
-20
/
+18
*
Don't #include ClangPersistentVariables.h from Process.h
Zachary Turner
2015-03-03
1
-0
/
+1
*
Revert "Revert "I had recently added a new SBFrame::GetVariables() overload w...
Zachary Turner
2015-02-17
1
-17
/
+34
*
Revert "I had recently added a new SBFrame::GetVariables() overload with yet ...
Zachary Turner
2015-02-17
1
-34
/
+17
*
I had recently added a new SBFrame::GetVariables() overload with yet another ...
Enrico Granata
2015-02-12
1
-17
/
+34
*
Introduce the notion of "runtime support values"
Enrico Granata
2015-02-11
1
-0
/
+25
*
Rename eExecution*** to eExpression*** to be consistent with the result type.
Jim Ingham
2014-05-05
1
-1
/
+1
*
Make the Expression Execution result enum available to the SB API layer.
Jim Ingham
2014-05-05
1
-1
/
+1
*
sweep up -Wformat warnings from gcc
Saleem Abdulrasool
2014-04-04
1
-78
/
+89
*
Restore the ability of SBFrame::FindValue() to look for file global variables
Enrico Granata
2014-02-19
1
-2
/
+10
*
<rdar://problem/15960553>
Enrico Granata
2014-02-18
1
-13
/
+7
*
Add a setting to allow users to enable expressions that crash LLDB to show up...
Greg Clayton
2013-12-06
1
-10
/
+12
*
Roll back the changes I made in r193907 which created a new Frame
Jason Molenda
2013-11-04
1
-38
/
+38
*
Add a new base class, Frame. It is a pure virtual function which
Jason Molenda
2013-11-02
1
-38
/
+38
*
Fix the logging messages for SBFrame::FindRegister().
Jason Molenda
2013-07-26
1
-3
/
+3
*
Add an SBFrame::FindRegister() method to make it a little
Jason Molenda
2013-07-26
1
-0
/
+58
*
Fixed a few obvious errors pointed out by the static analyzer.
Jim Ingham
2013-05-15
1
-1
/
+1
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-27
/
+27
*
Renaming SBValueList::get() to
Enrico Granata
2013-02-07
1
-2
/
+2
*
Correct logging for function calls that return SBValueList
Enrico Granata
2013-02-07
1
-2
/
+2
*
<rdar://problem/13107151>
Enrico Granata
2013-02-07
1
-3
/
+2
*
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
[prev]
[next]