927c59104f
Fixes the case where the Image name and type was not written to the v8 snapshot profile in non-precompiled mode. Adds core-jit snapshot tests to the v8 snapshot profile writer test. In core-jit and app-aot-elf modes, verify that all bytes in the snapshot sections are accounted for in the profile. Bug: https://github.com/dart-lang/sdk/issues/45787 TEST=vm/dart{,_2}/v8_snapshot_profile_writer_test Cq-Include-Trybots: luci.dart.try:vm-kernel-precomp-linux-product-x64-try,vm-kernel-precomp-linux-release-x64-try,vm-kernel-precomp-linux-debug-x64-try Change-Id: I88be309cdea6293d768e2fa458492387d70fde22 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/196323 Commit-Queue: Tess Strickland <sstrickl@google.com> Reviewed-by: Martin Kustermann <kustermann@google.com> Reviewed-by: Daco Harkes <dacoharkes@google.com>
83 lines
2.0 KiB
Markdown
83 lines
2.0 KiB
Markdown
# Changelog
|
|
|
|
## 0.4.1
|
|
|
|
- Exported some ELF utilities in lib/elf.dart for use in Dart tests.
|
|
|
|
## 0.4.0
|
|
|
|
- Stable null safe version of package.
|
|
|
|
## 0.4.0-nullsafety
|
|
|
|
- Unstable null safe version of package.
|
|
|
|
## 0.3.8
|
|
|
|
- Support columns when present in line number programs.
|
|
|
|
## 0.3.7
|
|
|
|
- Added buildId accessor for retrieving GNU build IDs from DWARF files that
|
|
include them.
|
|
|
|
## 0.3.6
|
|
|
|
- Adjusts RegExp for stack trace header line to be more flexible in what it
|
|
permits to allow additional information to be added in the Dart VM.
|
|
|
|
## 0.3.5
|
|
|
|
- Use virtual addresses in non-symbolic stack frames as a fallback if we cannot
|
|
retrieve an appropriate offset from the instructions section otherwise.
|
|
|
|
## 0.3.4
|
|
|
|
- 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.
|
|
|
|
## 0.3.3
|
|
|
|
- No externally visible changes.
|
|
|
|
## 0.3.2
|
|
|
|
- The `find` command can now look up addresses given as offsets from static
|
|
symbols, not just hexadecimal virtual or absolute addresses.
|
|
- Integer inputs (addresses or offsets) without an '0x' prefix or hexadecimal
|
|
digits will now be parsed as decimal unless the `-x`/`--force_hexadecimal`
|
|
flag is used.
|
|
|
|
## 0.3.1
|
|
|
|
- Uses dynamic symbol information embedded in stack frame lines when available.
|
|
|
|
## 0.3.0
|
|
|
|
- Adds handling of virtual addresses within stub code payloads.
|
|
|
|
## 0.2.2
|
|
|
|
- Finds instruction sections by the dynamic symbols the Dart VM creates instead
|
|
of assuming there are two text sections.
|
|
|
|
## 0.2.1
|
|
|
|
- Added static method `Dwarf.fromBuffer`.
|
|
|
|
## 0.2.0
|
|
|
|
- API and documentation cleanups
|
|
|
|
## 0.1.0
|
|
|
|
- Initial release
|