HomeSort by: relevance | last modified time | path
    Searched refs:UnwindCursor (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/lib/libunwind/
UnwindCursor.hpp 1 //===------------------------- UnwindCursor.hpp ---------------------------===//
25 template <typename A, typename R> class UnwindCursor {
27 UnwindCursor(R &regs, A &as)
95 void UnwindCursor<A, R>::setInfoBasedOnIPRegister(bool isReturnAddress) {
libunwind.cxx 18 #include "UnwindCursor.hpp"
27 typedef UnwindCursor<LocalAddressSpace, NativeUnwindRegisters> ThisUnwindCursor;

Completed in 12 milliseconds