wasm-micro-runtime/core/iwasm
YAMAMOTO Takashi 53f0941ffa
Revert "lldb_function_to_function_dbi: A hack to avoid crashing on C++ methods (#3190)" (#3281)
This reverts commit 0e8d949440.

Because it doesn't make much sense anymore after we disabled debug info
processing on C++ functions in:
"aot debug: process lldb_function_to_function_dbi only for C".
2024-04-06 15:00:48 +08:00
..
aot Implement memory64 for classic interpreter (#3266) 2024-04-02 15:22:07 +08:00
common Implement memory64 for classic interpreter (#3266) 2024-04-02 15:22:07 +08:00
compilation Revert "lldb_function_to_function_dbi: A hack to avoid crashing on C++ methods (#3190)" (#3281) 2024-04-06 15:00:48 +08:00
doc Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00
fast-jit Refactor APIs and data structures as preliminary work for Memory64 (#3209) 2024-03-12 11:38:50 +08:00
include Implement apis to set and get the name of a wasm module (#3254) 2024-03-26 12:10:13 +08:00
interpreter Implement memory64 for classic interpreter (#3266) 2024-04-02 15:22:07 +08:00
libraries Implement memory64 for classic interpreter (#3266) 2024-04-02 15:22:07 +08:00
README.md Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00