mirror of https://github.com/pwndbg/pwndbg.git
Don't try to attach to gdb itself in `attachp` (#2445)
gdb doesn't allow debugging itself: ``` attachp some-nonexistent-process-name Attaching to 361478 Error: I refuse to debug myself! ``` This fixes the test_attachp_command_nonexistent_procname test for me.pull/2447/head
parent
6892a09c5a
commit
15a6927248
Loading…
Reference in new issue