Home
last modified time | relevance | path

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

/xen/tools/debugger/gdbsx/gx/
A Dgx_main.c63 rbuf++; in gx_write_guest_regs()
315 rbuf = gx_convert_int_to_ascii(regsp->ebp, rbuf, 4);
320 rbuf = gx_convert_int_to_ascii(regsp->esp, rbuf, 4);
325 rbuf = gx_convert_int_to_ascii(regsp->eip, rbuf, 4);
327 return rbuf;
336 rbuf = gx_convert_int_to_ascii(regsp->ebp, rbuf, 4);
341 rbuf = gx_convert_int_to_ascii(regsp->esp, rbuf, 4);
346 rbuf = gx_convert_int_to_ascii(regsp->eip, rbuf, 4);
348 return rbuf;
361 rbuf = copy_mini_context32(rbuf, &regs.u.gregs_32);
[all …]

Completed in 4 milliseconds