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

  /src/external/gpl3/gdb.old/dist/gdbserver/
linux-csky-low.cc 39 bool supports_hardware_single_step () override;
340 csky_target::supports_hardware_single_step () function in class:csky_target
target.cc 401 process_stratum_target::supports_hardware_single_step () function in class:process_stratum_target
linux-arm-low.cc 75 bool supports_hardware_single_step () override;
1082 arm_target::supports_hardware_single_step () function in class:arm_target
netbsd-low.cc 1200 /* Implementation of the target_ops method "supports_hardware_single_step". */
1202 netbsd_process_target::supports_hardware_single_step () function in class:netbsd_process_target
win32-low.cc 1280 win32_process_target::supports_hardware_single_step () function in class:win32_process_target
linux-low.cc 2462 if (supports_hardware_single_step ())
3976 if (supports_hardware_single_step ())
4080 if (supports_hardware_single_step ())
4106 if (supports_hardware_single_step ())
4562 if (!supports_hardware_single_step ())
5629 /* Implement the supports_hardware_single_step target_ops method. */
5632 linux_process_target::supports_hardware_single_step () function in class:linux_process_target
  /src/external/gpl3/gdb/dist/gdbserver/
linux-csky-low.cc 39 bool supports_hardware_single_step () override;
340 csky_target::supports_hardware_single_step () function in class:csky_target
target.cc 401 process_stratum_target::supports_hardware_single_step () function in class:process_stratum_target
linux-arm-low.cc 75 bool supports_hardware_single_step () override;
1082 arm_target::supports_hardware_single_step () function in class:arm_target
netbsd-low.cc 1198 /* Implementation of the target_ops method "supports_hardware_single_step". */
1200 netbsd_process_target::supports_hardware_single_step () function in class:netbsd_process_target
win32-low.cc 1276 win32_process_target::supports_hardware_single_step () function in class:win32_process_target
linux-low.cc 2461 if (supports_hardware_single_step ())
3975 if (supports_hardware_single_step ())
4079 if (supports_hardware_single_step ())
4105 if (supports_hardware_single_step ())
4561 if (!supports_hardware_single_step ())
5650 /* Implement the supports_hardware_single_step target_ops method. */
5653 linux_process_target::supports_hardware_single_step () function in class:linux_process_target

Completed in 23 milliseconds