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 [15/N]: Move stack.py to gdblib/stack.py #1244

Merged
merged 2 commits into from
Oct 7, 2022

Conversation

gsingh93
Copy link
Member

@gsingh93 gsingh93 commented Oct 7, 2022

No description provided.

@codecov-commenter
Copy link

Codecov Report

Merging #1244 (719bd69) into dev (135ced5) will decrease coverage by 0.00%.
The diff coverage is 58.33%.

@@            Coverage Diff             @@
##              dev    #1244      +/-   ##
==========================================
- Coverage   54.53%   54.53%   -0.01%     
==========================================
  Files         181      181              
  Lines       20169    20168       -1     
  Branches     1846     1846              
==========================================
- Hits        10999    10998       -1     
  Misses       8724     8724              
  Partials      446      446              
Impacted Files Coverage Δ
pwndbg/__init__.py 89.36% <ø> (-0.23%) ⬇️
pwndbg/commands/canary.py 35.48% <ø> (ø)
pwndbg/elf.py 40.08% <ø> (-0.27%) ⬇️
pwndbg/vmmap.py 45.74% <33.33%> (ø)
pwndbg/auxv.py 40.36% <50.00%> (ø)
pwndbg/gdblib/stack.py 72.72% <50.00%> (ø)
pwndbg/symbol.py 44.13% <50.00%> (ø)
pwndbg/commands/xinfo.py 25.67% <100.00%> (ø)
tests/test_memory.py 100.00% <100.00%> (ø)

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

@gsingh93 gsingh93 merged commit 2eccf02 into pwndbg:dev Oct 7, 2022
@gsingh93 gsingh93 deleted the gdblib-stack branch October 7, 2022 22:41
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

2 participants