Skip to content

Commit f09d5a5

Browse files
committed
fix: x-terminal does not work properly gdb.attach
1 parent 3b4b261 commit f09d5a5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,10 @@ The table below shows which release corresponds to each branch, and what date th
7272
## 4.14.0 (`dev`)
7373

7474
- [#2356][2356] Add local libc database provider for libcdb
75+
- [#2362][2362] Fix x-terminal does not work properly gdb.attach
7576

7677
[2356]: https://github.com/Gallopsled/pwntools/pull/2356
78+
[2362]: https://github.com/Gallopsled/pwntools/issues/2362
7779

7880
## 4.13.0 (`beta`)
7981

pwnlib/util/proc.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ def wait_for_debugger(pid, debugger_pid=None):
372372
pass
373373
else:
374374
debugger_pid = 0
375-
break
375+
continue
376376
else:
377377
time.sleep(0.01)
378378

0 commit comments

Comments
 (0)