Home
last modified time | relevance | path

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

/system/core/libbacktrace/include/backtrace/
DBacktrace.h82 struct backtrace_frame_data_t { struct
83 size_t num; // The current fame number.
84 uint64_t pc; // The absolute pc.
85 uint64_t rel_pc; // The relative pc.
86 uint64_t sp; // The top of the stack.
87 size_t stack_size; // The size of the stack, zero indicate an unknown stack size.
88 backtrace_map_t map; // The map associated with the given pc.
89 std::string func_name; // The function name associated with this pc, NULL if not found.
90 uint64_t func_offset; // pc relative to the start of the function, only valid if func_name is not