snapcraft.yaml: keep minidebuginfo
~~Depends on #13370~~
For reference: https://sourceware.org/gdb/current/onlinedocs/gdb.html/MiniDebugInfo.html
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 78.23%. Comparing base (
24a0034) to head (f1b9ab3). Report is 104 commits behind head on master.
Additional details and impacted files
@@ Coverage Diff @@
## master #13965 +/- ##
==========================================
+ Coverage 78.20% 78.23% +0.02%
==========================================
Files 1151 1159 +8
Lines 151396 153096 +1700
==========================================
+ Hits 118402 119775 +1373
- Misses 25662 25925 +263
- Partials 7332 7396 +64
| Flag | Coverage Δ | |
|---|---|---|
| unittests | 78.23% <ø> (+0.02%) |
:arrow_up: |
Flags with carried forward coverage won't be shown. Click here to find out more.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Perf does not support it. Here is a work-around to extract the debuginfo.
objcopy --dump-section .gnu_debugdata=program.debug.xz /path/to/program /dev/null
unxz program.debug.xz
perf buildid-cache --update=program.debug
Tue Jan 14 16:16:15 UTC 2025