655675a7db
I'm going through the docs to ramp up with the split debug-info/DWARF stuff. In [this doc, I noticed a reference to `pkg/vm/bin/convert_stack_traces.dart`](https://github.com/dart-lang/sdk/blob/52f1502191e8668e3ec216eb52cedc47e574c334/runtime/docs/dwarf_stack_traces.md#using-the-stack-trace-converter-tool) but [this code was deleted (moved) in this commit](https://github.com/dart-lang/sdk/commit/a003d5e69ac860263895f0d4f1438cb2b5ae5053#diff-23252e156bc12255fd263fe5f59b6d42). The new file is in `pkg/native_stack_traces/bin/decode.dart` which is part of the [native_stack_traces package](https://pub.dev/packages/native_stack_traces). Closes https://github.com/dart-lang/sdk/pull/43201 https://github.com/dart-lang/sdk/pull/43201 GitOrigin-RevId: fbe926f8d1e3c0fa8cc9abcb045c9d8d750cc921 Change-Id: I5570a23af28cb66853bdc5c2835dcaf1390dd74f Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/160400 Reviewed-by: Tess Strickland <sstrickl@google.com> Commit-Queue: Vyacheslav Egorov <vegorov@google.com>