Searched defs:crash (Results 1 - 2 of 2) sorted by relevance
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
H A D | dfx_maps.cpp | 54 std::shared_ptr<DfxMaps> DfxMaps::Create(pid_t pid, bool crash) in Create() argument
|
H A D | unwinder.cpp | 66 Impl(int pid, bool crash) : pid_(pid) in Impl() argument 79 Impl(int pid, int nspid, bool crash) : pid_(nspid) in Impl() argument 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 3 milliseconds