#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
#include <string.h>
#include <sys/user.h>
#include <sys/ptrace.h>
#include <inttypes.h>
#include <signal.h>
#include <argp.h>
#include <glib.h>
#include "glib_wrapper.h"
#include "log.h"
#include "dwdebug.h"
#include "target_api.h"
#include "target.h"
#include "probe_api.h"
Go to the source code of this file.
error_t dt_argp_parse_opt |
( |
int |
key, |
|
|
char * |
arg, |
|
|
struct argp_state * |
state |
|
) |
| |
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
Initial value:= {
}
error_t dt_argp_parse_opt(int key, char *arg, struct argp_state *state)
struct argp_option dt_argp_opts[]
Definition at line 53 of file probetargets.c.
struct argp_option dt_argp_opts[] |
Initial value:= {
{ "post",'P',0,0,"Enable post handlers.",0 },
{ "quiet",'q',0,0,"Silent but deadly.",0 },
{ 0,0,0,0,0,0 },
}
Definition at line 47 of file probetargets.c.