Home
last modified time | relevance | path

Searched refs:sim (Results 1 – 25 of 628) sorted by relevance

12345678910>>...26

/netbsd-src/external/gpl3/gdb/dist/sim/common/
H A DChangeLog-202114 * sim-profile.c (profile_info): Check CGEN_ARCH.
21 * sim-module.c (early_modules): Delete scache_install.
25 * sim-module.c (early_modules): Delete profile_install.
26 * sim-profile.c (profile_install): Rename to ...
28 * sim-profile.h (profile_install): Delete.
32 * sim-module.c (early_modules): Delete trace_install.
33 * sim-trace.c (trace_install): Rename to ...
35 * sim-trace.h (trace_install): Delete.
39 * sim-engine.c (sim_engine_install): Rename to ...
41 * sim-engine.h (sim_engine_install): Delete.
[all …]
/netbsd-src/external/gpl3/binutils/dist/include/gdb/
H A DChangeLog3 * callback.h: Moved to ../sim/callback.h.
4 * remote-sim.h: Moved to ../sim/sim.h.
8 * sim-riscv.h: New file.
12 * remote-sim.h (sim_memory_map): Define.
20 * remote-sim.h (sim_open): Mark argv const.
25 * sim-aarch64.h: New file.
29 * sim-cr16.h (SIM_CR16_MEMORY_UNIFIED, SIM_CR16_MEMORY_INSN,
35 * sim-arm.h: Delete __cplusplus checks and extern "C" linkage.
36 * sim-cr16.h, sim-d10v.h, sim-frv.h, sim-h8300.h, sim-lm32.h,
37 sim-sh.h: Likewise.
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/include/gdb/
H A DChangeLog3 * callback.h: Moved to ../sim/callback.h.
4 * remote-sim.h: Moved to ../sim/sim.h.
8 * sim-riscv.h: New file.
12 * remote-sim.h (sim_memory_map): Define.
20 * remote-sim.h (sim_open): Mark argv const.
25 * sim-aarch64.h: New file.
29 * sim-cr16.h (SIM_CR16_MEMORY_UNIFIED, SIM_CR16_MEMORY_INSN,
35 * sim-arm.h: Delete __cplusplus checks and extern "C" linkage.
36 * sim-cr16.h, sim-d10v.h, sim-frv.h, sim-h8300.h, sim-lm32.h,
37 sim-sh.h: Likewise.
[all …]
/netbsd-src/external/gpl3/gdb/dist/gdb/config/djgpp/
H A Dfnchange.lst71 @V@/dejagnu/baseboards/mn10200-sim.exp @V@/dejagnu/baseboards/mn10200sim.exp
73 @V@/dejagnu/baseboards/mn10300-sim.exp @V@/dejagnu/baseboards/mn10300sim.exp
75 @V@/dejagnu/baseboards/powerpc-sim.exp @V@/dejagnu/baseboards/powerpcsim.exp
78 @V@/dejagnu/baseboards/sparclite-sim-le.exp @V@/dejagnu/baseboards/sl-sim-le.exp
79 @V@/dejagnu/baseboards/sparclite-sim.exp @V@/dejagnu/baseboards/sl-sim.exp
370 @V@/gdb/remote-sim.c @V@/gdb/rmt-sim.c
589 @V@/sim/frv/profile-fr400.c @V@/sim/frv/fr400-profile.c
590 @V@/sim/cris/semcrisv10f-switch.c @V@/sim/cris/scrisv10f.c
591 @V@/sim/cris/semcrisv32f-switch.c @V@/sim/cris/scrisv32f.c
592 @V@/sim/frv/profile-fr400.h @V@/sim/frv/fr400-profile.h
[all …]
/netbsd-src/external/gpl3/gdb/dist/sim/msp430/
H A DChangeLog-202145 * msp430-sim.c: Include sim-signal.h.
46 * sim-main.h: Delete sim-signal.h include.
51 * msp430-sim.c (sim_open): Set current_target_byte_order.
86 * sim-main.h (SIM_HAVE_COMMON_SIM_STATE): Delete.
90 * sim-main.h (SIM_HAVE_COMMON_SIM_STATE): Define.
95 * msp430-sim.c: Replace config.h include with defs.h.
148 * msp430-sim.c (sim_open): Delete 3rd arg to sim_cpu_alloc_all.
198 * msp430-sim.c (sim_open): Increase the size of the main memory region
203 * msp430-sim.c (put_op): For unsigned multiplication, explicitly cast
205 * msp430-sim.h (struct msp430_cpu_state): Fix types used to store hwmult
[all …]
/netbsd-src/external/gpl3/gdb/dist/sim/or1k/
H A DREADME13 The or1k sim uses the CGEN system to generate most of the simulator code. There
23 sim/common/nrun.c - the main() calls sim_open(), sim_resume() and others
24 sim/or1k/sim-if.c - implements sim_open() and others used by nrun
25 when envoking sim in gdb, gdb uses sim_open() directly
29 sim/or1k/arch.c - generated defines sim_machs array
30 sim/or1k/cpu.c - *generated defines register setters and getters
31 sim/or1k/decode.c - generated defines instruction decoder
32 sim/or1k/model.c - generated defines instruction cycles
33 sim/or1k/sem.c - *generated defines instruction operation semantics
34 sim/or1k/sem-switch.c - *generated ditto but as a switch
[all …]
H A DChangeLog-202114 * sim-if.c (sim_open): Set STATE_MODEL_NAME.
22 * sim-if.c (or1k_sim_machs): New decl.
88 * traps.c: Include sim-signal.h.
93 * sim-if.c (sim_open): Set current_target_byte_order.
123 * sim-if.c (sim_open): Delete cgen_init call.
129 * sim-main.h: Move or1k-opc.h include.
134 * sim-main.h: Delete config.h include.
135 * or1k.c, sim-if.c, traps.c: Include defs.h.
189 * sim-if.c (sim_open): Delete 3rd arg to sim_cpu_alloc_all.
225 * Makefile.in (SIM_OBJS): Delete redundant sim-cpu.o, sim-hload.o,
[all …]
/netbsd-src/external/gpl3/gdb.old/dist/sim/or1k/
H A DREADME13 The or1k sim uses the CGEN system to generate most of the simulator code. There
23 sim/common/nrun.c - the main() calls sim_open(), sim_resume() and others
24 sim/or1k/sim-if.c - implements sim_open() and others used by nrun
25 when envoking sim in gdb, gdb uses sim_open() directly
29 sim/or1k/arch.c - generated defines sim_machs array
30 sim/or1k/cpu.c - *generated defines register setters and getters
31 sim/or1k/decode.c - generated defines instruction decoder
32 sim/or1k/model.c - generated defines instruction cycles
33 sim/or1k/sem.c - *generated defines instruction operation semantics
34 sim/or1k/sem-switch.c - *generated ditto but as a switch
[all …]
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/
H A DChangeLog-202112 * lib/sim-defs.exp (run_sim_test): Set status to unsupported if
17 * lib/sim-defs.exp (run_sim_test): Return if sim_tool_path does not
22 * lib/sim-defs.exp (sim_tool_path): New function.
23 (sim_run): Set sim to [sim_tool_path].
27 * lib/sim-defs.exp (run_sim_test): Convert examples to binaries.
38 * lib/sim-defs.exp (sim): Update default path.
53 * sim/*/: Move subdirs up a directory.
65 * sim/d10v/: ... here.
87 * lib/sim-defs.exp (sim_run): Delete status and return return_code.
109 * sim/sh64/: Delete.
[all …]
/netbsd-src/external/gpl3/gdb/dist/sim/ppc/
H A DINSTALL59 --enable-sim-powerpc \
73 $ ( cd sim/ppc && make CC=gcc )
83 $ cp sim/ppc/run ~/bin/powerpc-unknown-eabisim-run
99 replace the sim/ppc found in the gdb archive with with one from the
111 $ mv sim/ppc sim/old.ppc
123 --enable-sim-powerpc \
178 --enable-sim-<option>[=<val>]
187 --enable-sim-inline
193 $ cd sim/ppc
200 --enable-sim-warnings=<flags>
[all …]
/netbsd-src/external/gpl3/gdb/dist/sim/m32r/
H A DChangeLog-202115 * sim-if.c (M32R_DEFAULT_MEM_SIZE): New define.
18 * sim-main.h (M32R_DEFAULT_MEM_SIZE): Delete.
41 * traps-linux.c: Likewise. Include sim/callback.h & stdlib.h.
52 * sim-if.c (sim_open): Set STATE_MODEL_NAME.
60 * sim-if.c (m32r_sim_machs): New decl.
134 * traps-linux.c: Include sim-signal.h.
140 * sim-if.c (sim_open): Set current_target_byte_order.
163 * sim-if.c (sim_open): Set current_alignment.
175 * sim-if.c (sim_open): Delete cgen_init call.
179 * sim-main.h (struct sim_state): Delete.
[all …]
/netbsd-src/external/gpl3/gdb/dist/sim/lm32/
H A DChangeLog-202116 * sim-if.c (sim_open): Set STATE_MODEL_NAME.
24 * sim-if.c (lm32_sim_machs): New decl.
92 * traps.c: Include sim-signal.h.
97 * sim-if.c (sim_open): Set current_target_byte_order.
120 * sim-if.c (sim_open): Set current_alignment.
132 * sim-if.c (sim_open): Delete cgen_init call.
136 * sim-main.h (struct sim_state): Delete.
140 * dv-lm32cpu.c, dv-lm32timer.c, dv-lm32uart.c, lm32.c, sim-if.c,
174 * Makefile.in (arch.o, traps.o, sim-if.o, lm32.o, mloop.o)
200 * sim-if.c (sim_open): Delete 3rd arg to sim_cpu_alloc_all.
[all …]
/netbsd-src/external/gpl3/gdb/dist/sim/iq2000/
H A DChangeLog-202116 * sim-if.c (sim_open): Set STATE_MODEL_NAME.
24 * sim-if.c (iq2000_sim_machs): New decl.
90 * iq2000.c: Include sim-signal.h.
95 * sim-if.c (sim_open): Set current_target_byte_order.
114 * sim-if.c (sim_open):
126 * sim-if.c (sim_open): Delete cgen_init call.
130 * sim-main.h (struct sim_state): Delete.
134 * iq2000.c, sim-if.c: Include defs.h.
135 * sim-main.h: Delete config.h include.
173 * Makefile.in (sim-if.o): Remove.
[all …]
/netbsd-src/external/gpl3/gdb/dist/sim/cris/
H A DChangeLog-202116 * sim-if.c (sim_open): Set STATE_MODEL_NAME.
24 * sim-if.c (cris_sim_machs): New decl.
48 * cris-sim.h (cris_bmod_handler): Delete.
61 * sim-if.c: Include sim-hw.h.
83 replace raw abort with sim engine abort.
128 * traps.c: Include sim-signal.h.
133 * sim-if.c (sim_open): Set current_target_byte_order.
138 * traps.c: Include sim/callback.h.
178 * sim-if.c (sim_open): Delete cgen_init call.
191 * sim-if.c (sim_open): Delete "x" after PRI macros.
[all …]
/netbsd-src/external/gpl3/gdb/dist/sim/ft32/
H A DChangeLog-202145 * interp.c: Include sim-signal.h.
86 * sim-main.h (SIM_HAVE_COMMON_SIM_STATE): Delete.
90 * sim-main.h (SIM_HAVE_COMMON_SIM_STATE): Define.
255 * Makefile.in (SIM_OBJS): Delete sim-hload.o.
267 * Makefile.in (SIM_OBJS): Delete sim-reason.o, sim-reg.o, and
268 sim-stop.o.
306 * sim-main.h (SIM_CPU): Delete.
310 * sim-main.h (sim_cia): Delete.
317 * sim-main.h (CIA_GET, CIA_SET): Delete.
321 * Makefile.in (SIM_OBJS): Delete sim-cpu.o.
[all …]
/netbsd-src/external/gpl3/gdb/dist/sim/riscv/
H A DChangeLog-202169 * sim-main.c: Include sim-signal.h.
109 * sim-main.h (SIM_HAVE_COMMON_SIM_STATE): Delete.
114 * sim-main.c (execute_a): Change sd to riscv_sim_state.
115 * sim-main.h (SIM_HAVE_COMMON_SIM_STATE): Define.
122 * interp.c, machs.c, sim-main.c: Replace config.h include with defs.h.
126 * sim-main.c (mulhu): Change check to HAVE___INT128.
144 * sim-main.c (mulhu): Check if __SIZEOF_INT128__ is defined.
148 * sim-main.c (MAX, MIN): Delete.
203 * sim-main.c: Include gdb/sim-riscv.h.
210 model_list.def, sim-main.c, sim-main.h: New files.
/netbsd-src/external/gpl3/binutils/dist/include/sim/
H A DChangeLog-20213 * sim/callback.h (struct host_callback_struct): Add ATTRIBUTE_PRINTF
8 * sim/callback.h (struct host_callback_struct): Add arg5, arg6, and
13 * sim/callback.h (struct host_callback_struct): Add kill.
17 * sim/callback.h (struct host_callback_struct): Add getpid.
21 * sim/callback.h (struct host_callback_struct): Change lseek return and
46 * sim.h: Moved from ../gdb/remote-sim.h.
/netbsd-src/external/gpl3/binutils.old/dist/include/sim/
H A DChangeLog-20213 * sim/callback.h (struct host_callback_struct): Add ATTRIBUTE_PRINTF
8 * sim/callback.h (struct host_callback_struct): Add arg5, arg6, and
13 * sim/callback.h (struct host_callback_struct): Add kill.
17 * sim/callback.h (struct host_callback_struct): Add getpid.
21 * sim/callback.h (struct host_callback_struct): Change lseek return and
46 * sim.h: Moved from ../gdb/remote-sim.h.
/netbsd-src/external/gpl3/gdb/dist/include/sim/
H A DChangeLog-20213 * sim/callback.h (struct host_callback_struct): Add ATTRIBUTE_PRINTF
8 * sim/callback.h (struct host_callback_struct): Add arg5, arg6, and
13 * sim/callback.h (struct host_callback_struct): Add kill.
17 * sim/callback.h (struct host_callback_struct): Add getpid.
21 * sim/callback.h (struct host_callback_struct): Change lseek return and
46 * sim.h: Moved from ../gdb/remote-sim.h.
/netbsd-src/external/gpl3/gdb/dist/sim/bfin/
H A DChangeLog-202185 * dv-bfin_cec.c: Include sim-signal.h.
86 * sim-main.h: Delete sim-signal.h include.
151 * sim-main.h (SIM_HAVE_COMMON_SIM_STATE): Delete.
156 * sim-main.h (SIM_HAVE_COMMON_SIM_STATE): Define.
162 * bfin-sim.c, devices.c, dv-bfin_cec.c, dv-bfin_ctimer.c,
191 * bfin-sim.c: Include ansidecl.h.
310 * sim-main.h (ALIGN): Delete
326 PR sim/20438
329 * sim-main.h (SIM_CPU): Delete.
330 Include arch.h before sim-base.h, and move sim-base.h before
[all …]
/netbsd-src/external/gpl3/gdb/dist/sim/v850/
H A DChangeLog-202153 * simops.c: Include sim-signal.h.
105 * sim-main.h (SIM_HAVE_COMMON_SIM_STATE): Delete.
109 * sim-main.h (SIM_HAVE_COMMON_SIM_STATE): Define.
115 * sim-main.h: Delete config.h include.
323 * Makefile.in (SIM_OBJS): Delete sim-hload.o.
331 * sim-main.h (WITH_WATCHPOINTS): Delete.
339 * sim-main.h (WITH_CORE): Delete.
343 * sim-main.h (WITH_MODULO_MEMORY): Delete.
347 * Makefile.in (SIM_OBJS): Delete sim-reason.o and sim-stop.o.
371 * sim-main.h (SIM_CPU): Delete.
[all …]
/netbsd-src/external/gpl3/gdb/dist/sim/bpf/
H A DChangeLog-202114 * sim-if.c (sim_open): Set STATE_MODEL_NAME.
22 * sim-if.c (bpf_sim_machs): New decl.
57 * sim-main.h: Include bpf-helpers.h.
123 * bpf.c: Include sim-signal.h.
165 * sim-if.c (sim_open): Delete cgen_init call.
169 * sim-main.h (struct sim_state): Delete.
173 * bpf-helpers.c, bpf.c, sim-if.c, traps.c: Include defs.h.
197 * Makefile.in (arch.o, cpu.o, sim-if.o, traps.o): Remove.
198 (mloop-le.o, mloop-be.o, decode-le.o, decode-be.o, sim-le.o)
199 (sim-be.o): Use COMPILE and POSTCOMPILE.
[all …]
/netbsd-src/external/gpl3/gdb/dist/sim/cr16/
H A DChangeLog-202145 * interp.c: Include sim-signal.h.
81 * sim-main.h (SIM_HAVE_COMMON_SIM_STATE): Delete.
85 * sim-main.h (SIM_HAVE_COMMON_SIM_STATE): Define.
286 * Makefile.in (SIM_OBJS): Delete sim-hload.o.
294 * sim-if.c (cris_option_install): Delete.
296 * tconfig.h: Delete sim-module.h include.
301 * Makefile.in (SIM_OBJS): Delete sim-reason.o, sim-reg.o, and
302 sim-stop.o.
322 * Makefile.in (SIM_OBJS): Add sim-reason.o, sim-resume.o, and
323 sim-stop.o.
[all …]
/netbsd-src/external/gpl3/gdb/dist/sim/avr/
H A DChangeLog-202145 * interp.c: Include sim-signal.h.
86 * sim-main.h (SIM_HAVE_COMMON_SIM_STATE): Delete.
94 * sim-main.h (SIM_HAVE_COMMON_SIM_STATE): Define.
269 * Makefile.in (SIM_OBJS): Delete sim-hload.o.
292 * sim-main.h (pc): Delete.
306 * Makefile.in (SIM_OBJS): Delete sim-reason.o and sim-stop.o.
331 * sim-main.h (SIM_CPU): Delete.
335 * sim-main.h (sim_cia): Delete.
339 * sim-main.h (CIA_GET, CIA_SET): Delete.
349 * Makefile.in (SIM_OBJS): Delete sim-cpu.o.
[all …]
/netbsd-src/external/gpl3/gdb/dist/sim/m68hc11/
H A DChangeLog-202130 * sim-main.h: Add UNUSED to all STATIC_INLINE functions.
56 * dv-m68hc11eepr.c: Include sim-signal.h.
58 * sim-main.h: Delete sim-signal.h include.
68 * sim-main.h: Delete sim/callback.h include.
97 * sim-main.h (SIM_HAVE_COMMON_SIM_STATE): Delete.
101 * sim-main.h (SIM_HAVE_COMMON_SIM_STATE): Define.
116 * sim-main.h: Update include path.
270 * sim-main.h (inline): Delete define.
303 * sim-main.h: Rename PROC and proc to cpu.
374 * sim-main.h (sim_state): Delete devices member.
[all …]

12345678910>>...26