GDB (API)
|
#include "defs.h"
#include "inferior.h"
#include "value.h"
#include "gdb_string.h"
#include <ctype.h>
#include <fcntl.h>
#include <signal.h>
#include <setjmp.h>
#include <errno.h>
#include "terminal.h"
#include "target.h"
#include "gdbcore.h"
#include "gdb/callback.h"
#include "gdb/remote-sim.h"
#include "command.h"
#include "regcache.h"
#include "gdb_assert.h"
#include "sim-regno.h"
#include "arch-utils.h"
#include "readline/readline.h"
#include "gdbthread.h"
Go to the source code of this file.
Defines | |
#define | INITIAL_PID 42000 |
Enumerations | |
enum | { SIM_INSTANCE_NOT_NEEDED = 0, SIM_INSTANCE_NEEDED = 1 } |
Functions | |
void | _initialize_remote_sim (void) |
int | one2one_register_sim_regno (struct gdbarch *gdbarch, int regnum) |
void | simulator_command (char *args, int from_tty) |
Variables | |
struct target_ops | gdbsim_ops |
#define INITIAL_PID 42000 |
Definition at line 133 of file remote-sim.c.
anonymous enum |
Definition at line 163 of file remote-sim.c.
void _initialize_remote_sim | ( | void | ) |
Definition at line 1324 of file remote-sim.c.
int one2one_register_sim_regno | ( | struct gdbarch * | gdbarch, |
int | regnum | ||
) |
Definition at line 417 of file remote-sim.c.
void simulator_command | ( | char * | args, |
int | from_tty | ||
) |
Definition at line 1169 of file remote-sim.c.
struct target_ops gdbsim_ops |
Definition at line 1287 of file remote-sim.c.