summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Utility/UnwindMacOSXFrameBackchain.cpp
Commit message (Expand)AuthorAgeFilesLines
* Roll back the changes I made in r193907 which created a new FrameJason Molenda2013-11-041-3/+3
* Add a new base class, Frame. It is a pure virtual function whichJason Molenda2013-11-021-3/+3
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-1/+1
* <rdar://problem/11757916>Greg Clayton2012-08-291-0/+3
* <rdar://problem/10997402>Greg Clayton2012-03-071-2/+12
* Remove a ton of implicit narrowing conversions for C++11 compatibility.Benjamin Kramer2012-02-211-1/+1
* Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptrGreg Clayton2012-02-211-15/+33
* Lock the Unwinder before accessing it.Jim Ingham2011-10-211-3/+3
* Allow the macosx frame backchain to use 32/64 bit as the selector whenGreg Clayton2011-03-041-3/+3
* Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified formGreg Clayton2011-02-231-3/+3
* Fixed issues with RegisterContext classes and the subclasses. There wasGreg Clayton2011-01-061-7/+8
* Clarified the intent of the SymbolContextScope class in the headerGreg Clayton2010-08-301-1/+1
* Got a lot of the kinks worked out in the inline support after debugging moreGreg Clayton2010-08-241-2/+2
* Added support for inlined stack frames being represented as real stack framesGreg Clayton2010-08-241-1/+1
* typedef fixups, patch from Jean-Daniel Dupas.Greg Clayton2010-07-071-2/+2
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+243
OpenPOWER on IntegriCloud