| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Revert one part of Ashok Thirumurthi's patch from September 16, r190812. | Jason Molenda | 2013-12-19 | 1 | -6/+23 |
* | For logical backtrace work, lldb needs to track Module unloads etc & symoblic... | Greg Clayton | 2013-12-06 | 1 | -0/+1 |
* | Roll back the changes I made in r193907 which created a new Frame | Jason Molenda | 2013-11-04 | 1 | -1/+1 |
* | Add a new base class, Frame. It is a pure virtual function which | Jason Molenda | 2013-11-02 | 1 | -1/+1 |
* | Added support for reading thread-local storage variables, as defined using th... | Richard Mitton | 2013-10-17 | 1 | -1/+2 |
* | Change two new logging messages from verbose-only to non-verbose | Jason Molenda | 2013-10-03 | 1 | -2/+2 |
* | Tweak logging messages from Ed's prev commit to make it a little more | Jason Molenda | 2013-10-02 | 1 | -1/+4 |
* | Avoid crash in unwinder if ABI isn't available | Ed Maste | 2013-10-02 | 1 | -1/+6 |