Home
last modified time | relevance | path

Searched refs:crash (Results 1 - 4 of 4) sorted by relevance

/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Dunwinder.h34 Unwinder(int pid, bool crash = true);
35 Unwinder(int pid, int nspid, bool crash);
H A Ddfx_maps.h32 static std::shared_ptr<DfxMaps> Create(pid_t pid = 0, bool crash = true);
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_maps.cpp54 std::shared_ptr<DfxMaps> DfxMaps::Create(pid_t pid, bool crash) in Create() argument
61 if (!crash) { in Create()
62 DFXLOGU("Create maps(%{public}s) with not crash, will only parse exec map", path.c_str()); in Create()
H A Dunwinder.cpp66 Impl(int pid, bool crash) : pid_(pid) in Impl() argument
73 maps_ = DfxMaps::Create(pid, crash); in Impl()
79 Impl(int pid, int nspid, bool crash) : pid_(nspid) in Impl() argument
86 maps_ = DfxMaps::Create(pid, crash); in Impl()
282 Unwinder::Unwinder(int pid, bool crash) : impl_(std::make_shared<Impl>(pid, crash)) in Unwinder() argument
286 Unwinder::Unwinder(int pid, int nspid, bool crash) : impl_(std::make_shared<Impl>(pid, nspid, crash)) in Unwinder() argument

Completed in 4 milliseconds