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

GDB Refactor [4/N]: Split abi into lib/ and gdblib/ #1120

Merged
merged 3 commits into from
Sep 5, 2022

Conversation

gsingh93
Copy link
Member

@gsingh93 gsingh93 commented Sep 5, 2022

No description provided.

@codecov-commenter
Copy link

codecov-commenter commented Sep 5, 2022

Codecov Report

Merging #1120 (eb832b3) into dev (b7ddf3a) will increase coverage by 0.00%.
The diff coverage is 57.53%.

@@           Coverage Diff           @@
##              dev    #1120   +/-   ##
=======================================
  Coverage   50.22%   50.23%           
=======================================
  Files         169      170    +1     
  Lines       19875    19874    -1     
  Branches     1814     1814           
=======================================
+ Hits         9982     9983    +1     
+ Misses       9556     9554    -2     
  Partials      337      337           
Impacted Files Coverage Δ
pwndbg/commands/procinfo.py 24.61% <0.00%> (ø)
pwndbg/lib/abi.py 93.33% <ø> (ø)
pwndbg/lib/android.py 0.00% <ø> (ø)
pwndbg/stack.py 72.30% <0.00%> (ø)
pwndbg/arguments.py 27.27% <14.28%> (ø)
pwndbg/symbol.py 41.62% <33.33%> (+0.31%) ⬆️
pwndbg/auxv.py 40.36% <50.00%> (ø)
pwndbg/chain.py 74.13% <50.00%> (ø)
pwndbg/elf.py 40.35% <50.00%> (ø)
pwndbg/gdblib/android.py 58.33% <58.33%> (ø)
... and 5 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@disconnect3d disconnect3d marked this pull request as ready for review September 5, 2022 17:56
@disconnect3d disconnect3d merged commit 692c4b8 into pwndbg:dev Sep 5, 2022
@gsingh93 gsingh93 deleted the split-abi branch September 9, 2022 00:16
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.

None yet

3 participants