You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The --extra-info option can be used to add additional information via INFO lines at the beginning of the output file
The --no-generator option can be used to prevent dump_syms from emitting
the INFO GENERATOR line thus restoring the traditional Breakpad-based
dump_syms behavior
Changed
Paths in MinGW executables are never canonicalized, they will be printed out
exactly like they appear in the debug information
Install dump_syms 2.3.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/mozilla/dump_syms/releases/download/v2.3.0/dump_syms-installer.sh | sh
Update the goblin crate to match the one used by symbolic and the bitflags crate to the next major version. This restores the ability to build the tool.
Use the last version of the symbolic crates and update to clap 4
Fixed
INLINE_ORIGIN names could contain line-breaks if the debuginfo contained them.
These caused parsing the .sym file to fail so they're now stripped before
emitting them.
The program version is now included in the .sym file under a INFO GENERATOR line. This line can be used to identify which version of dump_syms was used to produce a .sym file and will be ignored by most legacy tools.
Changed
Use the last version of the symbolic, goblin and cpp_demangle crates for improved output and better compatibility