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

  /src/external/gpl3/gdb/dist/gdbserver/
linux-arm-low.cc 180 arm_hwbp_break = 0, enumerator in enum:__anon18373
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.old/dist/gdbserver/
linux-arm-low.cc 180 arm_hwbp_break = 0, enumerator in enum:__anon21114
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 694 arm_hwbp_break = 0, enumerator in enum:__anon17795
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/gdb/
arm-linux-nat.c 694 arm_hwbp_break = 0, enumerator in enum:__anon20536
866 gdb_assert (hwbp_type != arm_hwbp_break
910 p->control = arm_hwbp_control_initialize (mask, arm_hwbp_break, 1);

Completed in 27 milliseconds