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
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-1
/
+1
*
Teach SBFrame how to guess its language.
Jim Ingham
2017-04-12
1
-0
/
+19
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-2
/
+2
*
Fix incorrectly named variables.
Jim Ingham
2016-12-15
1
-2
/
+2
*
Adopt PrettyStackTrace in LLDB
Sean Callanan
2016-12-14
1
-4
/
+4
*
Don't allow direct access to StreamString's internal buffer.
Zachary Turner
2016-11-16
1
-1
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-1483
/
+1225
*
Added support for thread local variables on all Apple OS variants.
Greg Clayton
2016-07-01
1
-26
/
+25
*
Make all the SBFrame API's take the target lock.
Jim Ingham
2016-06-10
1
-14
/
+43
*
second pass over removal of Mutex and Condition
Saleem Abdulrasool
2016-05-19
1
-47
/
+47
*
Take the API lock in SBThread::IsValid & SBFrame::IsValid.
Jim Ingham
2016-05-07
1
-1
/
+14
*
Fix TestGetVariables.py so it works correctly. We had duplicate static values...
Greg Clayton
2016-04-29
1
-1
/
+9
*
API: fix a -Wunused-variable warning
Saleem Abdulrasool
2016-04-21
1
-0
/
+2
*
Handle the case when a variable is only valid in part of the enclosing scope
Tamas Berghammer
2016-02-25
1
-1
/
+3
*
Ignore breakpoints by default in SBFrame::EvaluateExpression
Eugene Leviant
2016-01-29
1
-0
/
+3
*
Create an expression parser for Go.
Ryan Brown
2015-11-02
1
-0
/
+18
*
Fix Clang-tidy modernize-use-nullptr warnings in include/lldb/API and source/...
Eugene Zelenko
2015-10-31
1
-56
/
+51
*
Now persistent expression data no longer lives with the Target, but rather with
Sean Callanan
2015-09-30
1
-1
/
+1
*
Moved more Clang-specific parts of the expression parser into the Clang plugin.
Sean Callanan
2015-09-25
1
-1
/
+1
*
This patch makes Clang-independent base classes for all the expression types ...
Jim Ingham
2015-09-15
1
-1
/
+1
*
Use eAddressClassCode for address lookup for opcodes for stack frames
Tamas Berghammer
2015-09-07
1
-1
/
+1
*
This patch separates the generic portion of ClangExpressionVariable, which
Sean Callanan
2015-09-04
1
-1
/
+1
*
Make many mangled functions that might demangle a name be allowed to specify ...
Greg Clayton
2015-07-08
1
-2
/
+2
*
Add a GetDisplayName() API to SBFrame, SBFunction and SBSymbol
Enrico Granata
2015-07-06
1
-0
/
+56
*
Add const versions of SBFrame::GetFunctionName and SBFrame::IsInlined.
Oleksiy Vyalov
2015-06-25
1
-1
/
+12
*
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
[next]