Home
last modified time | relevance | path

Searched defs:Unwinder (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Dunwinder.cpp288 Unwinder::Unwinder(bool needMaps) : impl_(std::make_shared<Impl>(needMaps)) in Unwinder() function in OHOS::HiviewDFX::Unwinder
293 Unwinder::Unwinder(int pid, bool crash) : impl_(std::make_shared<Impl>(pid, crash)) in Unwinder() function in OHOS::HiviewDFX::Unwinder
297 Unwinder::Unwinder(int pid, int nspid, bool crash) : impl_(std::make_shared<Impl>(pid, nspid, crash… in Unwinder() function in OHOS::HiviewDFX::Unwinder
302 Unwinder::Unwinder(std::shared_ptr<UnwindAccessors> accessors, bool local) in Unwinder() function in OHOS::HiviewDFX::Unwinder