1
0
mirror of https://github.com/beego/bee.git synced 2024-07-01 03:34:14 +00:00
bee/vendor/github.com/derekparker/delve/proc/exec_darwin.h

11 lines
225 B
C
Raw Normal View History

2017-03-19 22:45:54 +00:00
#include "proc_darwin.h"
#include <unistd.h>
#include <sys/ptrace.h>
#include <errno.h>
#include <stdlib.h>
#include <fcntl.h>
int
fork_exec(char *, char **, int, char *, task_t*, mach_port_t*, mach_port_t*, mach_port_t*);