summaryrefslogtreecommitdiff
path: root/source/Plugins/Process/Utility/UnwindMacOSXFrameBackchain.cpp
AgeCommit message (Expand)Author
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-10-25Don't type-erase the SymbolContextItem enumeration.Zachary Turner
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-11-13Move ArchSpec to the Utility modulePavel Labath
2017-11-02Fix some warnings found by ToT clangPavel Labath
2017-05-12Rename Error -> Status.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2013-11-04Roll back the changes I made in r193907 which created a new FrameJason Molenda
2013-11-02Add a new base class, Frame. It is a pure virtual function whichJason Molenda
2012-11-29Resolve printf formatting warnings on Linux:Daniel Malea
2012-08-29<rdar://problem/11757916>Greg Clayton
2012-03-07<rdar://problem/10997402>Greg Clayton
2012-02-21Remove a ton of implicit narrowing conversions for C++11 compatibility.Benjamin Kramer
2012-02-21Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptrGreg Clayton
2011-10-21Lock the Unwinder before accessing it.Jim Ingham
2011-03-04Allow the macosx frame backchain to use 32/64 bit as the selector whenGreg Clayton
2011-02-23Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified formGreg Clayton
2011-01-06Fixed issues with RegisterContext classes and the subclasses. There wasGreg Clayton
2010-08-30Clarified the intent of the SymbolContextScope class in the headerGreg Clayton
2010-08-24Got a lot of the kinks worked out in the inline support after debugging moreGreg Clayton
2010-08-24Added support for inlined stack frames being represented as real stack framesGreg Clayton
2010-07-07typedef fixups, patch from Jean-Daniel Dupas.Greg Clayton
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner