summaryrefslogtreecommitdiff
path: root/lldb/source/Symbol/FuncUnwinders.cpp
AgeCommit message (Expand)Author
2025-05-22[lldb] Disable some unwind plans for discontinuous functions (#140927)Pavel Labath
2025-05-14[lldb] Merge/unify ABI-provided AArch64 unwind plans (#139545)Pavel Labath
2025-05-07[lldb] Parse DWARF CFI for discontinuous functions (#137006)Pavel Labath
2025-04-09[lldb] Remove unused UnwindPlan functions (#134630)Pavel Labath
2025-04-04Reapply "[lldb] Return *const* UnwindPlan pointers from FuncUnwinders " (#134...Pavel Labath
2025-04-03Revert "[lldb] Return *const* UnwindPlan pointers from FuncUnwinders (#133247)"Vladislav Dzhidzhoev
2025-04-02[lldb] Return *const* UnwindPlan pointers from FuncUnwinders (#133247)Pavel Labath
2025-03-27[lldb] Teach FuncUnwinders about discontinuous functions (#133072)Pavel Labath
2025-02-26[lldb] Modernize ABI-based unwind plan creation (#128505)Pavel Labath
2025-02-25[lldb] Don't hand out UnwindPlan::Row shared_ptrs (#128181)Pavel Labath
2024-09-23[lldb][NFC] New names for the two RegisterLocation classes (#109611)Jason Molenda
2024-08-27[lldb] Don't scan more than 10MB of assembly insns (#105890)Jason Molenda
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere
2020-07-15[lldb][NFC] Add 'override' where missing in source/ and tools/Logan Smith
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2020-01-07[lldb] Initialize some bitfields in FuncUnwinders.cppPavel Labath
2019-10-11[Windows] Use information from the PE32 exceptions directory to construct unw...Aleksandr Urakov
2019-05-27FuncUnwinders: prefer debug_frame over eh_framePavel Labath
2019-05-24[FuncUnwinders] Use "symbol file" unwind plans for unwindingPavel Labath
2019-05-10FuncUnwinders: Add a new "SymbolFile" unwind planPavel Labath
2019-04-23FuncUnwinders: remove "current_offset" from function argumentsPavel Labath
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-02-11Use std::make_shared in LLDB (NFC)Jonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-03Simplify ObjectFile::GetArchitecturePavel Labath
2018-12-15Simplify Boolean expressionsJonas Devlieghere
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-06-27Add debug_frame section supportPavel Labath
2017-02-24Fix a race condition in FuncUnwinders where the mutex was beingJason Molenda
2017-02-14Remove dependencies from Utility to Core and Target.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-07-06Enhance FuncUnwinders::GetUnwindPlanAtNonCallSite to detect when weJason Molenda
2016-05-18remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool
2016-05-04Add a way for an ObjectFile to indicate that assembly emulationJason Molenda
2015-09-30Add support for .ARM.exidx unwind informationTamas Berghammer
2015-06-24Improve instruction emulation based stack unwinding on ARMTamas Berghammer
2015-05-06Simplify FuncUnwinders::GetEHFrameAugmentedUnwindPlanPavel Labath
2014-12-21Various unwinder work. Jason Molenda
2014-12-08The lldb unwinder can now use the unwind information from the compact-unwind Jason Molenda
2014-11-18Fix up the code in the FuncUnwinders class thatJason Molenda
2014-11-18Read the LSDA and Personality Routine function address out of theJason Molenda
2014-11-04Back out r221229 -- instead of trying to identify the end of the unwind,Jason Molenda
2014-08-25Copy unwind plan instead of modifying it directly, so "image show-unwind" pri...Todd Fiala
2014-08-25Have augment_unwind_plan_from_call_site update the UnwindPlan Jason Molenda
2014-08-25On x86 & x86_64, try to use eh_frame for frame 0.Todd Fiala
2014-05-23Instead of having an UnwindTable own a single assembly profiler, Jason Molenda
2014-05-23Revert r209488; Greg suggests a different approach.Jason Molenda
2014-05-23The UnwindTable (one per module) used to hand out shared pointersJason Molenda
2014-04-20Switch NULL to C++11 nullptr in source/Symbol and source/UtilityEd Maste
2014-02-03Fix UnwindAssembly memory leak by defining and using a shared UnwindAssemblyS...Jean-Daniel Dupas