Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
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
{{ message }}
intel
/
tsffs
Public
Notifications
You must be signed in to change notification settings
Fork
26
Star
331
Code
Issues
22
Pull requests
12
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
feat: UEFI/SMM source-level code coverage (DWARF + module discovery)
- #389
#389
Open
Wenzel
wants to merge 20 commits into
intel:main
intel/tsffs:main
from
Wenzel:feat/uefi-source-coverage
Wenzel/tsffs:feat/uefi-source-coverage
Copy head branch name to clipboard
Conversation
Commits
20
(20)
Checks
Files changed
Open
feat: UEFI/SMM source-level code coverage (DWARF + module discovery)
#389
Wenzel
wants to merge 20 commits into
intel:main
intel/tsffs:main
from
Wenzel:feat/uefi-source-coverage
Wenzel/tsffs:feat/uefi-source-coverage
Copy head branch name to clipboard
Commits
Commits on Sep 16, 2026
Add DWARF/ELF debug info backend for UEFI/SMM source coverage (M1)
Show description for fefa4d5
Wenzel
and
claude
committed
fefa4d5
View commit details
Copy full SHA for fefa4d5
Browse repository at this point
Add offline DWARF fixture test for DwarfModule::intervals (M1)
Show description for 7bb9105
Wenzel
and
claude
committed
7bb9105
View commit details
Copy full SHA for 7bb9105
Browse repository at this point
Fix SourceCache::new crashing when no live Simics session exists
Show description for 2dbca69
Wenzel
and
claude
committed
2dbca69
View commit details
Copy full SHA for 2dbca69
Browse repository at this point
Add UEFI module discovery parsing/resolution (UCOV-M2 milestone steps 1-2)
Show description for 92a3eb5
Wenzel
and
claude
committed
92a3eb5
View commit details
Copy full SHA for 92a3eb5
Browse repository at this point
fix: correct list-modules parsing to match confirmed live shape (UCOV-M2 M2)
Show description for cb5fc2b
Wenzel
and
claude
committed
cb5fc2b
View commit details
Copy full SHA for cb5fc2b
Browse repository at this point
Switch UEFI module discovery to tracker_obj->maps, not list-modules
Show description for 73bc670
Wenzel
and
claude
committed
73bc670
View commit details
Copy full SHA for 73bc670
Browse repository at this point
fix: handle real Nil pathless row in tracker_obj->maps parsing
Show description for 714b986
Wenzel
and
claude
committed
714b986
View commit details
Copy full SHA for 714b986
Browse repository at this point
merge: DWARF source coverage (UCOV-M1)
Wenzel
committed
0c554f1
View commit details
Copy full SHA for 0c554f1
Browse repository at this point
merge: UEFI module discovery (UCOV-M2)
Show description for 6695e19
Wenzel
committed
6695e19
View commit details
Copy full SHA for 6695e19
Browse repository at this point
feat: wire UEFI module discovery into DWARF source coverage at HARNESS_START
Show description for a40b466
Wenzel
committed
a40b466
View commit details
Copy full SHA for a40b466
Browse repository at this point
fix: skip Invalid top-level entries in tracker_obj->maps parsing
Show description for 7148ce6
Wenzel
committed
7148ce6
View commit details
Copy full SHA for 7148ce6
Browse repository at this point
fix: create symbolic_coverage_directory when it doesn't exist, not when it does
Show description for 50de300
Wenzel
committed
50de300
View commit details
Copy full SHA for 50de300
Browse repository at this point
fix: treat empty coverage as a no-op in save_symbolic_coverage, not an error
Show description for ef8219b
Wenzel
committed
ef8219b
View commit details
Copy full SHA for ef8219b
Browse repository at this point
fix: read tracker_obj->maps via get_attribute, not run_command
Show description for d00936c
Wenzel
committed
d00936c
View commit details
Copy full SHA for d00936c
Browse repository at this point
debug: add temporary diagnostic log for raw/parsed module row counts
Show description for 1905bc4
Wenzel
committed
1905bc4
View commit details
Copy full SHA for 1905bc4
Browse repository at this point
fix: convert tracker_obj->maps rows via as_heterogeneous_list, not plain .into()
Show description for 5ea59f6
Wenzel
committed
5ea59f6
View commit details
Copy full SHA for 5ea59f6
Browse repository at this point
fix: skip unresolvable modules per-module, not fail the whole resolve batch
Show description for 448aad1
Wenzel
committed
448aad1
View commit details
Copy full SHA for 448aad1
Browse repository at this point
debug: add temporary diagnostic logs for resolve/element counts
Wenzel
committed
4f39b6d
View commit details
Copy full SHA for 4f39b6d
Browse repository at this point
docs: remove temporary diagnostics, document debuginfo_source_directory requirement
Show description for defaff2
Wenzel
committed
defaff2
View commit details
Copy full SHA for defaff2
Browse repository at this point
Commits on Sep 21, 2026
fix: resolve DWARF subprogram names via DW_AT_abstract_origin/specification
Show description for 7ec6f40
Wenzel
committed
7ec6f40
View commit details
Copy full SHA for 7ec6f40
Browse repository at this point
You can’t perform that action at this time.