Searched refs:bp_data (Results 1 – 1 of 1) sorted by relevance
65 static unsigned char bp_data[MAX_BREAKPOINTS][4]; variable564 buf[11] = bp_data[i][2] & 0x7f; in m32r_resume()565 buf[12] = bp_data[i][3]; in m32r_resume()569 buf[9] = bp_data[i][0]; in m32r_resume()570 buf[10] = bp_data[i][1]; in m32r_resume()579 buf[9] = bp_data[i][0]; in m32r_resume()580 buf[10] = bp_data[i][1] & 0x7f; in m32r_resume()588 buf[11] = bp_data[i][2]; in m32r_resume()589 buf[12] = bp_data[i][3]; in m32r_resume()777 if ((bp_data[i][2] & 0x80) != 0) in m32r_wait()[all …]