Searched refs:orig_core_ops (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/gdb/gdb/
H A Dsol-thread.c71 static struct target_ops orig_core_ops; variable in typeref:struct:target_ops
563 orig_core_ops.to_fetch_registers (regno);
749 retval = orig_core_ops.to_xfer_memory (memaddr, myaddr, len,
780 retval = orig_core_ops.to_xfer_partial (ops, object, annex,
940 return orig_core_ops.to_thread_alive (ptid);
1070 cc = orig_core_ops.to_xfer_memory (addr, buf, size,
1158 orig_core_ops.to_fetch_registers (-1);
1182 orig_core_ops.to_store_registers (-1);
1290 orig_core_ops.to_fetch_registers (-1);
1314 orig_core_ops
[all...]
/freebsd-9.3-release/gnu/usr.bin/gdb/libgdb/
H A Dfbsd-threads.c66 static struct target_ops orig_core_ops; variable in typeref:struct:target_ops
830 err = orig_core_ops.to_xfer_memory (memaddr, myaddr, len, write, attrib,
848 orig_core_ops.to_fetch_registers (-1);
1416 orig_core_ops.to_open (filename, from_tty);
1434 orig_core_ops.to_close (quitting);
1443 orig_core_ops.to_detach (args, from_tty);
1455 orig_core_ops.to_files_info (ignore);
1622 memcpy (&orig_core_ops, &core_ops, sizeof (struct target_ops));

Completed in 103 milliseconds