#include "gdbsupport/common-defs.h"
#include "nat/netbsd-nat.h"
#include "gdbsupport/common-debug.h"
#include <sys/types.h>
#include <sys/ptrace.h>
#include <sys/sysctl.h>
#include <cstring>
#include "gdbsupport/function-view.h"
Go to the source code of this file.
|
const char * | netbsd_nat::pid_to_exec_file (pid_t pid) |
|
static bool | netbsd_nat::netbsd_thread_lister (const pid_t pid, gdb::function_view< bool(const struct kinfo_lwp *)> callback) |
|
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) |
|