• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

gimli-rs / gimli / 14899558946
89%

Build:
DEFAULT BRANCH: master
Ran 08 May 2025 05:47AM UTC
Jobs 1
Files 49
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

08 May 2025 05:46AM UTC coverage: 57.439% (-0.2%) from 57.629%
14899558946

push

github

web-flow
Add support for reading items from .debug_macinfo (#759)

The section .debug_macinfo was specified in DWARF standards v2, v3 and v4. It was replaced by .debug_macro in DWARF v5.
The content of .debug_macinfo is represented through the enum DebugMacInfoItem.
It has variants for each specified type:
- macro defined
- macro undefined
- file includd
- end of include
- vendor extension
- end of unit

A DW_AT_macro_info attribute points to a list of macros that were defined in the unit.
To handle this, get_macinfo(offset) returns an iterator over the items found starting at the offset.

This change does not implement writing of .debug_macinfo.

29 of 99 new or added lines in 4 files covered. (29.29%)

7 existing lines in 2 files now uncovered.

6501 of 11318 relevant lines covered (57.44%)

1.56 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
12.1
0.0% src/read/mod.rs
7
35.34
-0.1% src/read/dwarf.rs
16
61.9
src/read/macros.rs
46
0.0
0.0% crates/examples/src/bin/dwarfdump.rs

Uncovered Existing Lines

Lines Coverage ∆ File
1
0.0
0.0% crates/examples/src/bin/dwarfdump.rs
6
12.1
0.0% src/read/mod.rs
Jobs
ID Job ID Ran Files Coverage
1 14899558946.1 08 May 2025 05:47AM UTC 49
57.44
GitHub Action Run
Source Files on build 14899558946
  • Tree
  • List 49
  • Changed 5
  • Source Changed 0
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 5dc8b171 on github
  • Prev Build on master (#14790377860)
  • Next Build on master (#14899846303)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc