wasm-micro-runtime/core/iwasm/interpreter
Wenyong Huang e7bbf88a1a
Refine the format of call stack dump (#2996)
For interpreter, jit and aot, the format is like:
```
#00: 0x1330 - __main_argc_argv
#01: 0x4195 - __main_void
#02: 0x11dc - _start
```
For fast-jit and multi-tier jit, the format is like:
```
#00 __main_argc_argv
#01 __main_void
#02 _start
```
Since fast-jit hasn't supported commit ip to stack frame now.
2024-01-11 14:27:28 +08:00
..
iwasm_interp.cmake Implement wasm mini loader and refine footprint of loader and runtime (#276) 2020-06-08 11:19:09 +08:00
SConscript add porting codes of rt-thread (#494) 2021-01-14 11:26:35 +08:00
wasm_interp_classic.c Refactor aot stack frame commit (#2976) 2024-01-08 11:18:49 +08:00
wasm_interp_fast.c Fix test script error and related wamrc and GC issues (#2975) 2024-01-08 09:41:56 +08:00
wasm_interp.h Fix test script error and related wamrc and GC issues (#2975) 2024-01-08 09:41:56 +08:00
wasm_loader.c Refactor aot stack frame commit (#2976) 2024-01-08 11:18:49 +08:00
wasm_loader.h Fix build error when enable custom section without interpreter (#1229) 2022-06-15 18:14:39 +08:00
wasm_mini_loader.c Refactor aot stack frame commit (#2976) 2024-01-08 11:18:49 +08:00
wasm_opcode.h Sync up with the latest GC MVP spec proposal (#2836) 2023-12-12 11:49:44 +08:00
wasm_runtime.c Refine the format of call stack dump (#2996) 2024-01-11 14:27:28 +08:00
wasm_runtime.h Implement aot_alloc_frame/aot_free_frame with LLVM IRs (#2830) 2023-12-12 12:12:02 +08:00
wasm.h Refactor aot stack frame commit (#2976) 2024-01-08 11:18:49 +08:00