Files
sdk/pkg/native_stack_traces/pubspec.yaml
T
Teagan Strickland a5bfae7dc1 [pkg/native_stack_traces] Use dynamic symbol info when available.
This allows for the translation of partial stack traces that do not
include the instructions header line.

Cq-Include-Trybots: luci.dart.try:vm-kernel-precomp-linux-release-x64-try,vm-kernel-precomp-linux-release-simarm_x64-try,vm-kernel-precomp-mac-release-simarm64-try,vm-kernel-precomp-win-release-x64-try
Change-Id: I5b490c99cb844d37c63943e780f3a5613faac119
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/140285
Commit-Queue: Teagan Strickland <sstrickl@google.com>
Reviewed-by: Martin Kustermann <kustermann@google.com>
2020-03-25 12:02:55 +00:00

19 lines
333 B
YAML

name: native_stack_traces
description: Utilities for working with non-symbolic stack traces.
version: 0.3.1
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/native_stack_traces
environment:
sdk: '>=2.7.1 <3.0.0'
executables:
decode:
dependencies:
args: ^1.5.2
path: ^1.6.4
dev_dependencies:
pedantic: ^1.8.0