mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-02 02:06:46 +00:00
Better error message for dbg.bpinmaps
This commit is contained in:
parent
f0be264b4d
commit
a22258e99a
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user