kernel/kernel/debug/kdb/kdb_debugger.c
.. .. @@ -147,7 +147,6 @@ 147 147 return DBG_PASS_EVENT; 148 148 } 149 149 kdb_bp_install(ks->linux_regs); 150 - dbg_activate_sw_breakpoints();151 150 /* Set the exit state to a single step or a continue */ 152 151 if (KDB_STATE(DOING_SS)) 153 152 gdbstub_state(ks, "s"); .. .. @@ -167,7 +166,6 @@ 167 166 * differently vs the gdbstub 168 167 */ 169 168 kgdb_single_step = 0; 170 - dbg_deactivate_sw_breakpoints();171 169 return DBG_SWITCH_CPU_EVENT; 172 170 } 173 171 return kgdb_info[ks->cpu].ret_state;