summaryrefslogtreecommitdiffstats
path: root/lldb/source/Symbol/DWARFCallFrameInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix typos.Bruce Mitchener2015-07-221-2/+2
* Improve DWARF CFI CIE parsing and remove duplicated codeTamas Berghammer2015-07-031-297/+279
* Fix handling of DW_CFA_restore_stateTamas Berghammer2015-07-031-0/+2
* Fix a variety of typos.Bruce Mitchener2015-06-181-1/+1
* Fixed a ton of gcc compile warningsVince Harron2015-05-131-2/+2
* [DWARF CFI] Add support for DW_CFA_def_cfa_sf when parsing CIEPavel Labath2015-04-221-0/+13
* Add a tiny bit of hardening to the eh_frame and compact unwind parsing.Jason Molenda2015-04-021-0/+25
* Support evaluation of DWARF expressions setting CFAPavel Labath2015-02-231-1/+3
* UnwindPlan::Row refactor -- add support for CFA set by a DWARF expressionPavel Labath2015-02-231-9/+9
* Read the LSDA and Personality Routine function address out of theJason Molenda2014-11-181-3/+38
* Add 64-bit eh_frame section CFI support.Todd Fiala2014-08-251-9/+33
* Switch NULL to C++11 nullptr in source/Symbol and source/UtilityEd Maste2014-04-201-10/+10
* Fixed a bug where CFI data would become corrupted when using remember/restore...Richard Mitton2013-09-121-2/+5
* Fix DWARF for 0-length CIE (data after the length should not be read if lengt...Virgile Bello2013-08-251-1/+1
* Adds a DW_OP_call_frame_cfa handler when evaluating DWARF 3/4 expressionsAshok Thirumurthi2013-07-291-1/+2
* <rdar://problem/13521159>Greg Clayton2013-03-271-2/+2
* Don't bother calling Reserve on the vector unless we have entries to be added.Jason Molenda2013-03-221-1/+2
* Add a Reserve method to RangeVector and RangeDataVector. Have theJason Molenda2013-03-221-0/+2
* Add a new method GetFunctionAddressAndSizeVector to DWARFCallFrameInfo.Jason Molenda2013-03-211-0/+16
* Change DWARFCallFrameInfo from using a vector of AddressRanges toJason Molenda2013-03-201-35/+42
* <rdar://problem/13069948>Greg Clayton2013-01-251-5/+6
* Add a new capability to RegisterContextLLDB: To recognize when theJason Molenda2012-10-261-0/+7
* Some eh_frame unwind instructions will define a return address register;Jason Molenda2012-08-181-0/+1
* When building up the UnwindPlan based on eh_frame unwindJason Molenda2012-07-311-8/+28
* Ran the static analyzer on the codebase and found a few things.Greg Clayton2012-07-171-2/+0
* Switch nearly all of the use of the UnwindPlan::Row's to go throughJason Molenda2012-07-141-25/+27
* Added a mutex to the call frame info to guardSean Callanan2012-07-121-1/+6
* <rdar://problem/10560053>Greg Clayton2012-02-051-8/+8
* Added code in the Host layer that can report system log messagesGreg Clayton2012-01-051-9/+10
* Centralize the code the reads the CFI so that we always log.Greg Clayton2011-12-291-17/+15
* Added the ability for DWARF locations to use the ABI plug-ins to resolveGreg Clayton2011-09-021-1/+1
* Improved the packet throughput when debugging with GDB remote by over 3x onGreg Clayton2011-06-171-15/+24
* Order of initialization lists.Stephen Wilson2011-04-111-2/+2
* Fixed the LLDB build so that we can have private types, private enums andGreg Clayton2011-03-241-1/+1
* Revert one unintended change checked in to DWARFCallFrameInfo.cppJason Molenda2011-01-251-1/+1
* Use new Section::IsEncrypted() method to check if the eh_frameJason Molenda2011-01-251-4/+4
* Modified all logging calls to hand out shared pointers to make sure weGreg Clayton2010-11-061-1/+1
* Built the native unwinder with all the warnings c++-4.2 could muster;Jason Molenda2010-11-041-1/+2
* Add an unwind log Printf to note when an eh_frame section isJason Molenda2010-10-261-0/+7
* Check in the native lldb unwinder. Jason Molenda2010-10-251-0/+7
* The first part of an lldb native stack unwinder.Jason Molenda2010-09-101-789/+177
* I enabled some extra warnings for hidden local variables and for hiddenGreg Clayton2010-07-141-2/+1
* Switch over to using llvm's dwarf constants file.Jason Molenda2010-07-061-4/+4
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+1344
OpenPOWER on IntegriCloud