Lines Matching refs:Unwinder
29 class Unwinder {
32 Unwinder(bool needMaps = true);
34 Unwinder(int pid, bool crash = true);
35 Unwinder(int pid, int nspid, bool crash);
37 Unwinder(std::shared_ptr<UnwindAccessors> accessors, bool local = false);
38 ~Unwinder() = default;
41 Unwinder(const Unwinder&) = delete;
42 Unwinder& operator=(const Unwinder&) = delete;
43 Unwinder(Unwinder&&) noexcept = delete;
44 Unwinder& operator=(Unwinder&&) noexcept = delete;