summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Utility/RegisterContextLLDB.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Adds an option to resolve a symbol from an address that can be usedAshok Thirumurthi2013-09-241-2/+6
* Update RegisterContextLLDB::GetFullUnwindPlanForFrame() to use the architectu...Jason Molenda2013-09-241-2/+15
* Fix lldb regressions due to r190812 in the case where debug info is present.Ashok Thirumurthi2013-09-201-1/+2
* Fixes symbol resolution for a function with a tail call because the PCAshok Thirumurthi2013-09-161-23/+6
* add register name to UnwindLog error messageMichael Sartain2013-08-221-1/+2
* Don't use a function-scope static varaibles inJason Molenda2013-07-191-9/+4
* Fix the partial backtrace when using a combination of stripped function symbolsAshok Thirumurthi2013-07-181-10/+26
* Huge change to clean up types.Greg Clayton2013-07-111-1/+1
* Change UnwindLLDB::SearchForSavedLocationForRegister so that it will allow forJason Molenda2013-06-051-7/+6
* Handle an edge case where we step into a function whose UnwindPlanJason Molenda2013-04-131-0/+24
* <rdar://problem/13521159>Greg Clayton2013-03-271-5/+5
* <rdar://problem/13265297> Greg Clayton2013-02-231-2/+2
* <rdar://problem/13069948>Greg Clayton2013-01-251-2/+2
* Fix a few more clang (3.2) warnings on Linux:Daniel Malea2012-12-071-0/+1
OpenPOWER on IntegriCloud