afed0f59e3
Static symbol offsets from Dart stack traces can now be used directly as locations for the find command. Change-Id: Ie2971099cbc33b871f8e0e213865854b5ee6890b Cq-Include-Trybots: luci.dart.try:vm-kernel-precomp-linux-release-x64-try,vm-kernel-precomp-linux-product-x64-try Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/142362 Commit-Queue: Tess Strickland <sstrickl@google.com> Reviewed-by: Martin Kustermann <kustermann@google.com>
19 lines
333 B
YAML
19 lines
333 B
YAML
name: native_stack_traces
|
|
description: Utilities for working with non-symbolic stack traces.
|
|
version: 0.3.2
|
|
|
|
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
|