wasm-micro-runtime/core
YAMAMOTO Takashi 503c9694c8
lldb_function_to_function_dbi: Fix a null dereference (#3189)
C++ allows unnamed arguments.
In the debug info, they are represented as DW_TAG_formal_parameter
w/o DW_AT_name.
variable.GetName() here returns NULL for them.

cf. https://github.com/bytecodealliance/wasm-micro-runtime/issues/3187
2024-02-29 14:03:49 +08:00
..
app-mgr Separate app-manager and app-framework from WAMR (#3129) 2024-02-20 18:12:36 +08:00
deps Separate app-manager and app-framework from WAMR (#3129) 2024-02-20 18:12:36 +08:00
iwasm lldb_function_to_function_dbi: Fix a null dereference (#3189) 2024-02-29 14:03:49 +08:00
shared zephyr: Implement Alloc_With_System_Allocator (#3179) 2024-02-28 11:18:23 +08:00
config.h Implement GC (Garbage Collection) feature for interpreter, AOT and LLVM-JIT (#3125) 2024-02-06 20:47:11 +08:00
version.h Update version number to 1.3.2 and update release notes (#3083) 2024-02-01 12:42:12 +08:00