amkoxie / backtrace

a user-space simulated dump_stack(), based on mips.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

backtrace

A user-space simulation dump_stack(), based on mips.

It supplies two APIs: show_backtrace(): show backtrace of function caller tree. addr_to_name(): given an addr, get the function name it belongs to.

Any problems, please contact casper10_zhen@hotmail.com

About

a user-space simulated dump_stack(), based on mips.


Languages

Language:C 96.2%Language:Makefile 3.8%