Better error message for dbg.bpinmaps

This commit is contained in:
pancake 2016-02-28 02:43:13 +01:00
parent f0be264b4d
commit a22258e99a

View File

@ -1959,8 +1959,7 @@ static void r_core_cmd_bp(RCore *core, const char *input) {
"'%s'\n", input+2); "'%s'\n", input+2);
} }
} else { } else {
eprintf ("Cannot place a breakpoint here. " eprintf ("Cannot place a breakpoint on unmapped memory. See dbg.bpinmaps\n");
"No mapped memory\n");
} }
} }
break; break;