Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gdb.old/dist/gdb/stubs/
H A Di386-stub.c600 mem2hex (mem, buf, count, may_fault) in mem2hex() argument
604 int may_fault;
609 if (may_fault)
614 if (may_fault && mem_err)
620 if (may_fault)
628 hex2mem (buf, mem, count, may_fault) in hex2mem() argument
632 int may_fault;
637 if (may_fault)
644 if (may_fault && mem_err)
647 if (may_fault)
/netbsd-src/external/gpl3/gdb/dist/gdb/stubs/
H A Dsparc-stub.c395 mem2hex (unsigned char *mem, unsigned char *buf, int count, int may_fault) in mem2hex() argument
399 set_mem_fault_trap(may_fault); in mem2hex()
421 hex2mem (unsigned char *buf, unsigned char *mem, int count, int may_fault) in hex2mem() argument
426 set_mem_fault_trap(may_fault); in hex2mem()