summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Utility/RegisterContextLLDB.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix several issues around .ARM.exidx section handlingTamas Berghammer2015-10-021-10/+10
* Add support for .ARM.exidx unwind informationTamas Berghammer2015-09-301-8/+23
* Change the looping stack detection codeTamas Berghammer2015-09-091-14/+16
* Handle DW_OP_GNU_addr_index in DWARF expressionsTamas Berghammer2015-08-251-2/+10
* Enable usage of eh_frame based unwind plan as a fallbackTamas Berghammer2015-07-031-12/+39
* Improve instruction emulation based stack unwinding on ARMTamas Berghammer2015-06-241-11/+8
* Fix printing of function names during unwind logging.Zachary Turner2015-04-061-6/+15
* Support evaluation of DWARF expressions setting CFAPavel Labath2015-02-231-1/+22
* UnwindPlan::Row refactor -- add support for CFA set by a DWARF expressionPavel Labath2015-02-231-37/+49
* Adding compact unwind as a source of unwind information Jason Molenda2015-01-211-2/+5
* Rearrange RegisterContextLLDB::SavedLocationForRegister a tiny bitJason Molenda2015-01-081-18/+22
* Add a new 'eRegisterInLiveRegisterContext' RegisterLocation to trackJason Molenda2014-12-091-8/+34
* The lldb unwinder can now use the unwind information from the compact-unwind Jason Molenda2014-12-081-4/+7
* When a RegisterContext produces an invalid CFA address, changeJason Molenda2014-11-221-7/+17
* Add additional checks to the SavedLocationForRegister methodJason Molenda2014-11-191-5/+28
* A pretty big overhaul of the TryFallbackUnwindPlan method inJason Molenda2014-11-131-51/+219
* Use PRIx64 when printing addr_t's. Don't need to force full-width 0 paddingJason Molenda2014-11-121-2/+2
* Avoid crash in InitializeNonZerothFrame if no module foundEd Maste2014-11-121-1/+2
* FIx a bug with PC-register handling in a RA register.Justin Hibbits2014-11-121-0/+1
* Add an alternative CFA type.Justin Hibbits2014-11-121-25/+42
* Add an operator== to the RegisterNumber class; it simplifiesJason Molenda2014-11-111-6/+6
* Add a RegisterNumber class to RegisterContextLLDB.h and start usingJason Molenda2014-11-081-73/+96
* Fix a corner case with the handling of noreturn functions.Jason Molenda2014-11-081-9/+45
* Add one extra sanity check to RegisterContextLLDB::TryFallbackUnwindPlanJason Molenda2014-11-041-0/+8
* Back out r221229 -- instead of trying to identify the end of the unwind,Jason Molenda2014-11-041-27/+8
* After we've completed a full backtrace, we'll have one frame whichJason Molenda2014-11-041-1/+17
* Be more consistent about null checks for the Process and ABIJason Molenda2014-10-151-7/+14
* When we detect a stack unwind loop, before we abortJason Molenda2014-10-071-6/+14
* RegisterContextLLDB::InitializeNonZerothFrame had a bit of code toJason Molenda2014-09-021-17/+28
* On x86 & x86_64, try to use eh_frame for frame 0.Todd Fiala2014-08-251-2/+2
* Replace uint32_t by lldb::RegisterKing in register context API.Jean-Daniel Dupas2014-07-021-5/+5
* Add a check that we found an ABI plugin before calling a method on it.Jason Molenda2014-06-131-1/+1
* JITed functions can now have debug info and be debugged with debug and source...Greg Clayton2014-03-241-14/+17
* Fix unwind_plan test conditions (could result in NULL memory access).Virgile Bello2014-03-091-1/+1
* Add a new idea of a "fallback" UnwindPlan to the RegisterContextLLDBJason Molenda2014-02-211-49/+66
* Add a new target setting, trap-handler-names, where a user canJason Molenda2014-02-141-26/+43
* The Platform base class now maintains a list of trap handlersJason Molenda2014-02-131-28/+38
* Fix for failure to unwind Linux stack frames with call in final position.Todd Fiala2014-02-011-4/+37
* Add the offset for cfa+offset log messages in the unwind channel, to aid in d...Jason Molenda2014-01-101-2/+2
* Use Address::SetLoadAddress() instead of SectionLoadList::ResolveLoadAddress().Jason Molenda2014-01-041-3/+3
* Don't enforce ABI stack alignment rules on the sigtramp frame --Jason Molenda2014-01-031-0/+6
* Partially revert a patch from Ashok Thirumurthi in r191430.Jason Molenda2013-12-201-0/+16
* Revert one part of Ashok Thirumurthi's patch from September 16, r190812.Jason Molenda2013-12-191-6/+23
* For logical backtrace work, lldb needs to track Module unloads etc & symoblic...Greg Clayton2013-12-061-0/+1
* Roll back the changes I made in r193907 which created a new FrameJason Molenda2013-11-041-1/+1
* Add a new base class, Frame. It is a pure virtual function whichJason Molenda2013-11-021-1/+1
* Added support for reading thread-local storage variables, as defined using th...Richard Mitton2013-10-171-1/+2
* Change two new logging messages from verbose-only to non-verboseJason Molenda2013-10-031-2/+2
* Tweak logging messages from Ed's prev commit to make it a little moreJason Molenda2013-10-021-1/+4
* Avoid crash in unwinder if ABI isn't availableEd Maste2013-10-021-1/+6
OpenPOWER on IntegriCloud