Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
Back to tool/Back to issues
#4137·pwndbg

do more robust connections to remote in testing

Author: k4lizenCreated Sep 7, 2026Updated Sep 7, 2026
Labelstesting

we have flakes like this

https://github.com/pwndbg/pwndbg/actions/runs/34130807509/job/101770255820?pr=4136

we should pull out

python
gdb.execute(f"target remote :{QEMU_PORT}")

to a function that retries a few times, since gh ci is a fuck

Source: pwndbg/pwndbg

View original on GitHubView discussion on GitHub