snapd icon indicating copy to clipboard operation
snapd copied to clipboard

snapcraft.yaml: keep minidebuginfo

Open valentindavid opened this issue 1 year ago • 4 comments

~~Depends on #13370~~

valentindavid avatar May 15 '24 07:05 valentindavid

For reference: https://sourceware.org/gdb/current/onlinedocs/gdb.html/MiniDebugInfo.html

valentindavid avatar Jan 14 '25 14:01 valentindavid

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.

codecov[bot] avatar Jan 14 '25 14:01 codecov[bot]

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

valentindavid avatar Jan 14 '25 15:01 valentindavid

Tue Jan 14 16:16:15 UTC 2025

Failures:

github-actions[bot] avatar Jan 14 '25 16:01 github-actions[bot]