Re: [lldb-dev] Stack variables in lldb with custom generated metadata
Since your compile unit is Java: > 0x000b: TAG_compile_unit [1] * > AT_producer( "RoboVM 2.2.0-SNAPSHOT" ) > AT_language( DW_LANG_Java ) > AT_name( "Main.java" ) > AT_stmt_list( 0x ) > AT_comp_dir(
[lldb-dev] Stack variables in lldb with custom generated metadata
Hello List! I'm trying to add LLDB/DWARF debugging information to the RoboVM opensource fork [1] Java AOT compiler. RoboVM uses the LLVM 3.6 (pre-release version) debugging format and I got the basics working, but can't get the stack variable inspection to work. The IR is generated by RoboVM's own