libmach
This commit is contained in:
parent
0e3cc9f456
commit
a84cbb2a17
53 changed files with 12038 additions and 0 deletions
43
src/libmach/FreeBSD.c
Normal file
43
src/libmach/FreeBSD.c
Normal file
|
|
@ -0,0 +1,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)
|
||||
{
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue