wasm-micro-runtime/core/iwasm
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
..
aot Refine the format of call stack dump (#2996) 2024-01-11 14:27:28 +08:00
common Fix test script error and related wamrc and GC issues (#2975) 2024-01-08 09:41:56 +08:00
compilation Refactor aot stack frame commit (#2976) 2024-01-08 11:18:49 +08:00
doc Merge branch main into dev/gc_refactor (#2114) 2023-04-07 12:01:45 +08:00
fast-jit Merge branch main into dev/gc_refactor 2024-01-03 12:11:57 +08:00
include Fix test script error and related wamrc and GC issues (#2975) 2024-01-08 09:41:56 +08:00
interpreter Refine the format of call stack dump (#2996) 2024-01-11 14:27:28 +08:00
libraries Merge branch main into dev/gc_refactor 2023-12-12 12:50:20 +08:00
README.md Merge branch main into dev/gc_refactor (#2114) 2023-04-07 12:01:45 +08:00