ecf1968122
Also changes pkg/native_stack_traces to return a parsed MachO file if the MachO file doesn't contain DWARF information, so we can examine its static symbol information for the new test. Issue: https://github.com/flutter/flutter/issues/124715 TEST=vm/dart/unobfuscated_static_symbols Change-Id: I07d3ced56eeba852ebe4178dfd2b66ebb899eb76 Cq-Include-Trybots: luci.dart.try:vm-aot-dwarf-linux-product-x64-try,vm-aot-linux-product-x64-try,vm-aot-linux-debug-x64-try,vm-aot-linux-release-x64-try,vm-aot-obfuscate-linux-release-x64-try,vm-aot-mac-product-arm64-try,vm-aot-mac-release-arm64-try,vm-aot-mac-release-x64-try Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/305720 Commit-Queue: Tess Strickland <sstrickl@google.com> Reviewed-by: Ryan Macnak <rmacnak@google.com>
23 lines
619 B
YAML
23 lines
619 B
YAML
name: native_stack_traces
|
|
version: 0.5.6
|
|
description: Utilities for working with non-symbolic stack traces.
|
|
repository: https://github.com/dart-lang/sdk/tree/main/pkg/native_stack_traces
|
|
|
|
environment:
|
|
sdk: '>=2.17.0 <3.0.0'
|
|
|
|
executables:
|
|
decode:
|
|
|
|
dependencies:
|
|
args: ^2.0.0
|
|
path: ^1.8.0
|
|
|
|
# We use 'any' version constraints here as we get our package versions from
|
|
# the dart-lang/sdk repo's DEPS file. Note that this is a special case; the
|
|
# best practice for packages is to specify their compatible version ranges.
|
|
# See also https://dart.dev/tools/pub/dependencies.
|
|
dev_dependencies:
|
|
lints: any
|
|
test: any
|