bytecodealliance / wasm-micro-runtime

WebAssembly Micro Runtime (WAMR)
Apache License 2.0
4.84k stars 618 forks source link

dwarf_extractor.cpp: enable limited support for C++ #3540

Closed yamt closed 3 months ago

yamt commented 3 months ago

While band-aid fixes like this is not plausible IMO, some people prefer to have some debug info even if it's partial/limited/broken. this commit partially (re)enables C++ processing. on the other hand, do not bother to process variables because it's known incompatible with C++.

TianlongLiang commented 3 months ago

LGTM