HomeSort by: relevance | last modified time | path
    Searched refs:netbsd_nat (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/nat/
netbsd-nat.h 27 namespace netbsd_nat namespace
netbsd-nat.c 31 namespace netbsd_nat
  /src/external/gpl3/gdb.old/dist/gdb/nat/
netbsd-nat.h 27 namespace netbsd_nat namespace
netbsd-nat.c 31 namespace netbsd_nat
  /src/external/gpl3/gdb/dist/gdbserver/
netbsd-low.cc 102 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)));
480 return netbsd_nat::thread_alive (ptid);
539 return netbsd_nat::read_memory (pid, myaddr, memaddr, size, nullptr);
549 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::read_memory (pid, rld_map.buf, dyn->d_un.d_val
    [all...]
  /src/external/gpl3/gdb.old/dist/gdbserver/
netbsd-low.cc 102 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::read_memory (pid, rld_map.buf, dyn->d_un.d_val
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
netbsd-nat.c 41 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);
758 len = netbsd_nat::qxfer_siginfo(pid, annex, readbuf, writebuf, offset,
772 res = netbsd_nat::write_memory (pid, writebuf, offset, len, &xfered);
774 res = netbsd_nat::read_memory (pid, readbuf, offset, len, &xfered);
  /src/external/gpl3/gdb.old/dist/gdb/
netbsd-nat.c 40 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);

Completed in 102 milliseconds