aboutsummaryrefslogtreecommitdiff
path: root/sim/common/run.c
AgeCommit message (Expand)AuthorFilesLines
1997-08-25Add ABFD argument to sim_open call. Pass through to sim_config soAndrew Cagney1-3/+7
1997-05-20Depreciate sim_set_callbacks() function. Set simulator callbacksAndrew Cagney1-10/+12
1997-04-23Restore exec_bfd, needed for v850 debug codeMichael Meissner1-1/+4
1997-04-18Ref gdb/11763 - can't stop a running simulator:Andrew Cagney1-1/+14
1997-04-17Fix copyright message, this is not GCC.David Edelsohn1-5/+5
1997-04-17 * run.c (main): Check return value of sim_open.David Edelsohn1-0/+2
1997-04-17 * Make-common.in (sim-options.o, sim-load.o): Add rules for.David Edelsohn1-42/+32
1997-04-02 * run.c (main): Pass SIM_OPEN_STANDALONE to sim_open.David Edelsohn1-1/+3
1997-03-21Pass GCC -W...Andrew Cagney1-56/+160
1996-10-15Better error messages when a program stops due to signal; support d10v getpid...Michael Meissner1-2/+14
1996-09-17Tue Sep 17 11:04:50 1996 James G. Smith <jsmith@cygnus.co.uk>Jackie Smith Cashion1-7/+16
1996-09-12Store bfd pointer in a global variableMichael Meissner1-6/+11
1995-10-22Fix SH simulator to handle program exit correctly.Jim Wilson1-42/+50
1995-10-06 * common/run.c (main): Initialize the callbacks.Jim Wilson1-0/+149