aboutsummaryrefslogtreecommitdiff
path: root/gdb/sparcl-stub.c
AgeCommit message (Collapse)AuthorFilesLines
2000-07-30Protoization.Kevin Buettner1-24/+11
2000-02-09From JTC: m32r-stub.c, sparcl-stub.c, sparclet-stub.cAndrew Cagney1-1/+2
(handle_exception): Return E01 instead of P01 when 'P' command fails.
1999-09-09import gdb-1999-09-08 snapshotStan Shebs1-46/+6
1999-08-31import gdb-1999-08-30 snapshotJason Molenda1-52/+31
1999-08-23import gdb-1999-08-23 snapshotJason Molenda1-5/+0
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+1024
1999-04-16Initial creation of sourceware repositoryStan Shebs1-1024/+0
1995-10-16 * dcache.c: Change default value of remotecache to off. It justStu Grossman1-52/+82
screws up too many targets. * sparcl-stub.c: Add prototypes to many forward decls. * Create private copies of strlen, strcpy, and memcpy to prevent chaos when user steps into them. * (trap_low handle_exception): Clean up DSU support code (hardware breakpoints). Move lots of stuff from asm-land to C-land (make it much easier to #ifdef if necessary). Also, use trap 255 to get into break mode instead of doing a DSU register write, which may trash the register. * (putpacket): Don't check return value of putDebugChar. It returns void...
1995-10-06 * sparcl-stub.c: include sparclite.h to get access to registerStu Grossman1-136/+146
fondling macros. * (trap_low): Save and restore FP regs if necessary. Also, clean up save and restore of debug unit regs. * (hard_trap_info): Add more architecturally defined traps. * (set_debug_traps): Only set FP disabled trap if FP is disabled. * (get_in_break_mode): Clean up. Get rid of calls to set_hw_breakpoint_trap(). Also, use write_asi macro * (handle_exception): Clean up `g' and `G' commands. Add `P' command. * (hw_breakpoint): Why was this here!? It's gone now...
1995-03-22 * sparc-stub.c: add nop after 'bg good_wim'.Kung Hsu1-0/+1
* sparcl-stub.c: ditto.
1994-11-15 * i386-stub.c, m68k-stub.c, sparc-stub.c, sparcl-stub.c: Mask outStan Shebs1-5/+5
the top bit returned by getDebugChar.
1994-11-05 * sparcl-stub.c: get rid of defs.h.Kung Hsu1-1/+0
1994-06-10Added Files:Kung Hsu1-0/+984
sparcl-tdep.c sparcl-stub.c Removed Files: sparclite-tdep.c sparclite-stub.c * change file name because fisrt 8 chars has to be unique.