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

  /src/external/gpl3/gdb.old/dist/gdb/
arm-linux-nat.c 701 typedef unsigned int arm_hwbp_control_t; typedef
709 arm_hwbp_control_t control;
860 static arm_hwbp_control_t
874 arm_hwbp_control_is_enabled (arm_hwbp_control_t control)
882 arm_hwbp_control_is_initialized (arm_hwbp_control_t control)
888 static arm_hwbp_control_t
889 arm_hwbp_control_disable (arm_hwbp_control_t control)
1263 sethbpregs_hwbp_control (int pid, int i, arm_hwbp_control_t control)
1297 arm_hwbp_control_t control = bpts[i].control;
  /src/external/gpl3/gdb.old/dist/gdbserver/
linux-arm-low.cc 187 typedef unsigned int arm_hwbp_control_t; typedef
195 arm_hwbp_control_t control;
446 static arm_hwbp_control_t
460 arm_hwbp_control_is_enabled (arm_hwbp_control_t control)
467 arm_hwbp_control_is_initialized (arm_hwbp_control_t control)
473 static arm_hwbp_control_t
474 arm_hwbp_control_disable (arm_hwbp_control_t control)
840 sethbpregs_hwbp_control (int pid, int i, arm_hwbp_control_t control)
866 arm_hwbp_control_t control = proc_info->bpts[i].control;
  /src/external/gpl3/gdb/dist/gdb/
arm-linux-nat.c 699 typedef unsigned int arm_hwbp_control_t; typedef
707 arm_hwbp_control_t control;
858 static arm_hwbp_control_t
872 arm_hwbp_control_is_enabled (arm_hwbp_control_t control)
880 arm_hwbp_control_is_initialized (arm_hwbp_control_t control)
886 static arm_hwbp_control_t
887 arm_hwbp_control_disable (arm_hwbp_control_t control)
1253 sethbpregs_hwbp_control (int pid, int i, arm_hwbp_control_t control)
1287 arm_hwbp_control_t control = bpts[i].control;
  /src/external/gpl3/gdb/dist/gdbserver/
linux-arm-low.cc 187 typedef unsigned int arm_hwbp_control_t; typedef
195 arm_hwbp_control_t control;
446 static arm_hwbp_control_t
460 arm_hwbp_control_is_enabled (arm_hwbp_control_t control)
467 arm_hwbp_control_is_initialized (arm_hwbp_control_t control)
473 static arm_hwbp_control_t
474 arm_hwbp_control_disable (arm_hwbp_control_t control)
840 sethbpregs_hwbp_control (int pid, int i, arm_hwbp_control_t control)
866 arm_hwbp_control_t control = proc_info->bpts[i].control;

Completed in 18 milliseconds