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

address translation only works with debug symbols #1723

Merged
merged 2 commits into from
May 20, 2023

Conversation

theguy147
Copy link
Contributor

I finally got around to re-look at the failing address translation tests for linux versions 5.x for x86_64. The reason is simply because they have been compiled without debug symbols upstream.

This PR adjusts the test to skip if debug symbols are missing and adds the missing decorators to the respective functions.

@codecov-commenter
Copy link

codecov-commenter commented May 19, 2023

Codecov Report

Merging #1723 (76c8317) into dev (f996aaa) will increase coverage by 0.02%.
The diff coverage is 100.00%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@            Coverage Diff             @@
##              dev    #1723      +/-   ##
==========================================
+ Coverage   60.55%   60.57%   +0.02%     
==========================================
  Files         175      175              
  Lines       21210    21225      +15     
  Branches     1895     1895              
==========================================
+ Hits        12843    12858      +15     
  Misses       7730     7730              
  Partials      637      637              
Impacted Files Coverage Δ
pwndbg/gdblib/kernel/__init__.py 81.13% <100.00%> (+1.06%) ⬆️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants