Searched refs:netbsd_nat (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/gdb/nat/
H A Dnetbsd-nat.h27 namespace netbsd_nat namespace
H A Dnetbsd-nat.c31 namespace netbsd_nat
/netbsd-current/external/gpl3/gdb.old/dist/gdb/nat/
H A Dnetbsd-nat.h27 namespace netbsd_nat namespace
H A Dnetbsd-nat.c32 namespace netbsd_nat
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dnetbsd-low.cc102 netbsd_nat::enable_proc_events (pid);
170 netbsd_nat::for_each_thread (pid, fn);
333 (make_unique_xstrdup (netbsd_nat::pid_to_exec_file (pid)));
477 return netbsd_nat::thread_alive (ptid);
536 return netbsd_nat::read_memory (pid, myaddr, memaddr, size, nullptr);
546 return netbsd_nat::write_memory (pid, myaddr, memaddr, size, nullptr);
686 return netbsd_nat::qxfer_siginfo(pid, annex, readbuf, writebuf, offset, len);
805 if (netbsd_nat::read_memory (pid, phdr_buf.data (), phdr_memaddr,
865 while (netbsd_nat::read_memory (pid, buf, dynamic_memaddr, dyn_size, nullptr)
879 if (netbsd_nat
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dnetbsd-low.cc103 netbsd_nat::enable_proc_events (pid);
171 netbsd_nat::for_each_thread (pid, fn);
334 (make_unique_xstrdup (netbsd_nat::pid_to_exec_file (pid)));
478 return netbsd_nat::thread_alive (ptid);
537 return netbsd_nat::read_memory (pid, myaddr, memaddr, size, nullptr);
547 return netbsd_nat::write_memory (pid, myaddr, memaddr, size, nullptr);
689 return netbsd_nat::qxfer_siginfo(pid, annex, readbuf, writebuf, offset, len);
808 if (netbsd_nat::read_memory (pid, phdr_buf.data (), phdr_memaddr,
868 while (netbsd_nat::read_memory (pid, buf, dynamic_memaddr, dyn_size, nullptr)
882 if (netbsd_nat
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dnetbsd-nat.c40 return netbsd_nat::pid_to_exec_file (pid);
102 return netbsd_nat::thread_alive (ptid);
112 return netbsd_nat::thread_name (ptid);
132 netbsd_nat::for_each_thread (pid, fn);
140 netbsd_nat::enable_proc_events (ptid.pid ());
148 netbsd_nat::enable_proc_events (pid);
761 len = netbsd_nat::qxfer_siginfo(pid, annex, readbuf, writebuf, offset,
775 res = netbsd_nat::write_memory (pid, writebuf, offset, len, &xfered);
777 res = netbsd_nat::read_memory (pid, readbuf, offset, len, &xfered);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dnetbsd-nat.c41 return netbsd_nat::pid_to_exec_file (pid);
103 return netbsd_nat::thread_alive (ptid);
113 return netbsd_nat::thread_name (ptid);
133 netbsd_nat::for_each_thread (pid, fn);
141 netbsd_nat::enable_proc_events (ptid.pid ());
149 netbsd_nat::enable_proc_events (pid);
765 len = netbsd_nat::qxfer_siginfo(pid, annex, readbuf, writebuf, offset,
779 res = netbsd_nat::write_memory (pid, writebuf, offset, len, &xfered);
781 res = netbsd_nat::read_memory (pid, readbuf, offset, len, &xfered);

Completed in 112 milliseconds