path: radare2_6.0.7+ds-1/libr/io/p/io_debug.c r_sys_usleep (100); } } else if (r_str_startswith (file, "pidof://")) { const char *procname = file + 8; int target_pid = get_pid_of (io, procname); path: radare2_6.0.7+ds-1/libr/io/p/io_debug.c return true; } if (r_str_startswith (file, "pidof://")) { return true; } path: radare2_6.0.7+ds-1/libr/io/p/io_debug.c .author = "pancake", }, .uris = "dbg://,pidof://,waitfor://", .open = __open, .check = __plugin_open, path: radare2_6.0.7+ds-1/doc/devdebug.md Launching lldb and r2 in the same terminal it's usually handy, unless you are going to debug a bug in visual or panels mode, because the terminal configuration may be different. In those cases you may want to attach to the process by calling it with `lldb -p ` ## PD