mt_lastpc.h 263 B

12345678910
  1. #ifndef __MT_LASTPC_H__
  2. #define __MT_LASTPC_H__
  3. /* public APIs for those want to dump lastpc to buf, the len of buf is len */
  4. int lastpc_dump(char *buf, int len);
  5. /* for backward-compatibility */
  6. int mt_reg_dump(char *buf);
  7. #endif /* end of __MT_LASTPC_H__ */