aboutsummaryrefslogtreecommitdiff
path: root/sim/common/sim-utils.c
AgeCommit message (Collapse)AuthorFilesLines
2002-02-102002-02-10 Chris Demetriou <cgd@broadcom.com>Chris Demetriou1-1/+1
* callback.c: Fix some spelling errors. * hw-device.h: Likewise. * hw-tree.c: Likewise. * sim-abort.c: Likewise. * sim-alu.h: Likewise. * sim-core.h: Likewise. * sim-events.c: Likewise. * sim-events.h: Likewise. * sim-fpu.h: Likewise. * sim-profile.h: Likewise. * sim-utils.c: Likewise.
2001-04-25* thanks, nickcFrank Ch. Eigler1-0/+2
2001-04-25 Frank Ch. Eigler <fche@redhat.com> * sim-load.c (sim_load_file): Put it back [...]
2001-04-21Revert call to bfd_cache_close().Andrew Cagney1-2/+0
2001-04-19* bug fixFrank Ch. Eigler1-0/+2
2001-04-19 Frank Ch. Eigler <fche@redhat.com> * sim-utils.c (sim_analyze_program): Call bfd_cache_close after we're finished with its immediate use. * sim-load.c (sim_load_file): Ditto.
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+411
1999-04-16Initial creation of sourceware repositoryStan Shebs1-285/+0
1998-02-27 * sim-base.h (sim_cpu_base): New members name, options.Doug Evans1-11/+27
(sim_cpu_lookup): Add prototype. * sim-module.c (sim_pre_argv_init): Provide default names for cpus. * sim-options.h (DECLARE_OPTION_HANDLER): New argument `cpu'. (sim_add_option_table): Update prototype. * sim-options.c (sim_add_option_table): New argument `cpu'. (standard_option_handler,standard_install): Update. (sim_parse_args): Handle cpu specific options. (print_help): New static function. (sim_print_help): Call it. Print cpu specific options. (find_match): New static function. (sim_args_command): Call it. Handle cpu specific options. * sim-utils.c (sim_cpu_lookup): New function. * sim-memopt.c (memory_option_handler): Update. (sim_memopt_install): Update. * sim-model.c (model_option_handler): Update. (model_install): Update. * sim-profile.c (profile_option_handler): Update. (profile_install): Update. * sim-trace.c (trace_option_handler): Update. (trace_install): Update. * sim-watch.c (watchpoint_option_handler): Update. (sim_watchpoint_install): Update. * cgen-scache.c (scache_option_handler): Update. (scache_install): Update.
1998-01-19 * sim-utils.c (sim_state_alloc): Delete setting of cpu backlink here.Doug Evans1-0/+29
1997-09-05Add sim_do_commandf - printf version of sim_do_command.Andrew Cagney1-0/+17
1997-09-04o Add modulo argument to sim_core_attachAndrew Cagney1-4/+4
o Add sim-memopt module - memory option processing.
1997-09-01Use sim_state_alloc to create common sim object.Andrew Cagney1-4/+11
1997-08-30Passify GCC. Convert 0x0LL to something more portable in the FP code.Andrew Cagney1-37/+0
1997-08-28Add --target=BFDTARGET and --architecture=MACHINE options.Andrew Cagney1-2/+3
1997-08-27Add ABFD argument to sim_create_inferior. Document.Andrew Cagney1-6/+46
Add file sim-hload.c - generic load for hardware only simulators. Review each simulators sim_open, sim_load, sim_create_inferior so that they more closely match required behavour.
1997-08-27Save a copy of argv, not just a pointer.Andrew Cagney1-16/+35
1997-05-02 * sim-utils.c (sim_add_commas): New function.David Edelsohn1-0/+70
* sim-basics.h (sim_add_commas): Add prototype. * cgen-scache.c (scache_print_profile): Print commas in numbers. * sim-profile.c (COMMAS): New macro. (print_*): Use it to print commas in numbers.
1997-04-17 * sim-utils.c (sim_copy_argv, sim_analyze_program): New functions.David Edelsohn1-0/+123