Home
last modified time | relevance | path

Searched refs:SIM_DESC (Results 1 – 25 of 740) sorted by relevance

12345678910>>...30

/dports/devel/avr-gdb/gdb-7.3.1/sim/common/
H A Dsim-io.h28 int sim_io_init (SIM_DESC sd);
30 int sim_io_shutdown (SIM_DESC sd);
34 long sim_io_time (SIM_DESC sd, long *);
42 void sim_io_flush_stdout (SIM_DESC sd);
58 int sim_io_isatty (SIM_DESC sd, int);
60 int sim_io_get_errno (SIM_DESC sd);
62 int sim_io_close (SIM_DESC sd, int);
64 void sim_io_printf (SIM_DESC sd,
70 void sim_io_eprintf (SIM_DESC sd,
76 void sim_io_error (SIM_DESC sd,
[all …]
H A Dsim-module.h37 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);
75 SIM_RC sim_module_install (SIM_DESC);
76 void sim_module_uninstall (SIM_DESC);
90 SIM_RC sim_post_argv_init (SIM_DESC sd);
93 SIM_RC sim_module_init (SIM_DESC sd);
96 SIM_RC sim_module_suspend (SIM_DESC sd);
[all …]
H A Dsim-events.h110 (SIM_DESC sd,
116 (SIM_DESC sd,
124 (SIM_DESC sd,
133 (SIM_DESC sd,
147 (SIM_DESC sd,
161 (SIM_DESC sd,
180 (SIM_DESC sd,
194 (SIM_DESC sd,
209 (SIM_DESC sd,
231 (SIM_DESC sd,
[all …]
H A Dsim-io.c48 sim_io_init(SIM_DESC sd) in sim_io_init()
55 sim_io_shutdown(SIM_DESC sd) in sim_io_shutdown()
62 sim_io_unlink(SIM_DESC sd, in sim_io_unlink()
70 sim_io_time(SIM_DESC sd, in sim_io_time()
85 sim_io_rename(SIM_DESC sd, in sim_io_rename()
166 sim_io_write(SIM_DESC sd, in sim_io_write()
205 sim_io_open(SIM_DESC sd, in sim_io_open()
214 sim_io_lseek(SIM_DESC sd, in sim_io_lseek()
224 sim_io_isatty(SIM_DESC sd, in sim_io_isatty()
239 sim_io_close(SIM_DESC sd, in sim_io_close()
[all …]
/dports/devel/gdb761/gdb-7.6.1/sim/common/
H A Dsim-io.h28 int sim_io_init (SIM_DESC sd);
30 int sim_io_shutdown (SIM_DESC sd);
34 long sim_io_time (SIM_DESC sd, long *);
42 void sim_io_flush_stdout (SIM_DESC sd);
58 int sim_io_isatty (SIM_DESC sd, int);
60 int sim_io_get_errno (SIM_DESC sd);
62 int sim_io_close (SIM_DESC sd, int);
64 void sim_io_printf (SIM_DESC sd,
70 void sim_io_eprintf (SIM_DESC sd,
76 void sim_io_error (SIM_DESC sd,
[all …]
H A Dsim-module.h36 typedef SIM_RC (MODULE_INSTALL_FN) (SIM_DESC);
37 typedef SIM_RC (MODULE_INIT_FN) (SIM_DESC);
38 typedef SIM_RC (MODULE_RESUME_FN) (SIM_DESC);
39 typedef SIM_RC (MODULE_SUSPEND_FN) (SIM_DESC);
40 typedef void (MODULE_UNINSTALL_FN) (SIM_DESC);
74 SIM_RC sim_module_install (SIM_DESC);
75 void sim_module_uninstall (SIM_DESC);
89 SIM_RC sim_post_argv_init (SIM_DESC sd);
92 SIM_RC sim_module_init (SIM_DESC sd);
95 SIM_RC sim_module_suspend (SIM_DESC sd);
[all …]
H A Dsim-events.h110 (SIM_DESC sd,
116 (SIM_DESC sd,
124 (SIM_DESC sd,
133 (SIM_DESC sd,
147 (SIM_DESC sd,
161 (SIM_DESC sd,
180 (SIM_DESC sd,
194 (SIM_DESC sd,
209 (SIM_DESC sd,
231 (SIM_DESC sd,
[all …]
H A Dsim-io.c48 sim_io_init (SIM_DESC sd) in sim_io_init()
55 sim_io_shutdown (SIM_DESC sd) in sim_io_shutdown()
62 sim_io_unlink (SIM_DESC sd, in sim_io_unlink()
70 sim_io_time (SIM_DESC sd, in sim_io_time()
85 sim_io_rename (SIM_DESC sd, in sim_io_rename()
166 sim_io_write (SIM_DESC sd, in sim_io_write()
205 sim_io_open (SIM_DESC sd, in sim_io_open()
214 sim_io_lseek (SIM_DESC sd, in sim_io_lseek()
224 sim_io_isatty (SIM_DESC sd, in sim_io_isatty()
239 sim_io_close (SIM_DESC sd, in sim_io_close()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/sim/common/
H A Dsim-io.h30 int sim_io_init (SIM_DESC sd);
32 int sim_io_shutdown (SIM_DESC sd);
36 long sim_io_time (SIM_DESC sd, long *);
44 void sim_io_flush_stdout (SIM_DESC sd);
60 int sim_io_isatty (SIM_DESC sd, int);
62 int sim_io_get_errno (SIM_DESC sd);
64 int sim_io_close (SIM_DESC sd, int);
66 void sim_io_printf (SIM_DESC sd,
72 void sim_io_eprintf (SIM_DESC sd,
78 void sim_io_error (SIM_DESC sd,
[all …]
H A Dsim-module.h37 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);
75 SIM_RC sim_module_install (SIM_DESC);
76 void sim_module_uninstall (SIM_DESC);
90 SIM_RC sim_post_argv_init (SIM_DESC sd);
93 SIM_RC sim_module_init (SIM_DESC sd);
96 SIM_RC sim_module_suspend (SIM_DESC sd);
[all …]
H A Dsim-events.h112 (SIM_DESC sd,
118 (SIM_DESC sd,
126 (SIM_DESC sd,
135 (SIM_DESC sd,
149 (SIM_DESC sd,
163 (SIM_DESC sd,
182 (SIM_DESC sd,
196 (SIM_DESC sd,
211 (SIM_DESC sd,
233 (SIM_DESC sd,
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/sim/common/
H A Dsim-io.h30 int sim_io_init (SIM_DESC sd);
32 int sim_io_shutdown (SIM_DESC sd);
36 long sim_io_time (SIM_DESC sd, long *);
44 void sim_io_flush_stdout (SIM_DESC sd);
60 int sim_io_isatty (SIM_DESC sd, int);
62 int sim_io_get_errno (SIM_DESC sd);
64 int sim_io_close (SIM_DESC sd, int);
66 void sim_io_printf (SIM_DESC sd,
72 void sim_io_eprintf (SIM_DESC sd,
78 void sim_io_error (SIM_DESC sd,
[all …]
H A Dsim-module.h37 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);
75 SIM_RC sim_module_install (SIM_DESC);
76 void sim_module_uninstall (SIM_DESC);
90 SIM_RC sim_post_argv_init (SIM_DESC sd);
93 SIM_RC sim_module_init (SIM_DESC sd);
96 SIM_RC sim_module_suspend (SIM_DESC sd);
[all …]
H A Dsim-events.h112 (SIM_DESC sd,
118 (SIM_DESC sd,
126 (SIM_DESC sd,
135 (SIM_DESC sd,
149 (SIM_DESC sd,
163 (SIM_DESC sd,
182 (SIM_DESC sd,
196 (SIM_DESC sd,
211 (SIM_DESC sd,
233 (SIM_DESC sd,
[all …]
/dports/devel/arm-elf-binutils/binutils-2.37/include/sim/
H A Dsim.h44 typedef struct sim_state *SIM_DESC; typedef
107 SIM_DESC sim_open (SIM_OPEN_KIND kind, struct host_callback_struct *callback,
119 void sim_close (SIM_DESC sd, int quitting);
165 SIM_RC sim_create_inferior (SIM_DESC sd, struct bfd *abfd,
173 int sim_read (SIM_DESC sd, SIM_ADDR mem, unsigned char *buf, int length);
213 void sim_info (SIM_DESC sd, int verbose);
222 char *sim_memory_map (SIM_DESC sd);
247 void sim_resume (SIM_DESC sd, int step, int siggnal);
254 int sim_stop (SIM_DESC sd);
281 void sim_stop_reason (SIM_DESC sd, enum sim_stop *reason, int *sigrc);
[all …]
/dports/devel/gnulibiberty/binutils-2.37/include/sim/
H A Dsim.h44 typedef struct sim_state *SIM_DESC; typedef
107 SIM_DESC sim_open (SIM_OPEN_KIND kind, struct host_callback_struct *callback,
119 void sim_close (SIM_DESC sd, int quitting);
165 SIM_RC sim_create_inferior (SIM_DESC sd, struct bfd *abfd,
173 int sim_read (SIM_DESC sd, SIM_ADDR mem, unsigned char *buf, int length);
213 void sim_info (SIM_DESC sd, int verbose);
222 char *sim_memory_map (SIM_DESC sd);
247 void sim_resume (SIM_DESC sd, int step, int siggnal);
254 int sim_stop (SIM_DESC sd);
281 void sim_stop_reason (SIM_DESC sd, enum sim_stop *reason, int *sigrc);
[all …]
/dports/devel/binutils/binutils-2.37/include/sim/
H A Dsim.h44 typedef struct sim_state *SIM_DESC; typedef
107 SIM_DESC sim_open (SIM_OPEN_KIND kind, struct host_callback_struct *callback,
119 void sim_close (SIM_DESC sd, int quitting);
165 SIM_RC sim_create_inferior (SIM_DESC sd, struct bfd *abfd,
173 int sim_read (SIM_DESC sd, SIM_ADDR mem, unsigned char *buf, int length);
213 void sim_info (SIM_DESC sd, int verbose);
222 char *sim_memory_map (SIM_DESC sd);
247 void sim_resume (SIM_DESC sd, int step, int siggnal);
254 int sim_stop (SIM_DESC sd);
281 void sim_stop_reason (SIM_DESC sd, enum sim_stop *reason, int *sigrc);
[all …]
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/include/gdb/
H A Dremote-sim.h44 typedef struct sim_state *SIM_DESC; typedef
107 SIM_DESC sim_open (SIM_OPEN_KIND kind, struct host_callback_struct *callback,
119 void sim_close (SIM_DESC sd, int quitting);
165 SIM_RC sim_create_inferior (SIM_DESC sd, struct bfd *abfd,
173 int sim_read (SIM_DESC sd, SIM_ADDR mem, unsigned char *buf, int length);
213 void sim_info (SIM_DESC sd, int verbose);
238 void sim_resume (SIM_DESC sd, int step, int siggnal);
245 int sim_stop (SIM_DESC sd);
272 void sim_stop_reason (SIM_DESC sd, enum sim_stop *reason, int *sigrc);
279 void sim_do_command (SIM_DESC sd, const char *cmd);
[all …]
/dports/lang/gnatdroid-binutils/binutils-2.27/include/gdb/
H A Dremote-sim.h44 typedef struct sim_state *SIM_DESC; typedef
107 SIM_DESC sim_open (SIM_OPEN_KIND kind, struct host_callback_struct *callback,
119 void sim_close (SIM_DESC sd, int quitting);
165 SIM_RC sim_create_inferior (SIM_DESC sd, struct bfd *abfd,
173 int sim_read (SIM_DESC sd, SIM_ADDR mem, unsigned char *buf, int length);
213 void sim_info (SIM_DESC sd, int verbose);
238 void sim_resume (SIM_DESC sd, int step, int siggnal);
245 int sim_stop (SIM_DESC sd);
272 void sim_stop_reason (SIM_DESC sd, enum sim_stop *reason, int *sigrc);
279 void sim_do_command (SIM_DESC sd, const char *cmd);
[all …]
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/include/gdb/
H A Dremote-sim.h44 typedef struct sim_state *SIM_DESC; typedef
117 void sim_close (SIM_DESC sd, int quitting);
143 SIM_RC sim_load (SIM_DESC sd, char *prog, struct bfd *abfd, int from_tty);
170 int sim_read (SIM_DESC sd, SIM_ADDR mem, unsigned char *buf, int length);
177 int sim_write (SIM_DESC sd, SIM_ADDR mem, const unsigned char *buf, int length);
210 void sim_info (SIM_DESC sd, int verbose);
235 void sim_resume (SIM_DESC sd, int step, int siggnal);
242 int sim_stop (SIM_DESC sd);
269 void sim_stop_reason (SIM_DESC sd, enum sim_stop *reason, int *sigrc);
276 void sim_do_command (SIM_DESC sd, char *cmd);
[all …]
/dports/devel/gdb761/gdb-7.6.1/include/gdb/
H A Dremote-sim.h44 typedef struct sim_state *SIM_DESC; typedef
117 void sim_close (SIM_DESC sd, int quitting);
143 SIM_RC sim_load (SIM_DESC sd, char *prog, struct bfd *abfd, int from_tty);
170 int sim_read (SIM_DESC sd, SIM_ADDR mem, unsigned char *buf, int length);
177 int sim_write (SIM_DESC sd, SIM_ADDR mem, const unsigned char *buf, int length);
210 void sim_info (SIM_DESC sd, int verbose);
235 void sim_resume (SIM_DESC sd, int step, int siggnal);
242 int sim_stop (SIM_DESC sd);
269 void sim_stop_reason (SIM_DESC sd, enum sim_stop *reason, int *sigrc);
276 void sim_do_command (SIM_DESC sd, char *cmd);
[all …]
/dports/lang/sdcc/sdcc-4.0.0/support/sdbinutils/include/gdb/
H A Dremote-sim.h44 typedef struct sim_state *SIM_DESC; typedef
107 SIM_DESC sim_open (SIM_OPEN_KIND kind, struct host_callback_struct *callback,
119 void sim_close (SIM_DESC sd, int quitting);
165 SIM_RC sim_create_inferior (SIM_DESC sd, struct bfd *abfd,
173 int sim_read (SIM_DESC sd, SIM_ADDR mem, unsigned char *buf, int length);
213 void sim_info (SIM_DESC sd, int verbose);
238 void sim_resume (SIM_DESC sd, int step, int siggnal);
245 int sim_stop (SIM_DESC sd);
272 void sim_stop_reason (SIM_DESC sd, enum sim_stop *reason, int *sigrc);
279 void sim_do_command (SIM_DESC sd, const char *cmd);
[all …]
/dports/devel/avr-gdb/gdb-7.3.1/include/gdb/
H A Dremote-sim.h45 typedef struct sim_state *SIM_DESC; typedef
118 void sim_close (SIM_DESC sd, int quitting);
144 SIM_RC sim_load (SIM_DESC sd, char *prog, struct bfd *abfd, int from_tty);
171 int sim_read (SIM_DESC sd, SIM_ADDR mem, unsigned char *buf, int length);
178 int sim_write (SIM_DESC sd, SIM_ADDR mem, const unsigned char *buf, int length);
190 int sim_fetch_register (SIM_DESC sd, int regno, unsigned char *buf, int length);
211 void sim_info (SIM_DESC sd, int verbose);
236 void sim_resume (SIM_DESC sd, int step, int siggnal);
243 int sim_stop (SIM_DESC sd);
270 void sim_stop_reason (SIM_DESC sd, enum sim_stop *reason, int *sigrc);
[all …]
/dports/devel/gdb761/gdb-7.6.1/sim/v850/
H A Dsimops.h82 unsigned32 load_data_mem(SIM_DESC sd, SIM_ADDR addr, int len);
83 void store_data_mem(SIM_DESC sd, SIM_ADDR addr, int len, unsigned32 data);
94 extern void check_invalid_snan (SIM_DESC sd, sim_fpu_status, unsigned int);
105 extern void update_fpsr (SIM_DESC sd, sim_fpu_status, unsigned int, unsigned int);
111 void SignalException (SIM_DESC sd);
112 void SignalExceptionFPE (SIM_DESC sd, unsigned int double_op_p);
114 int mpu_load_mem_test (SIM_DESC sd, unsigned int addr, int len, int base_reg);
115 int mpu_store_mem_test (SIM_DESC sd, unsigned int addr, int len, int base_reg);
117 void v850_sar (SIM_DESC sd, unsigned int op0, unsigned int op1, unsigned int *op2p);
118 void v850_shl (SIM_DESC sd, unsigned int op0, unsigned int op1, unsigned int *op2p);
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/include/gdb/
H A Dremote-sim.h46 typedef struct sim_state *SIM_DESC; typedef
119 void sim_close PARAMS ((SIM_DESC sd, int quitting));
145 SIM_RC sim_load PARAMS ((SIM_DESC sd, char *prog, struct bfd *abfd, int from_tty));
172 int sim_read PARAMS ((SIM_DESC sd, SIM_ADDR mem, unsigned char *buf, int length));
179 int sim_write PARAMS ((SIM_DESC sd, SIM_ADDR mem, unsigned char *buf, int length));
191 int sim_fetch_register PARAMS ((SIM_DESC sd, int regno, unsigned char *buf, int length));
210 void sim_info PARAMS ((SIM_DESC sd, int verbose));
235 void sim_resume PARAMS ((SIM_DESC sd, int step, int siggnal));
242 int sim_stop PARAMS ((SIM_DESC sd));
269 void sim_stop_reason PARAMS ((SIM_DESC sd, enum sim_stop *reason, int *sigrc));
[all …]

12345678910>>...30