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
/
Plugins
/
Process
/
Utility
/
UnwindMacOSXFrameBackchain.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix PC adjustment in StackFrame::GetSymbolContext
Joseph Tremoulet
2019-08-02
1
-3
/
+3
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-4
/
+4
*
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
*
Don't type-erase the SymbolContextItem enumeration.
Zachary Turner
2018-10-25
1
-2
/
+2
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-4
/
+4
*
Move ArchSpec to the Utility module
Pavel Labath
2017-11-13
1
-5
/
+1
*
Fix some warnings found by ToT clang
Pavel Labath
2017-11-02
1
-4
/
+0
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-2
/
+2
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-232
/
+211
*
Roll back the changes I made in r193907 which created a new Frame
Jason Molenda
2013-11-04
1
-3
/
+3
*
Add a new base class, Frame. It is a pure virtual function which
Jason Molenda
2013-11-02
1
-3
/
+3
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-1
/
+1
*
<rdar://problem/11757916>
Greg Clayton
2012-08-29
1
-0
/
+3
*
<rdar://problem/10997402>
Greg Clayton
2012-03-07
1
-2
/
+12
*
Remove a ton of implicit narrowing conversions for C++11 compatibility.
Benjamin Kramer
2012-02-21
1
-1
/
+1
*
Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptr
Greg Clayton
2012-02-21
1
-15
/
+33
*
Lock the Unwinder before accessing it.
Jim Ingham
2011-10-21
1
-3
/
+3
*
Allow the macosx frame backchain to use 32/64 bit as the selector when
Greg Clayton
2011-03-04
1
-3
/
+3
*
Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified form
Greg Clayton
2011-02-23
1
-3
/
+3
*
Fixed issues with RegisterContext classes and the subclasses. There was
Greg Clayton
2011-01-06
1
-7
/
+8
*
Clarified the intent of the SymbolContextScope class in the header
Greg Clayton
2010-08-30
1
-1
/
+1
*
Got a lot of the kinks worked out in the inline support after debugging more
Greg Clayton
2010-08-24
1
-2
/
+2
*
Added support for inlined stack frames being represented as real stack frames
Greg Clayton
2010-08-24
1
-1
/
+1
*
typedef fixups, patch from Jean-Daniel Dupas.
Greg Clayton
2010-07-07
1
-2
/
+2
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
1
-0
/
+243