native_stack_traces
Utilities for working with non-symbolic stack traces.
0.6.1
6.5M downloads/mo
#101 most downloaded on pub.dev
dart-lang/sdk
What this package is like to depend on
Last release 1 years ago
28 May 2025
Ships fairly regularly
a new release about every 5 months
Nearly every release is documented
notes for 21 of 21 stable releases
Nothing withdrawn
no release was ever pulled
7 years old
21 releases · first in 2020
0 releases in the last 12 months
see the full history below
Release timeline
21 releases · Jan 2020 to May 2025
2021
2022
2023
2024
2025
2026
Releases
latest 21-
0.6.128 May 2025 -
0.6.021 Aug 2024Release notes
Open source →- Make return type of DwarfContainer reader methods nullable so null can be returned if there is no relevant DWARF information.
- Allow DwarfSnapshot.fromDwarfContainer to return null if the DwarfContainer contents is missing expected DWARF information (that is, if any of the used DwarfContainer reader methods return null).
-
0.5.723 Apr 2024Release notes
Open source →- Translates non-symbolic stack traces that include information for deferred loading units.
-
0.5.606 Jun 2023Release notes
Open source →- Added retrieval of the static symbol table contents for use in Dart tests.
- Don't require Mach-O files to contain DWARF to be read by the Mach-O reader.
-
0.5.522 Dec 2022 -
0.5.421 Dec 2022 -
0.5.225 Aug 2022Release notes
Open source →- Adjusted logic for finding the DWARF MachO file in a dSYM.
- Added support for retrieving DWARF information from universal macOS binaries using the new architecture information.
- Added logic to handle unknown DW_AT, DW_FORM, and DW_TAG codes.
-
0.5.022 Jul 2022Release notes
Open source →- Require Dart >= 2.17 (enhanced enum support)
- Add support for parsing DWARF in Mach-O files and dSYM directories.
- Add some support for DWARF5.
- Add
dumpcommand to replace the old--dump_debug_file_contentsflag tofindandtranslate.
-
0.4.631 May 2022 -
0.4.504 Jan 2022 -
0.4.327 Jul 2021 -
0.4.023 Feb 2021 -
0.3.717 Jun 2020Release notes
Open source →- Added buildId accessor for retrieving GNU build IDs from DWARF files that include them.
-
0.3.620 May 2020Release notes
Open source →- 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.315 Apr 2020 -
0.3.206 Apr 2020Release notes
Open source →- The
findcommand 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_hexadecimalflag is used.
- The
-
0.3.125 Mar 2020Release notes
Open source →- Uses dynamic symbol information embedded in stack frame lines when available.
-
0.3.020 Mar 2020 -
0.2.207 Feb 2020Release notes
Open source →- Finds instruction sections by the dynamic symbols the Dart VM creates instead of assuming there are two text sections.
-
0.2.024 Jan 2020 -
0.1.023 Jan 2020