HomeSort by: relevance | last modified time | path
    Searched defs:total_hw_bp (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
2061 total_hw_bp = m_dreg_interface.hwdebug_info ().num_instruction_bps;
2070 total_hw_bp = 0;
2086 if (total_hw_bp == 0)
2088 else if (cnt > total_hw_bp)
  /src/external/gpl3/gdb/dist/gdb/
ppc-linux-nat.c 2049 int total_hw_wp, total_hw_bp; local
2061 total_hw_bp = m_dreg_interface.hwdebug_info ().num_instruction_bps;
2070 total_hw_bp = 0;
2086 if (total_hw_bp == 0)
2088 else if (cnt > total_hw_bp)

Completed in 20 milliseconds