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

  /src/external/gpl3/gdb.old/dist/gdb/
ppc-linux-nat.c 2049 int total_hw_wp, total_hw_bp; local
2062 total_hw_wp = m_dreg_interface.hwdebug_info ().num_data_bps;
2071 total_hw_wp = 1;
2077 if (total_hw_wp == 0)
2079 else if (cnt + ot > total_hw_wp)
  /src/external/gpl3/gdb/dist/gdb/
ppc-linux-nat.c 2049 int total_hw_wp, total_hw_bp; local
2062 total_hw_wp = m_dreg_interface.hwdebug_info ().num_data_bps;
2071 total_hw_wp = 1;
2077 if (total_hw_wp == 0)
2079 else if (cnt + ot > total_hw_wp)

Completed in 21 milliseconds