path: pwntools_4.15.0-1/pwnlib/gdb.py
        pid = target
    elif isinstance(target, str):
        # pidof picks the youngest process
        pidof = proc.pidof
