aboutsummaryrefslogtreecommitdiff
path: root/src/libmach/FreeBSD.c
blob: 2838b392b01b5b92934293b71763d1f539ff57f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
/*
 * process interface for FreeBSD 
 */

#include <u.h>
#include <sys/ptrace.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <signal.h>
#include <errno.h>
#include <libc.h>
#include <mach.h>
#include "ureg386.h"

void
unmapproc(Map*)
{
}

int
mapproc(int, Map*, Regs**)
{
}

int
detachproc(int)
{
}

int
procnotes(int, char***)
{
}

int
ctlproc(int, char*)
{
}

char*
proctextfile(int)
{
}