GDB (xrefs)
Loading...
Searching...
No Matches
Namespaces | Functions
netbsd-nat.h File Reference
#include "gdbsupport/function-view.h"
#include <unistd.h>

Go to the source code of this file.

Namespaces

namespace  netbsd_nat
 

Functions

const char * netbsd_nat::pid_to_exec_file (pid_t pid)
 
bool netbsd_nat::thread_alive (ptid_t ptid)
 
const char * netbsd_nat::thread_name (ptid_t ptid)
 
void netbsd_nat::for_each_thread (pid_t pid, gdb::function_view< void(ptid_t)> callback)
 
void netbsd_nat::enable_proc_events (pid_t pid)
 
int netbsd_nat::qxfer_siginfo (pid_t pid, const char *annex, unsigned char *readbuf, unsigned const char *writebuf, CORE_ADDR offset, int len)
 
int netbsd_nat::write_memory (pid_t pid, unsigned const char *writebuf, CORE_ADDR offset, size_t len, size_t *xfered_len)
 
int netbsd_nat::read_memory (pid_t pid, unsigned char *readbuf, CORE_ADDR offset, size_t len, size_t *xfered_len)