Updated help on dbC (#9095)

This commit is contained in:
securisec 2017-12-30 05:25:51 -05:00 committed by radare
parent 9baf281edc
commit 3282e2a800

View File

@ -51,7 +51,7 @@ static const char *help_msg_db[] = {
"dbj", "", "List breakpoints in JSON format",
// "dbi", " 0x848 ecx=3", "stop execution when condition matches",
"dbc", " <addr> <cmd>", "Run command when breakpoint is hit",
"dbC", " <addr> <cmd>", "Set breakpoint condition on command",
"dbC", " <addr> <cmd>", "Run command but continue until <cmd> returns zero",
"dbd", " <addr>", "Disable breakpoint",
"dbe", " <addr>", "Enable breakpoint",
"dbs", " <addr>", "Toggle breakpoint",