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
/
Target
/
StackFrame.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix PC adjustment in StackFrame::GetSymbolContext
Joseph Tremoulet
2019-08-02
1
-12
/
+18
*
[Symbol] Use llvm::Expected when getting TypeSystems
Alex Langford
2019-07-30
1
-4
/
+8
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-4
/
+0
*
Fix a crasher in StackFrame::GetValueForVariableExpressionPath()
Greg Clayton
2019-03-11
1
-1
/
+6
*
Bring Doxygen comment syntax in sync with LLVM coding style.
Adrian Prantl
2019-03-11
1
-7
/
+7
*
Use std::make_shared in LLDB (NFC)
Jonas Devlieghere
2019-02-11
1
-2
/
+4
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Simplify Boolean expressions
Jonas Devlieghere
2018-12-15
1
-2
/
+2
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
*
[lldb] Introduce StackFrameRecognizer [take 3]
Kuba Mracek
2018-10-31
1
-3
/
+15
*
Revert r345686 due to build failures
Kuba Mracek
2018-10-31
1
-15
/
+3
*
[lldb] Introduce StackFrameRecognizer [take 2]
Kuba Mracek
2018-10-31
1
-3
/
+15
*
Revert r345678 (build failure on Linux machines).
Kuba Mracek
2018-10-31
1
-15
/
+3
*
[lldb] Introduce StackFrameRecognizer
Kuba Mracek
2018-10-31
1
-3
/
+15
*
Don't type-erase the SymbolContextItem enumeration.
Zachary Turner
2018-10-25
1
-2
/
+5
*
Add support for artificial tail call frames
Vedant Kumar
2018-10-05
1
-18
/
+22
*
Refactor FindVariable() core functionality into StackFrame out of SBFrame
Shafik Yaghmour
2018-09-20
1
-0
/
+35
*
Move RegisterValue,Scalar,State from Core to Utility
Pavel Labath
2018-08-07
1
-1
/
+1
*
Change AddressClass type from 'enum' to 'enum class'.
Tatyana Krasnukha
2018-06-26
1
-1
/
+1
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-80
/
+72
*
Remove the DWARFExpression -> Clang ExpressionParser dependency
Tamas Berghammer
2017-08-16
1
-2
/
+2
*
Introduce new command: thread backtrace unique
Pavel Labath
2017-06-12
1
-6
/
+10
*
Fix backtrace of noreturn functions situated at the end of a module
Pavel Labath
2017-06-08
1
-1
/
+2
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-9
/
+9
*
Teach SBFrame how to guess its language.
Jim Ingham
2017-04-12
1
-3
/
+8
*
iwyu fixes for lldbCore.
Zachary Turner
2017-04-06
1
-0
/
+1
*
DisassembleRange can return an empty DisassemblerSP
Jim Ingham
2017-03-31
1
-1
/
+1
*
Add support for sythetic operator dereference
Tamas Berghammer
2017-03-31
1
-2
/
+25
*
Fix various warnings. NFC
Zachary Turner
2017-03-02
1
-1
/
+1
*
Fix incorrect logic in StackFrame::Disassemble.
Zachary Turner
2017-02-28
1
-11
/
+13
*
Fix a bug caught by adding LLVM_NODISCARD to StringRef.
Zachary Turner
2016-11-21
1
-1
/
+1
*
Fix warnings and errors introduced with UUID changes.
Zachary Turner
2016-11-17
1
-6
/
+8
*
Make GetValueForVariableExpression use StringRef.
Zachary Turner
2016-11-17
1
-546
/
+523
*
Don't allow direct access to StreamString's internal buffer.
Zachary Turner
2016-11-16
1
-29
/
+29
*
Make ValueObjectMemory::Create accept StringRefs.
Zachary Turner
2016-11-12
1
-1
/
+1
*
Make lldb -Werror clean on Windows.
Zachary Turner
2016-10-05
1
-0
/
+1
*
Introduced a null check to avoid a crash in a test on i386.
Sean Callanan
2016-09-29
1
-0
/
+4
*
Fix -Wcovered-switch-default warning in StackFrame.cpp
Ed Maste
2016-09-21
1
-2
/
+0
*
add stop column highlighting support
Todd Fiala
2016-09-21
1
-1
/
+2
*
More cleanup in `frame diagnose,` eliminating a bunch of messy cases.
Sean Callanan
2016-09-14
1
-60
/
+20
*
Replaced two instances of std::function with auto.
Sean Callanan
2016-09-14
1
-4
/
+3
*
Cleaned up a little bit of redundant code in 'frame diagnose.`
Sean Callanan
2016-09-14
1
-11
/
+19
*
Cleaned up the code that handles function return addresses in "frame diagnose."
Sean Callanan
2016-09-14
1
-18
/
+33
*
Cleaned up some of the "frame diagnose" code to use Operands as currency.
Sean Callanan
2016-09-13
1
-13
/
+11
*
Fix about a dozen compile warnings
Ilia K
2016-09-12
1
-5
/
+6
*
I'm experimenting with changing how the mixed source & assembly
Jason Molenda
2016-09-08
1
-9
/
+9
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-1965
/
+1715
*
Fix build breakage in r280692
Pavel Labath
2016-09-06
1
-1
/
+1
*
Added the "frame diagnose" command and use its output to make crash info better.
Sean Callanan
2016-09-06
1
-0
/
+583
*
Typo corrections identified by codespell
Ed Maste
2016-07-19
1
-1
/
+1
[next]