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);
}
} else {
eprintf ("Cannot place a breakpoint here. "
"No mapped memory\n");
eprintf ("Cannot place a breakpoint on unmapped memory. See dbg.bpinmaps\n");
}
}
break;