summaryrefslogtreecommitdiffstats
path: root/lldb/source/Symbol/DWARFCallFrameInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-7/+6
* Support Linux signal return trampolines in frame initializationJoseph Tremoulet2019-07-191-0/+4
* [Symbol] Remove dead codeAlex Langford2019-05-221-55/+0
* FuncUnwinders: remove "current_offset" from function argumentsPavel Labath2019-04-231-17/+22
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-2/+0
* Promote more debug-only assertions to regular assertions.Adrian Prantl2019-03-071-2/+0
* Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere2019-02-121-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Simplify ObjectFile::GetArchitecturePavel Labath2019-01-031-2/+1
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-5/+5
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-110/+97
* Move ArchSpec to the Utility modulePavel Labath2017-11-131-6/+3
* Move Timer and TraceOptions from Core to UtilityPavel Labath2017-06-291-1/+1
* [DWARFCallFrameInfo] Add Type enum to differentiate eh/debug_frame sectionsPavel Labath2017-06-281-18/+11
* Add debug_frame section supportPavel Labath2017-06-271-15/+48
* Revert "Fix FDE indexing while scan debug_info section."Pavel Labath2017-05-251-20/+11
* Fix FDE indexing while scan debug_info section.Hafiz Abid Qadeer2017-05-251-11/+20
* Remove an expensive lock from TimerPavel Labath2017-05-151-1/+2
* Isolate Target-specific functionality of DataExtractor.Zachary Turner2017-03-031-16/+142
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-825/+817
* Delete Host/windows/win32.hZachary Turner2016-08-091-1/+1
* Add missing break stmt to DW_CFA_GNU_args_size case.Jason Molenda2016-07-171-0/+1
* Add "support" for DW_CFA_GNU_args_size to the unwinderPavel Labath2016-07-131-0/+20
* Add support for using armv7 compact unwind informationJason Molenda2016-06-071-0/+11
* second pass over removal of Mutex and ConditionSaleem Abdulrasool2016-05-191-3/+3
* Improve the handling of missing elf symtab and missing symbol sizesTamas Berghammer2016-02-181-0/+14
* Revert "Improve the handling of missing elf symtab and missing symbol sizes"Tamas Berghammer2016-02-101-14/+0
* Improve the handling of missing elf symtab and missing symbol sizesTamas Berghammer2016-02-101-0/+14
* Clean up register naming conventions inside lldb. Jason Molenda2015-09-151-1/+1
* 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
OpenPOWER on IntegriCloud