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

  /src/external/gpl3/gdb/dist/gdbserver/
linux-aarch64-low.cc 437 enum target_hw_bp_type targ_type; local
446 targ_type = raw_bkpt_type_to_target_hw_bp_type (type);
448 if (targ_type != hw_execute)
451 ret = aarch64_handle_watchpoint (targ_type, addr, len,
466 ret = aarch64_handle_breakpoint (targ_type, addr, len,
473 targ_type);
488 enum target_hw_bp_type targ_type; local
497 targ_type = raw_bkpt_type_to_target_hw_bp_type (type);
500 if (targ_type != hw_execute)
502 aarch64_handle_watchpoint (targ_type, addr, len, 0 /* is_insert */
    [all...]
  /src/external/gpl3/gdb.old/dist/gdbserver/
linux-aarch64-low.cc 437 enum target_hw_bp_type targ_type; local
446 targ_type = raw_bkpt_type_to_target_hw_bp_type (type);
448 if (targ_type != hw_execute)
451 ret = aarch64_handle_watchpoint (targ_type, addr, len,
466 ret = aarch64_handle_breakpoint (targ_type, addr, len,
473 targ_type);
488 enum target_hw_bp_type targ_type; local
497 targ_type = raw_bkpt_type_to_target_hw_bp_type (type);
500 if (targ_type != hw_execute)
502 aarch64_handle_watchpoint (targ_type, addr, len, 0 /* is_insert */
    [all...]

Completed in 25 milliseconds