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
/
RegisterContextLLDB.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-1874
/
+1830
*
Revert r273524, it may have been the cause of a linux testbot failure
Jason Molenda
2016-06-23
1
-1
/
+1
*
Do some minor renames of "Mac OS X" to "macOS".
Jason Molenda
2016-06-23
1
-1
/
+1
*
Some changes to prevent searching down the stack for saved register
Jason Molenda
2016-05-20
1
-10
/
+29
*
Fix unwind failures when PC points beyond the end of a function
Ulrich Weigand
2016-04-24
1
-5
/
+7
*
Add new ABI callback to provide fallback unwind register locations
Ulrich Weigand
2016-04-14
1
-26
/
+16
*
Add support for DW_OP_push_object_address in dwarf expressions
Tamas Berghammer
2016-02-26
1
-2
/
+2
*
Fix for TestNoreturnUnwind.py on i386
Ravitheja Addepally
2016-01-12
1
-3
/
+26
*
Fix several issues around .ARM.exidx section handling
Tamas Berghammer
2015-10-02
1
-10
/
+10
*
Add support for .ARM.exidx unwind information
Tamas Berghammer
2015-09-30
1
-8
/
+23
*
Change the looping stack detection code
Tamas Berghammer
2015-09-09
1
-14
/
+16
*
Handle DW_OP_GNU_addr_index in DWARF expressions
Tamas Berghammer
2015-08-25
1
-2
/
+10
*
Enable usage of eh_frame based unwind plan as a fallback
Tamas Berghammer
2015-07-03
1
-12
/
+39
*
Improve instruction emulation based stack unwinding on ARM
Tamas Berghammer
2015-06-24
1
-11
/
+8
*
Fix printing of function names during unwind logging.
Zachary Turner
2015-04-06
1
-6
/
+15
*
Support evaluation of DWARF expressions setting CFA
Pavel Labath
2015-02-23
1
-1
/
+22
*
UnwindPlan::Row refactor -- add support for CFA set by a DWARF expression
Pavel Labath
2015-02-23
1
-37
/
+49
*
Adding compact unwind as a source of unwind information
Jason Molenda
2015-01-21
1
-2
/
+5
*
Rearrange RegisterContextLLDB::SavedLocationForRegister a tiny bit
Jason Molenda
2015-01-08
1
-18
/
+22
*
Add a new 'eRegisterInLiveRegisterContext' RegisterLocation to track
Jason Molenda
2014-12-09
1
-8
/
+34
*
The lldb unwinder can now use the unwind information from the compact-unwind
Jason Molenda
2014-12-08
1
-4
/
+7
*
When a RegisterContext produces an invalid CFA address, change
Jason Molenda
2014-11-22
1
-7
/
+17
*
Add additional checks to the SavedLocationForRegister method
Jason Molenda
2014-11-19
1
-5
/
+28
*
A pretty big overhaul of the TryFallbackUnwindPlan method in
Jason Molenda
2014-11-13
1
-51
/
+219
*
Use PRIx64 when printing addr_t's. Don't need to force full-width 0 padding
Jason Molenda
2014-11-12
1
-2
/
+2
*
Avoid crash in InitializeNonZerothFrame if no module found
Ed Maste
2014-11-12
1
-1
/
+2
*
FIx a bug with PC-register handling in a RA register.
Justin Hibbits
2014-11-12
1
-0
/
+1
*
Add an alternative CFA type.
Justin Hibbits
2014-11-12
1
-25
/
+42
*
Add an operator== to the RegisterNumber class; it simplifies
Jason Molenda
2014-11-11
1
-6
/
+6
*
Add a RegisterNumber class to RegisterContextLLDB.h and start using
Jason Molenda
2014-11-08
1
-73
/
+96
*
Fix a corner case with the handling of noreturn functions.
Jason Molenda
2014-11-08
1
-9
/
+45
*
Add one extra sanity check to RegisterContextLLDB::TryFallbackUnwindPlan
Jason Molenda
2014-11-04
1
-0
/
+8
*
Back out r221229 -- instead of trying to identify the end of the unwind,
Jason Molenda
2014-11-04
1
-27
/
+8
*
After we've completed a full backtrace, we'll have one frame which
Jason Molenda
2014-11-04
1
-1
/
+17
*
Be more consistent about null checks for the Process and ABI
Jason Molenda
2014-10-15
1
-7
/
+14
*
When we detect a stack unwind loop, before we abort
Jason Molenda
2014-10-07
1
-6
/
+14
*
RegisterContextLLDB::InitializeNonZerothFrame had a bit of code to
Jason Molenda
2014-09-02
1
-17
/
+28
*
On x86 & x86_64, try to use eh_frame for frame 0.
Todd Fiala
2014-08-25
1
-2
/
+2
*
Replace uint32_t by lldb::RegisterKing in register context API.
Jean-Daniel Dupas
2014-07-02
1
-5
/
+5
*
Add a check that we found an ABI plugin before calling a method on it.
Jason Molenda
2014-06-13
1
-1
/
+1
*
JITed functions can now have debug info and be debugged with debug and source...
Greg Clayton
2014-03-24
1
-14
/
+17
*
Fix unwind_plan test conditions (could result in NULL memory access).
Virgile Bello
2014-03-09
1
-1
/
+1
*
Add a new idea of a "fallback" UnwindPlan to the RegisterContextLLDB
Jason Molenda
2014-02-21
1
-49
/
+66
*
Add a new target setting, trap-handler-names, where a user can
Jason Molenda
2014-02-14
1
-26
/
+43
*
The Platform base class now maintains a list of trap handlers
Jason Molenda
2014-02-13
1
-28
/
+38
*
Fix for failure to unwind Linux stack frames with call in final position.
Todd Fiala
2014-02-01
1
-4
/
+37
*
Add the offset for cfa+offset log messages in the unwind channel, to aid in d...
Jason Molenda
2014-01-10
1
-2
/
+2
*
Use Address::SetLoadAddress() instead of SectionLoadList::ResolveLoadAddress().
Jason Molenda
2014-01-04
1
-3
/
+3
*
Don't enforce ABI stack alignment rules on the sigtramp frame --
Jason Molenda
2014-01-03
1
-0
/
+6
*
Partially revert a patch from Ashok Thirumurthi in r191430.
Jason Molenda
2013-12-20
1
-0
/
+16
[next]