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