dump
command to replace the old --dump_debug_file_contents
flag to find
and translate
.package:lints
2.0.repository
field.Decoded Dart calls are now never considered internal, only VM stub calls. This is due to a concurrent change in the Dart VM that no longer prints non-symbolic frames for functions considered invisible, which matches the symbolic frame printer and removes the need for the decoder to guess which frames should be hidden.
This package still works on earlier versions of Dart, so the dependencies have not changed. However, it may print more frame information than expected when decoding stack frames from a Dart VM that does not include this change to non-symbolic stack printing.
find
command can now look up addresses given as offsets from static symbols, not just hexadecimal virtual or absolute addresses.-x
/--force_hexadecimal
flag is used.Dwarf.fromBuffer
.