Home
last modified time | relevance | path

Searched refs:UnwinderMock (Results 1 – 2 of 2) sorted by relevance

/system/core/debuggerd/libdebuggerd/test/
DUnwinderMock.h23 class UnwinderMock : public unwindstack::Unwinder {
25 UnwinderMock() : Unwinder(128, new unwindstack::Maps, nullptr) {} in UnwinderMock() function
26 virtual ~UnwinderMock() { delete GetMaps(); } in ~UnwinderMock()
Dtombstone_test.cpp45 unwinder_mock_.reset(new UnwinderMock()); in SetUp()
79 std::unique_ptr<UnwinderMock> unwinder_mock_;