Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1997-04-18 | Ref gdb/11763 - can't stop a running simulator: | Andrew Cagney | 2 | -1/+43 | |
o Provide poll_quit callback to simulators so that they can poll for SIGINT on clueless OS's. o Add sim_stop to simulators so that clients can request a halt (eg gdbtk's STOP button) Works for PPC! o Re-arange remote-sim.c so that the hard work is moved from gdbsim_resume() to gdbsim_wait() (where it should be). | |||||
1997-04-17 | * psim.c (psim_options): Ignore -E option (sets endianness). | David Edelsohn | 3 | -62/+162 | |
* sim_calls.c: #include bfd.h. (entry_point): New static local. (sim_load): Return SIM_RC. New arg abfd. Set start address from bfd. (sim_create_inferior): Return SIM_RC. Delete arg start_address. | |||||
1997-04-15 | * Makefile.in (INSTALL): Set to @INSTALL@. | Ian Lance Taylor | 1 | -0/+8 | |
(INSTALL_XFORM, INSTALL_XFORM1): Remove. (install): Depend upon installdirs. Use $(program_transform_name) directly, rather than using $(INSTALL_XFORM). (installdirs): New target. | |||||
1997-04-15 | From Jim Wilson <wilson@cygnus.com> | Andrew Cagney | 2 | -11/+49 | |
* Makefile.in (tmp-hw, tmp-pk): Use for loop to eliminate duplicates rather than the non-portable cat -n. | |||||
1997-04-03 | From Jim Wilson, fix typo in instruction name | Andrew Cagney | 1 | -0/+4 | |
1997-04-02 | * sim_calls.c (sim_open): New arg `kind'. | David Edelsohn | 1 | -0/+4 | |
1997-04-02 | * COPYING: Update FSF address. | Ian Lance Taylor | 1 | -0/+9 | |
1997-03-25 | * emul_bugapi.c (emul_bugapi_create): Guard against NULL images. | Andrew Cagney | 2 | -1/+14 | |
* configure.in (enable-sim-endain): Correct typo in usage (from Erik Landry <landry@ENGR.ORST.EDU>). * configure: Re-generate. | |||||
1997-03-13 | * sim_calls.c (sim_open): New SIM_DESC result. Argument is now | David Edelsohn | 1 | -0/+45 | |
in argv form. (other sim_*): New SIM_DESC argument. | |||||
1997-02-14 | Per PR 11678 - also need to maintan .Sanitize | Andrew Cagney | 1 | -14/+5 | |
1997-02-14 | PR 11678 - rename long decode-rule files to shorter ones, eliminate | Andrew Cagney | 15 | -238/+21 | |
need for multiple almost identical decode-rule files | |||||
1997-02-11 | New version from Andrew; Portability fixes on top of that | Michael Meissner | 13 | -22/+538 | |
1997-02-11 | Fix warnings when compiling callback.c | Michael Meissner | 2 | -2/+7 | |
1997-02-04 | * configure.in: Fix typo in test for callback.c. | David Edelsohn | 3 | -2/+7 | |
* configure: Regenerated. | |||||
1997-01-30 | Fix from Cagney so that new common files do not show up when using psim on ↵ | Michael Meissner | 4 | -2/+17 | |
old gdbs | |||||
1997-01-29 | build callback and targ-map from the common directory | Michael Meissner | 4 | -4/+67 | |
1997-01-27 | January 23rd merge | Michael Meissner | 18 | -2761/+6983 | |
1996-12-10 | New revision from Andrew | Michael Meissner | 8 | -377/+3635 | |
1996-11-20 | * Makefile.in (LIBCOMMON): Define. | David Edelsohn | 1 | -0/+3 | |
($(TARGETLIB)): Add files from $(LIBCOMMON). | |||||
1996-11-20 | * sim_calls.c (sim_resume): Reset sim_should_run if single stepping. | David Edelsohn | 2 | -14/+115 | |
1996-11-15 | Fix some warnings | Michael Meissner | 2 | -0/+349 | |
1996-10-29 | Add access, sigaltstack, sigaction emulations | Michael Meissner | 2 | -1/+206 | |
1996-10-18 | Add support for fsel | Michael Meissner | 1 | -1/+1 | |
1996-09-20 | Lose doc directory until we DOS-ize it; Add doc/.Sanitize | Michael Meissner | 1 | -1/+7 | |
1996-09-20 | Add documentation files | Michael Meissner | 1 | -0/+1 | |
1996-09-20 | PSIM 1996/9/19 update | Michael Meissner | 4 | -883/+2 | |
1996-08-19 | Fixes from Andrew | Michael Meissner | 2 | -0/+30 | |
1996-08-18 | removed NOTES from Things-to-keep since it's a dead file | Angela Marie Thomas | 1 | -1/+0 | |
1996-08-13 | Improve -t options support to list all of the configuration macros & work ↵ | Michael Meissner | 1 | -0/+13 | |
standalone | |||||
1996-08-12 | Test whether /dev/zero works before attemping to us it | Michael Meissner | 3 | -1/+45 | |
1996-08-08 | If HAVE_TERMOS_STRUCTURE is not defined, make sure HAVE_TCGETATTR is also ↵ | Michael Meissner | 1 | -0/+3 | |
not defined. | |||||
1996-08-07 | Allow simulator to build on other machines than x86 | Michael Meissner | 1 | -0/+9 | |
1996-08-06 | 7/30 release from Andrew | Michael Meissner | 9 | -152/+719 | |
1996-07-23 | New simulator changes from Andrew | Michael Meissner | 50 | -6007/+10369 | |
1996-06-26 | Make simulator build again on SunOS and HP/US systems | Michael Meissner | 1 | -20/+90 | |
1996-06-26 | * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir, | Jason Molenda | 4 | -98/+635 | |
INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values. (docdir): Removed. * configure.in (AC_PREREQ): autoconf 2.5 or higher. (AC_PROG_INSTALL): Added. * configure: Rebuilt. | |||||
1996-06-05 | Latest changes from Andrew | Michael Meissner | 6 | -1/+1708 | |
1996-06-03 | Abort if we find the program has an .interp section | Michael Meissner | 2 | -980/+107 | |
1996-06-03 | Add time, gettimeofday, and getrusage system call support | Michael Meissner | 3 | -42/+243 | |
1996-06-02 | Add Solaris and Linux emulations | Michael Meissner | 11 | -64/+2820 | |
1996-05-24 | More changes for GO32 canadian cross builds | Michael Meissner | 2 | -0/+3 | |
1996-05-24 | More changes for GO32 canadian cross builds | Michael Meissner | 5 | -46/+402 | |
1996-05-24 | Allow psim to be built on go32 | Michael Meissner | 2 | -1/+21 | |
1996-05-16 | Check for sys/ioctl.h | Michael Meissner | 3 | -27/+41 | |
1996-05-13 | More progressive fixes | Michael Meissner | 1 | -0/+11 | |
1996-05-06 | Fix INLN in bugapi to read a full line | Michael Meissner | 2 | -0/+343 | |
1996-05-03 | Make simulator build in a Canadian cross environment | Michael Meissner | 2 | -14/+81 | |
1996-04-30 | Work in a cross compile environment | Michael Meissner | 3 | -2372/+494 | |
1996-04-17 | update from Andrew | Michael Meissner | 11 | -0/+4496 | |
1996-04-04 | fix long lines | Michael Meissner | 1 | -3/+8 | |