diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/sframe-api.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sframe-api.h b/include/sframe-api.h index 010a35a..c658474 100644 --- a/include/sframe-api.h +++ b/include/sframe-api.h @@ -157,6 +157,9 @@ sframe_decoder_get_funcdesc (sframe_decoder_ctx *ctx, int32_t *func_start_address, unsigned char *func_info); +/* SFrame textual dump. */ +extern void +dump_sframe (sframe_decoder_ctx *decoder, uint64_t addr); /* Get the base reg id from the FRE info. Sets errp if fails. */ extern unsigned int |