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

gimli-rs / gimli / 14899558946 / 1
89%
master: 89%

Build:
DEFAULT BRANCH: master
Ran 08 May 2025 05:47AM UTC
Files 49
Run time 1s
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.1

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.

6501 of 11318 relevant lines covered (57.44%)

1.56 hits per line

Source Files on job 14899558946.1
  • Tree
  • List 49
  • Changed 5
  • Source Changed 0
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 14899558946
  • 5dc8b171 on github
  • Prev Job for on master (#14790377860.1)
  • Next Job for on master (#14899846303.1)
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