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
*
[lldb][NFC] Allow range-based for-loops on VariableList
Raphael Isemann
2019-11-25
1
-3
/
+1
*
[LLDB] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-1
/
+1
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
1
-4
/
+4
*
[NFC] Replace a plugin header with a non-plugin header
Alex Langford
2019-06-13
1
-1
/
+1
*
[Reproducers] Capture return values of functions returning by ptr/ref
Jonas Devlieghere
2019-04-03
1
-1
/
+1
*
[lldb] [Reproducer] Move SBRegistry registration into declaring files
Michal Gorny
2019-03-19
1
-0
/
+79
*
[API] Remove unneded LLDB_DISABLE_PYTHON markers.
Davide Italiano
2019-03-18
1
-4
/
+0
*
Fix some "variable 'foo' set but not used" warnings
Pavel Labath
2019-03-18
1
-3
/
+1
*
Add "operator bool" to SB APIs
Pavel Labath
2019-03-11
1
-0
/
+4
*
[SBAPI] Log from record macro
Jonas Devlieghere
2019-03-07
1
-350
/
+6
*
[Reproducers] Add SBReproducer macros
Jonas Devlieghere
2019-03-06
1
-35
/
+171
*
[SBAPI] Don't check IsValid in constructor
Jonas Devlieghere
2019-03-06
1
-3
/
+5
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[lldb] Add a "display-recognized-arguments" target setting to show recognized...
Kuba Mracek
2018-12-20
1
-1
/
+2
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
*
[lldb] Introduce StackFrameRecognizer [take 3]
Kuba Mracek
2018-10-31
1
-4
/
+21
*
Revert r345686 due to build failures
Kuba Mracek
2018-10-31
1
-21
/
+4
*
[lldb] Introduce StackFrameRecognizer [take 2]
Kuba Mracek
2018-10-31
1
-4
/
+21
*
Revert r345678 (build failure on Linux machines).
Kuba Mracek
2018-10-31
1
-21
/
+4
*
[lldb] Introduce StackFrameRecognizer
Kuba Mracek
2018-10-31
1
-4
/
+21
*
Don't type-erase the SymbolContextItem enumeration.
Zachary Turner
2018-10-25
1
-2
/
+2
*
Add support for artificial tail call frames
Vedant Kumar
2018-10-05
1
-0
/
+15
*
Refactor FindVariable() core functionality into StackFrame out of SBFrame
Shafik Yaghmour
2018-09-20
1
-20
/
+2
*
Change AddressClass type from 'enum' to 'enum class'.
Tatyana Krasnukha
2018-06-26
1
-1
/
+1
*
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
[next]