HomeSort by: relevance | last modified time | path
    Searched defs:arm_hwbp_break (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
arm-linux-nat.c 694 arm_hwbp_break = 0, enumerator in enum:__anon162
866 gdb_assert (hwbp_type != arm_hwbp_break
918 p->control = arm_hwbp_control_initialize (mask, arm_hwbp_break, 1);
  /src/external/gpl3/gdb.old/dist/gdbserver/
linux-arm-low.cc 180 arm_hwbp_break = 0, enumerator in enum:__anon390
452 gdb_assert (hwbp_type != arm_hwbp_break
495 return arm_hwbp_break;
521 if (hwbp_type == arm_hwbp_break)
565 return hwbp_type != arm_hwbp_break;
  /src/external/gpl3/gdb/dist/gdb/
arm-linux-nat.c 692 arm_hwbp_break = 0, enumerator in enum:__anon230
864 gdb_assert (hwbp_type != arm_hwbp_break
916 p->control = arm_hwbp_control_initialize (mask, arm_hwbp_break, 1);
  /src/external/gpl3/gdb/dist/gdbserver/
linux-arm-low.cc 180 arm_hwbp_break = 0, enumerator in enum:__anon744
452 gdb_assert (hwbp_type != arm_hwbp_break
495 return arm_hwbp_break;
521 if (hwbp_type == arm_hwbp_break)
565 return hwbp_type != arm_hwbp_break;

Completed in 20 milliseconds