#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 "common.h"
#include "log.h"
#include "dwdebug.h"
#include "target_api.h"
#include "target.h"
#include "probe_api.h"
#include "target_os_process.h"
Go to the source code of this file.
error_t dt_argp_parse_opt |
( |
int |
key, |
|
|
char * |
arg, |
|
|
struct argp_state * |
state |
|
) |
| |
void extract_args |
( |
int |
argc, |
|
|
char ** |
argv, |
|
|
struct tgt_sym * |
task2sym |
|
) |
| |
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
Initial value:= {
}
struct argp_option dt_argp_opts[]
error_t dt_argp_parse_opt(int key, char *arg, struct argp_state *state)
Definition at line 99 of file pingpongmonitor.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 93 of file pingpongmonitor.c.