| /src/external/gpl3/gdb/dist/sim/common/ |
| sim-io.h | 35 int sim_io_init (SIM_DESC sd); 37 int sim_io_shutdown (SIM_DESC sd); 39 int sim_io_unlink (SIM_DESC sd, const char *); 41 int64_t sim_io_time (SIM_DESC sd); 43 int sim_io_system (SIM_DESC sd, const char *); 45 int sim_io_rename (SIM_DESC sd, const char *, const char *); 47 int sim_io_write_stdout (SIM_DESC sd, const char *, int); 49 void sim_io_flush_stdout (SIM_DESC sd); 51 int sim_io_write_stderr (SIM_DESC sd, const char *, int); 53 void sim_io_flush_stderr (SIM_DESC sd) [all...] |
| dv-sockser.h | 32 extern int dv_sockser_status (SIM_DESC); 33 int dv_sockser_write (SIM_DESC, unsigned char); 34 int dv_sockser_write_buffer (SIM_DESC, const unsigned char *, unsigned); 35 int dv_sockser_read (SIM_DESC); 42 dv_sockser_status (SIM_DESC sd) 50 dv_sockser_write (SIM_DESC sd, unsigned char c) 56 dv_sockser_write_buffer (SIM_DESC sd, const unsigned char *buffer, 63 dv_sockser_read (SIM_DESC sd)
|
| sim-module.h | 37 typedef SIM_RC (MODULE_INSTALL_FN) (SIM_DESC); 38 typedef SIM_RC (MODULE_INIT_FN) (SIM_DESC); 39 typedef SIM_RC (MODULE_RESUME_FN) (SIM_DESC); 40 typedef SIM_RC (MODULE_SUSPEND_FN) (SIM_DESC); 41 typedef void (MODULE_UNINSTALL_FN) (SIM_DESC); 42 typedef void (MODULE_INFO_FN) (SIM_DESC, bool); 75 SIM_RC sim_module_install (SIM_DESC); 76 SIM_RC sim_module_install_list (SIM_DESC, MODULE_INSTALL_FN * const[], size_t); 77 void sim_module_uninstall (SIM_DESC); 78 void sim_module_add_init_fn (SIM_DESC sd, MODULE_INIT_FN fn) [all...] |
| sim-events.h | 76 typedef void sim_event_handler(SIM_DESC sd, void *data); 106 extern SIM_RC sim_events_install (SIM_DESC sd); 112 (SIM_DESC sd, 118 (SIM_DESC sd, 126 (SIM_DESC sd, 135 (SIM_DESC sd, 149 (SIM_DESC sd, 158 (SIM_DESC sd, 175 (SIM_DESC sd, 195 (SIM_DESC sd [all...] |
| sim-options.h | 36 typedef SIM_RC (OPTION_HANDLER) (SIM_DESC, sim_cpu *, int, char *, int); 39 #define DECLARE_OPTION_HANDLER(fn) SIM_RC fn (SIM_DESC, sim_cpu *, int, char *, int) 132 SIM_RC sim_add_option_table (SIM_DESC sd, sim_cpu *cpu, const OPTION *table); 138 SIM_RC sim_parse_args (SIM_DESC sd, char * const *argv); 142 void sim_print_help (SIM_DESC sd, int is_command); 146 void sim_print_version (SIM_DESC sd, int is_command); 150 SIM_RC sim_args_command (SIM_DESC sd, const char *cmd);
|
| sim-engine.h | 56 void sim_engine_get_run_state (SIM_DESC sd, enum sim_stop *reason, int *sigrc); 57 void sim_engine_set_run_state (SIM_DESC sd, enum sim_stop reason, int sigrc); 63 (SIM_DESC sd, 88 (SIM_DESC sd, 117 (SIM_DESC sd, 124 (SIM_DESC sd, 143 (SIM_DESC sd, 154 extern int sim_engine_next_cpu_nr (SIM_DESC sd); 155 extern int sim_engine_last_cpu_nr (SIM_DESC sd); 156 extern int sim_engine_nr_cpus (SIM_DESC sd) [all...] |
| sim-command.c | 32 sim_do_command (SIM_DESC sd, const char *cmd)
|
| sim-info.c | 30 sim_info (SIM_DESC sd, bool verbose)
|
| sim-signal.h | 48 int sim_signal_to_host (SIM_DESC sd, SIM_SIGNAL); 49 enum gdb_signal sim_signal_to_gdb_signal (SIM_DESC sd, SIM_SIGNAL);
|
| /src/external/gpl3/gdb.old/dist/sim/common/ |
| sim-io.h | 35 int sim_io_init (SIM_DESC sd); 37 int sim_io_shutdown (SIM_DESC sd); 39 int sim_io_unlink (SIM_DESC sd, const char *); 41 int64_t sim_io_time (SIM_DESC sd); 43 int sim_io_system (SIM_DESC sd, const char *); 45 int sim_io_rename (SIM_DESC sd, const char *, const char *); 47 int sim_io_write_stdout (SIM_DESC sd, const char *, int); 49 void sim_io_flush_stdout (SIM_DESC sd); 51 int sim_io_write_stderr (SIM_DESC sd, const char *, int); 53 void sim_io_flush_stderr (SIM_DESC sd) [all...] |
| dv-sockser.h | 32 extern int dv_sockser_status (SIM_DESC); 33 int dv_sockser_write (SIM_DESC, unsigned char); 34 int dv_sockser_write_buffer (SIM_DESC, const unsigned char *, unsigned); 35 int dv_sockser_read (SIM_DESC); 42 dv_sockser_status (SIM_DESC sd) 50 dv_sockser_write (SIM_DESC sd, unsigned char c) 56 dv_sockser_write_buffer (SIM_DESC sd, const unsigned char *buffer, 63 dv_sockser_read (SIM_DESC sd)
|
| sim-module.h | 37 typedef SIM_RC (MODULE_INSTALL_FN) (SIM_DESC); 38 typedef SIM_RC (MODULE_INIT_FN) (SIM_DESC); 39 typedef SIM_RC (MODULE_RESUME_FN) (SIM_DESC); 40 typedef SIM_RC (MODULE_SUSPEND_FN) (SIM_DESC); 41 typedef void (MODULE_UNINSTALL_FN) (SIM_DESC); 42 typedef void (MODULE_INFO_FN) (SIM_DESC, bool); 75 SIM_RC sim_module_install (SIM_DESC); 76 SIM_RC sim_module_install_list (SIM_DESC, MODULE_INSTALL_FN * const[], size_t); 77 void sim_module_uninstall (SIM_DESC); 78 void sim_module_add_init_fn (SIM_DESC sd, MODULE_INIT_FN fn) [all...] |
| sim-events.h | 76 typedef void sim_event_handler(SIM_DESC sd, void *data); 106 extern SIM_RC sim_events_install (SIM_DESC sd); 112 (SIM_DESC sd, 118 (SIM_DESC sd, 126 (SIM_DESC sd, 135 (SIM_DESC sd, 149 (SIM_DESC sd, 158 (SIM_DESC sd, 175 (SIM_DESC sd, 195 (SIM_DESC sd [all...] |
| sim-options.h | 36 typedef SIM_RC (OPTION_HANDLER) (SIM_DESC, sim_cpu *, int, char *, int); 39 #define DECLARE_OPTION_HANDLER(fn) SIM_RC fn (SIM_DESC, sim_cpu *, int, char *, int) 132 SIM_RC sim_add_option_table (SIM_DESC sd, sim_cpu *cpu, const OPTION *table); 138 SIM_RC sim_parse_args (SIM_DESC sd, char * const *argv); 142 void sim_print_help (SIM_DESC sd, int is_command); 146 void sim_print_version (SIM_DESC sd, int is_command); 150 SIM_RC sim_args_command (SIM_DESC sd, const char *cmd);
|
| sim-engine.h | 56 void sim_engine_get_run_state (SIM_DESC sd, enum sim_stop *reason, int *sigrc); 57 void sim_engine_set_run_state (SIM_DESC sd, enum sim_stop reason, int sigrc); 63 (SIM_DESC sd, 88 (SIM_DESC sd, 117 (SIM_DESC sd, 124 (SIM_DESC sd, 143 (SIM_DESC sd, 154 extern int sim_engine_next_cpu_nr (SIM_DESC sd); 155 extern int sim_engine_last_cpu_nr (SIM_DESC sd); 156 extern int sim_engine_nr_cpus (SIM_DESC sd) [all...] |
| sim-command.c | 32 sim_do_command (SIM_DESC sd, const char *cmd)
|
| sim-info.c | 30 sim_info (SIM_DESC sd, bool verbose)
|
| /src/external/gpl3/binutils/dist/include/sim/ |
| sim.h | 34 typedef struct sim_state *SIM_DESC; 97 SIM_DESC sim_open (SIM_OPEN_KIND kind, struct host_callback_struct *callback, 109 void sim_close (SIM_DESC sd, int quitting); 135 SIM_RC sim_load (SIM_DESC sd, const char *prog, struct bfd *abfd, int from_tty); 155 SIM_RC sim_create_inferior (SIM_DESC sd, struct bfd *abfd, 163 uint64_t sim_read (SIM_DESC sd, uint64_t addr, void *buf, uint64_t length); 170 uint64_t sim_write (SIM_DESC sd, uint64_t addr, const void *buf, uint64_t length); 182 int sim_fetch_register (SIM_DESC sd, int regno, void *buf, int length); 196 int sim_store_register (SIM_DESC sd, int regno, const void *buf, int length); 203 void sim_info (SIM_DESC sd, bool verbose) [all...] |
| /src/external/gpl3/binutils.old/dist/include/sim/ |
| sim.h | 34 typedef struct sim_state *SIM_DESC; 97 SIM_DESC sim_open (SIM_OPEN_KIND kind, struct host_callback_struct *callback, 109 void sim_close (SIM_DESC sd, int quitting); 135 SIM_RC sim_load (SIM_DESC sd, const char *prog, struct bfd *abfd, int from_tty); 155 SIM_RC sim_create_inferior (SIM_DESC sd, struct bfd *abfd, 163 uint64_t sim_read (SIM_DESC sd, uint64_t addr, void *buf, uint64_t length); 170 uint64_t sim_write (SIM_DESC sd, uint64_t addr, const void *buf, uint64_t length); 182 int sim_fetch_register (SIM_DESC sd, int regno, void *buf, int length); 196 int sim_store_register (SIM_DESC sd, int regno, const void *buf, int length); 203 void sim_info (SIM_DESC sd, bool verbose) [all...] |
| /src/external/gpl3/gdb/dist/include/sim/ |
| sim.h | 34 typedef struct sim_state *SIM_DESC; 97 SIM_DESC sim_open (SIM_OPEN_KIND kind, struct host_callback_struct *callback, 109 void sim_close (SIM_DESC sd, int quitting); 135 SIM_RC sim_load (SIM_DESC sd, const char *prog, struct bfd *abfd, int from_tty); 155 SIM_RC sim_create_inferior (SIM_DESC sd, struct bfd *abfd, 163 uint64_t sim_read (SIM_DESC sd, uint64_t addr, void *buf, uint64_t length); 170 uint64_t sim_write (SIM_DESC sd, uint64_t addr, const void *buf, uint64_t length); 182 int sim_fetch_register (SIM_DESC sd, int regno, void *buf, int length); 196 int sim_store_register (SIM_DESC sd, int regno, const void *buf, int length); 203 void sim_info (SIM_DESC sd, bool verbose) [all...] |
| /src/external/gpl3/gdb.old/dist/include/sim/ |
| sim.h | 34 typedef struct sim_state *SIM_DESC; 97 SIM_DESC sim_open (SIM_OPEN_KIND kind, struct host_callback_struct *callback, 109 void sim_close (SIM_DESC sd, int quitting); 135 SIM_RC sim_load (SIM_DESC sd, const char *prog, struct bfd *abfd, int from_tty); 155 SIM_RC sim_create_inferior (SIM_DESC sd, struct bfd *abfd, 163 uint64_t sim_read (SIM_DESC sd, uint64_t addr, void *buf, uint64_t length); 170 uint64_t sim_write (SIM_DESC sd, uint64_t addr, const void *buf, uint64_t length); 182 int sim_fetch_register (SIM_DESC sd, int regno, void *buf, int length); 196 int sim_store_register (SIM_DESC sd, int regno, const void *buf, int length); 203 void sim_info (SIM_DESC sd, bool verbose) [all...] |
| /src/external/gpl3/gdb/dist/sim/aarch64/ |
| simulator.h | 47 extern void aarch64_run (SIM_DESC); 48 extern const char * aarch64_get_func (SIM_DESC, uint64_t);
|
| /src/external/gpl3/gdb.old/dist/sim/aarch64/ |
| simulator.h | 47 extern void aarch64_run (SIM_DESC); 48 extern const char * aarch64_get_func (SIM_DESC, uint64_t);
|
| /src/external/gpl3/gdb/dist/sim/v850/ |
| simops.h | 82 int v850_float_compare(SIM_DESC sd, int cmp, sim_fpu wop1, sim_fpu wop2, int double_op_p); 85 uint32_t load_data_mem(SIM_DESC sd, address_word addr, int len); 86 void store_data_mem(SIM_DESC sd, address_word addr, int len, uint32_t data); 97 extern void check_invalid_snan (SIM_DESC sd, sim_fpu_status, unsigned int); 108 extern void update_fpsr (SIM_DESC sd, sim_fpu_status, unsigned int, unsigned int); 114 void SignalException (SIM_DESC sd); 115 void SignalExceptionFPE (SIM_DESC sd, unsigned int double_op_p); 117 int mpu_load_mem_test (SIM_DESC sd, unsigned int addr, int len, int base_reg); 118 int mpu_store_mem_test (SIM_DESC sd, unsigned int addr, int len, int base_reg); 120 void v850_sar (SIM_DESC sd, unsigned int op0, unsigned int op1, unsigned int *op2p) [all...] |
| /src/external/gpl3/gdb.old/dist/sim/v850/ |
| simops.h | 82 int v850_float_compare(SIM_DESC sd, int cmp, sim_fpu wop1, sim_fpu wop2, int double_op_p); 85 uint32_t load_data_mem(SIM_DESC sd, address_word addr, int len); 86 void store_data_mem(SIM_DESC sd, address_word addr, int len, uint32_t data); 97 extern void check_invalid_snan (SIM_DESC sd, sim_fpu_status, unsigned int); 108 extern void update_fpsr (SIM_DESC sd, sim_fpu_status, unsigned int, unsigned int); 114 void SignalException (SIM_DESC sd); 115 void SignalExceptionFPE (SIM_DESC sd, unsigned int double_op_p); 117 int mpu_load_mem_test (SIM_DESC sd, unsigned int addr, int len, int base_reg); 118 int mpu_store_mem_test (SIM_DESC sd, unsigned int addr, int len, int base_reg); 120 void v850_sar (SIM_DESC sd, unsigned int op0, unsigned int op1, unsigned int *op2p) [all...] |