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
/
Symbol
/
UnwindPlan.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Unwind: Add a stack scanning mechanism to support win32 unwinding
Pavel Labath
2019-09-27
1
-2
/
+6
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
1
-18
/
+20
*
UnwindPlan: pretty-print dwarf expressions
Pavel Labath
2019-04-23
1
-4
/
+35
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[x86] Fix issues with a realigned stack in MSVC compiled applications
Aleksandr Urakov
2018-10-30
1
-7
/
+29
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-4
/
+2
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-514
/
+453
*
Remove assert since it was crashing the mutli process driver tests. Made the ...
Greg Clayton
2016-07-12
1
-5
/
+16
*
Fix handling of the arm IT instruction in the unwinder
Tamas Berghammer
2016-02-10
1
-1
/
+3
*
Improve instruction emulation based stack unwinding on ARM
Tamas Berghammer
2015-06-24
1
-2
/
+3
*
Support evaluation of DWARF expressions setting CFA
Pavel Labath
2015-02-23
1
-3
/
+1
*
UnwindPlan::Row refactor -- add support for CFA set by a DWARF expression
Pavel Labath
2015-02-23
1
-70
/
+68
*
Change the x86 assembly instruction unwind parser to
Jason Molenda
2015-01-13
1
-1
/
+11
*
Read the LSDA and Personality Routine function address out of the
Jason Molenda
2014-11-18
1
-0
/
+38
*
Add an alternative CFA type.
Justin Hibbits
2014-11-12
1
-4
/
+23
*
On x86 & x86_64, try to use eh_frame for frame 0.
Todd Fiala
2014-08-25
1
-0
/
+13
*
Switch NULL to C++11 nullptr in source/Symbol and source/Utility
Ed Maste
2014-04-20
1
-5
/
+5
*
sanitise sign comparisons
Saleem Abdulrasool
2014-04-02
1
-1
/
+1
*
Fix log message for new invalidation checks in PlanValidAtAddress().
Jason Molenda
2013-12-03
1
-2
/
+26
*
Build up UnwindPlan::PlanValidAtAddress to recognize some general
Jason Molenda
2013-12-03
1
-0
/
+20
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-2
/
+2
*
Add a new capability to RegisterContextLLDB: To recognize when the
Jason Molenda
2012-10-26
1
-2
/
+2
*
Remove a little unuseful output from the UnwindPlan::Row::Dump and UnwindPlan...
Jason Molenda
2012-08-10
1
-16
/
+1
*
Cleaned up incorrect STL std::map comparison code and use the operator == on ...
Greg Clayton
2012-07-18
1
-14
/
+5
*
Change UnwindAssemblyInstEmulation::GetNonCallSiteUnwindPlanFromAssembly so i...
Jason Molenda
2012-07-17
1
-0
/
+17
*
Switch nearly all of the use of the UnwindPlan::Row's to go through
Jason Molenda
2012-07-14
1
-11
/
+11
*
Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptr
Greg Clayton
2012-02-21
1
-1
/
+2
*
Update declarations for all functions/methods that accept printf-style
Jason Molenda
2011-09-20
1
-1
/
+1
*
Fix two 'dereference of a null pointer' detected by the static analyzer.
Johnny Chen
2011-08-12
1
-2
/
+2
*
Moved all code from ArchDefaultUnwindPlan and ArchVolatileRegs into their
Greg Clayton
2011-05-11
1
-117
/
+223
*
Got the EmulateInstruction CFI code a lot closer to producing CFI data.
Greg Clayton
2011-04-26
1
-1
/
+2
*
Made FuncUnwinders threadsafe.
Greg Clayton
2011-01-08
1
-33
/
+31
*
Fixed issues with RegisterContext classes and the subclasses. There was
Greg Clayton
2011-01-06
1
-11
/
+9
*
Handle the case where no eh_frame section is present.
Jason Molenda
2010-11-04
1
-0
/
+3
*
Check in the native lldb unwinder.
Jason Molenda
2010-10-25
1
-5
/
+36
*
Moved the section load list up into the target so we can use the target
Greg Clayton
2010-09-14
1
-3
/
+4
*
The first part of an lldb native stack unwinder.
Jason Molenda
2010-09-10
1
-0
/
+309