Home
last modified time | relevance | path

Searched refs:ch1 (Results 1 – 1 of 1) sorted by relevance

/xen-4.10.0-shim-comet/tools/debugger/gdbsx/gx/
A Dgx_main.c170 char ch1 = remote_buf[1]; in process_H_request() local
172 if (ch1 == 'c' || ch1 == 'g' || ch1 == 's') { in process_H_request()
426 char ch1 = rbuf[1];
429 if (ch1 != '0') {
434 if (xg_set_bp(gva, ch1))
444 char ch1 = rbuf[1];
447 if (ch1 != '0') {
452 if (xg_rm_bp(gva, ch1))

Completed in 3 milliseconds