Loading arch/powerpc/xmon/xmon.c +4 −0 Original line number Diff line number Diff line Loading @@ -1297,6 +1297,10 @@ bpt_cmds(void) static const char badaddr[] = "Only kernel addresses are permitted for breakpoints\n"; int mode; case 'd': /* bd - hardware data breakpoint */ if (!ppc_breakpoint_available()) { printf("Hardware data breakpoint not supported on this cpu\n"); break; } mode = 7; cmd = inchar(); if (cmd == 'r') Loading Loading
arch/powerpc/xmon/xmon.c +4 −0 Original line number Diff line number Diff line Loading @@ -1297,6 +1297,10 @@ bpt_cmds(void) static const char badaddr[] = "Only kernel addresses are permitted for breakpoints\n"; int mode; case 'd': /* bd - hardware data breakpoint */ if (!ppc_breakpoint_available()) { printf("Hardware data breakpoint not supported on this cpu\n"); break; } mode = 7; cmd = inchar(); if (cmd == 'r') Loading