mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-22 05:37:06 +00:00
parent
e97e011426
commit
2b9edf8dc4
@ -279,10 +279,10 @@ R_API int r_bp_list(RBreakpoint *bp, int rad) {
|
||||
// b->data? b->data: "");
|
||||
break;
|
||||
case 'j':
|
||||
bp->cb_printf ("%s{\"addr\":%"PFMT64d",\"size\":%d,\
|
||||
\"prot\":\"%c%c%c\",\"hw\":%s,\
|
||||
\"trace\":%s,\"enabled\":%s,\
|
||||
\"data\":\"%s\"}",
|
||||
bp->cb_printf ("%s{\"addr\":%"PFMT64d",\"size\":%d,"
|
||||
"\"prot\":\"%c%c%c\",\"hw\":%s,"
|
||||
"\"trace\":%s,\"enabled\":%s,"
|
||||
"\"data\":\"%s\"}",
|
||||
iter->p ? "," : "",
|
||||
b->addr, b->size,
|
||||
(b->rwx & R_BP_PROT_READ) ? 'r' : '-',
|
||||
|
Loading…
x
Reference in New Issue
Block a user