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

  /src/external/gpl3/gdb/dist/gdbserver/
linux-mips-low.cc 437 enum target_hw_bp_type watch_type)
445 new_watch->type = watch_type;
549 enum target_hw_bp_type watch_type; local
566 watch_type = raw_bkpt_type_to_target_hw_bp_type (type);
567 irw = mips_linux_watch_type_to_irw (watch_type);
572 mips_add_watchpoint (priv, addr, len, watch_type);
593 enum target_hw_bp_type watch_type; local
599 watch_type = raw_bkpt_type_to_target_hw_bp_type (type);
604 if (w->addr == addr && w->len == len && w->type == watch_type)
  /src/external/gpl3/gdb.old/dist/gdbserver/
linux-mips-low.cc 437 enum target_hw_bp_type watch_type)
445 new_watch->type = watch_type;
549 enum target_hw_bp_type watch_type; local
567 watch_type = raw_bkpt_type_to_target_hw_bp_type (type);
568 irw = mips_linux_watch_type_to_irw (watch_type);
573 mips_add_watchpoint (priv, addr, len, watch_type);
594 enum target_hw_bp_type watch_type; local
600 watch_type = raw_bkpt_type_to_target_hw_bp_type (type);
605 if (w->addr == addr && w->len == len && w->type == watch_type)

Completed in 28 milliseconds