summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Utility/RegisterContextLLDB.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Windows] Use information from the PE32 exceptions directory to construct unw...Aleksandr Urakov2019-10-111-0/+17
* Unwind: Add a stack scanning mechanism to support win32 unwindingPavel Labath2019-09-271-0/+55
* DWARFExpression: Simplify class interfacePavel Labath2019-08-271-4/+2
* Fix PC adjustment in StackFrame::GetSymbolContextJoseph Tremoulet2019-08-021-47/+58
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-4/+6
* Support Linux signal return trampolines in frame initializationJoseph Tremoulet2019-07-191-12/+22
* [FuncUnwinders] Use "symbol file" unwind plans for unwindingPavel Labath2019-05-241-6/+8
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-10/+10
* RegisterContextLLDB: Push CFA value on DWARF stack when evaluating register e...Pavel Labath2019-05-071-1/+3
* RegisterContextLLDB::GetFullUnwindPlanForFrame has four verboseJason Molenda2019-05-021-18/+24
* FuncUnwinders: remove "current_offset" from function argumentsPavel Labath2019-04-231-14/+12
* Move UnwindTable from ObjectFile to ModulePavel Labath2019-02-141-11/+8
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-111-6/+10
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-17/+9
* [x86] Fix issues with a realigned stack in MSVC compiled applicationsAleksandr Urakov2018-10-301-50/+93
* Don't type-erase the SymbolContextItem enumeration.Zachary Turner2018-10-251-3/+6
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-1/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-193/+136
* Remove the DWARFExpression -> Clang ExpressionParser dependencyTamas Berghammer2017-08-161-4/+4
* Fix two places in RegisterContextLLDB::InitializeNonZerothFrame whereJason Molenda2017-06-291-13/+14
* Fix backtrace of noreturn functions situated at the end of a modulePavel Labath2017-06-081-5/+7
* Rename Error -> Status.Zachary Turner2017-05-121-5/+5
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-1/+1
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Before returning a pc value for a stack frame,Jason Molenda2017-02-141-3/+21
* Make lldb -Werror clean for -Wstring-conversionDavid Blaikie2017-01-061-8/+4
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-3/+3
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-1874/+1830
* Revert r273524, it may have been the cause of a linux testbot failureJason Molenda2016-06-231-1/+1
* Do some minor renames of "Mac OS X" to "macOS".Jason Molenda2016-06-231-1/+1
* Some changes to prevent searching down the stack for saved registerJason Molenda2016-05-201-10/+29
* Fix unwind failures when PC points beyond the end of a functionUlrich Weigand2016-04-241-5/+7
* Add new ABI callback to provide fallback unwind register locationsUlrich Weigand2016-04-141-26/+16
* Add support for DW_OP_push_object_address in dwarf expressionsTamas Berghammer2016-02-261-2/+2
* Fix for TestNoreturnUnwind.py on i386Ravitheja Addepally2016-01-121-3/+26
* 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
OpenPOWER on IntegriCloud