Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a plugin for outputting Windows PDB files #382

Merged
merged 1 commit into from
Nov 28, 2024

Conversation

ds5678
Copy link
Contributor

@ds5678 ds5678 commented Nov 28, 2024

Resolves #236
Supercedes #323

@coveralls
Copy link

Pull Request Test Coverage Report for Build 12074720245

Details

  • 2 of 53 (3.77%) changed or added relevant lines in 7 files are covered.
  • 3 unchanged lines in 3 files lost coverage.
  • Overall coverage decreased (-0.02%) to 28.371%

Changes Missing Coverage Covered Lines Changed/Added Lines %
Cpp2IL.Core/Model/Contexts/MethodAnalysisContext.cs 2 3 66.67%
Cpp2IL.Core/Model/Contexts/ParameterAnalysisContext.cs 0 1 0.0%
LibCpp2IL/Elf/ElfFile.cs 0 1 0.0%
LibCpp2IL/Il2CppBinary.cs 0 1 0.0%
LibCpp2IL/MachO/MachOFile.cs 0 1 0.0%
LibCpp2IL/PE/PE.cs 0 8 0.0%
Cpp2IL.Core/Il2CppApiFunctions/BaseKeyFunctionAddresses.cs 0 38 0.0%
Files with Coverage Reduction New Missed Lines %
Cpp2IL.Core/Il2CppApiFunctions/BaseKeyFunctionAddresses.cs 1 0.0%
LibCpp2IL/Elf/ElfFile.cs 1 54.77%
Cpp2IL.Core/Model/Contexts/MethodAnalysisContext.cs 1 36.71%
Totals Coverage Status
Change from base Build 11960699169: -0.02%
Covered Lines: 3383
Relevant Lines: 10179

💛 - Coveralls

@SamboyCoding SamboyCoding merged commit c3eab50 into SamboyCoding:development Nov 28, 2024
6 checks passed
@ds5678 ds5678 deleted the pdb-output-plugin branch November 28, 2024 20:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Options to Generate Symbol Maps Only?
3 participants