Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1993-04-28 | * Remote targets (mourn): Call unpush_target. | Jim Kingdon | 1 | -0/+1 | |
1993-04-10 | Fix typo, change appropriate instances of -2 to SERIAL_TIMEOUT, add | Ian Lance Taylor | 1 | -22/+23 | |
explicit != 0 tests, improve comments. | |||||
1993-04-09 | * remote-mips.c, remote-monitor.c, remote-st2000.c: Convert to | Stu Grossman | 1 | -16/+23 | |
new serial interface. | |||||
1993-02-22 | * remote-mips.c: New file; implements MIPS remote debugging | Ian Lance Taylor | 1 | -28/+166 | |
protocol. * config/idt.mt: New file; uses remote-mips.c * configure.in (mips-idt-ecoff): New target; uses idt.mt. * mips-tdep.c (mips_fpu): New variable; controls use of MIPS floating point coprocessor. (mips_push_dummy_frame): If not mips_fpu, don't save floating point registers. (mips_pop_frame): If not mips_fpu, don't restore floating point registers. (_initialize_mips_tdep): New function; let the user reset mips_fpu variable. * tm-mips.h (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE): If not mips_fpu, don't use fp0 as floating point return register. (FIX_CALL_DUMMY): If not mips_fpu, don't save floating point registers. Also added remote-mips.c to .Sanitize file. | |||||
1993-02-12 | Checkpoint. Runs "hello, world", sets breakpoints, isn't too graceful | Ian Lance Taylor | 1 | -0/+1246 | |
about program termination. This file probably should not be part of gdb 4.8, although it wouldn't do any actual harm. Not yet added to .Sanitize. |