wasm-micro-runtime/core/iwasm/compilation/debug
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
..
dwarf_extractor.cpp lldb_function_to_function_dbi: Fix a null dereference (#3189) 2024-02-29 14:03:49 +08:00
dwarf_extractor.h Fix typo (dwarf) in the codebase (#2367) 2023-07-19 17:58:52 +08:00