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

  /src/external/gpl3/gdb.old/dist/gdb/
arm-linux-nat.c 851 arm_linux_get_debug_reg_state (pid_t pid) function
1003 bpts = arm_linux_get_debug_reg_state (pid)->wpts;
1008 bpts = arm_linux_get_debug_reg_state (pid)->bpts;
1044 bpts = arm_linux_get_debug_reg_state (pid)->wpts;
1049 bpts = arm_linux_get_debug_reg_state (pid)->bpts;
1284 bpts = arm_linux_get_debug_reg_state (lwp->ptid.pid ())->bpts;
1285 wpts = arm_linux_get_debug_reg_state (lwp->ptid.pid ())->wpts;
1391 parent_state = arm_linux_get_debug_reg_state (parent_pid);
1392 child_state = arm_linux_get_debug_reg_state (child_pid);
  /src/external/gpl3/gdb/dist/gdb/
arm-linux-nat.c 849 arm_linux_get_debug_reg_state (pid_t pid) function
1001 bpts = arm_linux_get_debug_reg_state (pid)->wpts;
1006 bpts = arm_linux_get_debug_reg_state (pid)->bpts;
1042 bpts = arm_linux_get_debug_reg_state (pid)->wpts;
1047 bpts = arm_linux_get_debug_reg_state (pid)->bpts;
1274 bpts = arm_linux_get_debug_reg_state (lwp->ptid.pid ())->bpts;
1275 wpts = arm_linux_get_debug_reg_state (lwp->ptid.pid ())->wpts;
1381 parent_state = arm_linux_get_debug_reg_state (parent_pid);
1382 child_state = arm_linux_get_debug_reg_state (child_pid);

Completed in 15 milliseconds