mirror of
https://github.com/radareorg/radare2.git
synced 2025-03-06 13:29:46 +00:00
Add waitfor:// in io.debug description
This commit is contained in:
parent
f2ac0a1d52
commit
57996ce39f
@ -454,7 +454,7 @@ static RIODesc *__open(RIO *io, const char *file, int rw, int mode) {
|
||||
|
||||
RIOPlugin r_io_plugin_debug = {
|
||||
.name = "debug",
|
||||
.desc = "Native debugger (dbg:///bin/ls dbg://1388 pidof://)",
|
||||
.desc = "Native debugger (dbg:///bin/ls dbg://1388 pidof:// waitfor://)",
|
||||
.license = "LGPL3",
|
||||
.open = __open,
|
||||
.check = __plugin_open,
|
||||
|
Loading…
x
Reference in New Issue
Block a user