Home
last modified time | relevance | path

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

/aosp14/system/core/debuggerd/libdebuggerd/
H A Dtombstone_proto.cpp95 static std::optional<std::string> get_stack_overflow_cause(uint64_t fault_addr, uint64_t sp, in get_stack_overflow_cause() function
234 cause = get_stack_overflow_cause(fault_addr, main_thread.registers->sp(), maps); in dump_probable_cause()
241 cause = get_stack_overflow_cause(fault_addr, main_thread.registers->sp(), maps); in dump_probable_cause()