source: rtems/c/src/lib/libbsp/mips/shared/gdbstub/ChangeLog @ db6cc07

4.104.114.84.95
Last change on this file since db6cc07 was db6cc07, checked in by Joel Sherrill <joel.sherrill@…>, on 03/08/02 at 17:36:58

2001-03-08 Joel Sherrill <joel@…>

  • mips-stub.c: Removed warnings.
  • Property mode set to 100644
File size: 3.7 KB
Line 
12001-03-08      Joel Sherrill <joel@OARcorp.com>
2
3        * mips-stub.c: Removed warnings.
4
52001-03-05      Greg Menke <gregory.menke@gsfc.nasa.gov>
6
7        * mips-stub.c: Debugged & tweaked the gdb command processing,
8        zbreak stuff, breakpoint and step code.  Implemented 'T' command
9        support and debugged remote gdb support w/ the Mongoose bsp.
10        Added the memory segment support.
11        * memlimits.h: Disabled all contents in favor of memory sement
12        support.  This file could probably go away.
13        * rtems-stub-glue.c (rtems_gdb_index_to_stub_id()): New routine.
14        rtems_gdb_stub_get_register_from_context(): Implemented MIPS version.
15        rtems_gdb_stub_get_offsets(): Implemented MIPS version.
16        * README: Updated.
17
182001-03-01      Joel Sherrill <joel@OARcorp.com>
19
20        * ChangeLog: Corrected previous entry.
21
222002-02-27      Greg Menke <gregory.menke@gsfc.nasa.gov>
23
24        * mips-stub.c: Modified isr install routine to
25        capture all exceptions.
26
272001-02-27      Joel Sherrill <joel@OARcorp.com>
28
29        * Significant modifications including adding thread support, the 'X'
30        command, and reorganizing so that target CPU independent routines
31        could be reused.
32        * gdb_if.h: Added numerous prototypes.
33        * mips-stub.c: Added thread support as well as 'X' command.
34        Also noticed that the 'P' command was from the mips protocol.
35        * rtems-stub-glue.c: New file.  This file contains all generic
36        support which should be able to be reused on another target CPU.
37
382002-02-08      Joel Sherrill <joel@OARcorp.com>
39
40        * mips-stub.c (handle_exception): Prototype changed to be an RTEMS
41        entry point.  Added comments about possible need to flush cache.
42        (mips_gdb_stub_install): New routine.
43
442002-02-08      Joel Sherrill <joel@OARcorp.com>
45
46        * Makefile, stubinit.S, r46kstub.ld, ioaddr.h: Removed as unused
47        with RTEMS.
48        * r46kstub.c: Renamed to mips-stub.c.
49        * mips-stub.c: New file -- was r46kstub.c.
50        * memlimits.h: New file was limits.h.
51        * limits.h: Removed.
52        * r4600.h: Eliminated need for this file.
53        * README: Updated.
54        * gdb_if.h: Added CVS Id.
55        * mips-stub.c: Attempt to deal with MIPS1 versus MIPS3.
56
572002-02-08      Joel Sherrill <joel@OARcorp.com>
58
59        * Merged r46kstub.c into RTEMS distribution without modification.
60        I got the code from Franz Fischer <Franz.Fischer@franz-fischer.de>
61        who had used this with an old version of RTEMS with the mips64orion
62        port of RTEMS.  After adding this to the repository, I will tailor
63        this to work with the RTEMS exception processing model and trim
64        no longer needed parts.
65        * ChangeLog, gdb_if.h, ioaddr.h, limits.h, Makefile, mips_opcode.h,
66        r4600.h, r46kstub.c, r46kstub.ld, README, stubinit.S:
67
68Sun Sep 29 16:34:53 1996  C. M. Heard <heard@vvnet.com>
69
70        * Updated snapshot posted.
71
72        * stubinit.S (_reset_exception, _general_exception): Reorder
73        instructions or insert nops as necessary to ensure that the
74        target register of mfc0, mfc1, and cfc1 instructions is not
75        used as a source register in the load delay slot of those
76        instructions and to ensure that the instruction following
77        mtc0 is always something other than mfc0.  Insert .eject
78        directives and reformat some of the comments to make the
79        assembler listing more readable.
80
81        * ioaddr.h:  add comments pointing out implementation-
82        specific address definitions.
83
84        * limits.h:  add comments describing what the implementation-
85        specific macros in this file are supposed to do.
86
87Tue Aug 06 14:43:04 1995  C. M. Heard <heard@vvnet.com>
88
89        * Updated snapshot posted.
90
91        * stubinit.S (_general_exception): Use virtual adresses from
92        kseg0 (cached, unmapped space) instead of kseg1 (uncached,
93        unmapped space) in cache instructions.
94        (_reset_exception): Likewise, and use the right
95        mask to clean the K0 field in the config register.
96
97Fri Jul 26 14:41:49 1995  C. M. Heard <heard@vvnet.com>
98
99        * Initial snapshot posted.
Note: See TracBrowser for help on using the repository browser.