source: rtems/c/src/librdbg/ChangeLog @ fe36c017

4.104.114.84.95
Last change on this file since fe36c017 was fe36c017, checked in by Joel Sherrill <joel.sherrill@…>, on 05/15/02 at 15:10:16

2001-05-15 Joel Sherrill <joel@…>

  • src/i386/any/remdeb_svc.c, src/m68k/any/remdeb_svc.c, src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I accidentally deleted the incorrectly empty versions.
  • Property mode set to 100644
File size: 8.3 KB
RevLine 
[fe36c017]12001-05-15      Joel Sherrill <joel@OARcorp.com>
2
3        * src/i386/any/remdeb_svc.c, src/m68k/any/remdeb_svc.c,
4        src/powerpc/new_exception_processing/remdeb_svc.c: Readding as
5        I accidentally deleted the incorrectly empty versions.
[3695f03b]62002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
7
8        * src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption that
9        exception stack frames on M68K members with VBR always are 6 byte long.
10        The incorrect assumption resulted in some gdb commands like "next"
11        to fail on the 68360.
12
[da6b86a]132002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * src/i386/any/remdeb_svc.c, src/m68k/any/remdeb_svc.c,
16        src/powerpc/new_exception_processing/remdeb_svc.c: Per PR220 remove
17        these files from CVS.
18
[28abd141]192001-04-19      Joel Sherrill <joel@OARcorp.com>
20
21        * src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
22        internal include files.
23 
[ffa5b98]242002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * src/powerpc/rdbg_cpu_asm.S: Reflect changes to
27        <rtems/score/cpu.h>.
28        * src/powerpc/rdbg_f.c: Ditto.
29
[dbba1d6d]302002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * configure.ac:
33        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
34        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
35        * include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
36        * include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
37        * include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
38        * include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
39        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
40        * Makefile.am: Remove AUTOMAKE_OPTIONS.
41        * src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
42        * src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
43        * src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
44        * src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
45        * src/Makefile.am: Remove AUTOMAKE_OPTIONS.
46        * src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
47        * src/powerpc/new_exception_processing/Makefile.am: Remove AUTOMAKE_OPTIONS.
48
[cb8e48e]492002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        PR 149
52        * src/i386/any/Makefile.am: s/$(SED)/sed/.
53        * src/m68k/any/Makefile.am: s/$(SED)/sed/.
54        * src/powerpc/new_exception_processing/Makefile.am: s/$(SED)/sed/.
55        (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>)
56
[f562815]572002-02-01      Eric Valette <valette@crf.canon.fr>
58
59
60        * So many patches have been posted recently on the mailing list and
61        because we were unable to find correct solution to compile on various
62        linux distros (due to rpcgen incompatibilities), and because the coding
63        style of rdbg was rather inconsistant among various pieces of code, I
64        decided to:
65            1) make some cleaning regarding global coding style (using
66               indent + manual edits),
67            2) incorporate/review the paches send by various people
68               (S. Holford, T. Strauman),
69            3) Fix the bug due to varying rpcgen code generation
70               in remdeb_svc.c,
71            4) Remove some dead code,
72            5) Apply a patches enabling to call enterRdbg imediately
73               after rdbg initialization is done,
74
75        NB : the paches is huge but it is mainly due to coding styke chnages.
76        Only few lines of codes have been really changed and they do not impact
77        rdbg functionnality (AFAIKT).
78
79        * include/rdbg/servrpc.h, include/rdbg/i386/rdbg_f.h,
80        include/rdbg/m68k/rdbg_f.h, include/rdbg/powerpc/rdbg_f.h,
81        src/_servtgt.c, src/awk.svc, src/excep.c, src/ptrace.c, src/rdbg.c,
82        src/remdeb.x, src/servbkpt.c, src/servcon.c, src/servrpc.c,
83        src/servtgt.c, src/servtsp.c, src/servutil.c, src/i386/excep_f.c,
84        src/i386/rdbg_f.c, src/i386/any/Makefile.am, src/i386/any/remdeb.h,
85        src/i386/any/remdeb_svc.c, src/i386/any/remdeb_xdr.c,
86        src/m68k/excep_f.c, src/m68k/rdbg_f.c, src/m68k/any/Makefile.am,
87        src/m68k/any/remdeb.h, src/m68k/any/remdeb_svc.c,
88        src/m68k/any/remdeb_xdr.c, src/powerpc/excep_f.c, src/powerpc/rdbg_f.c,
89        src/powerpc/new_exception_processing/Makefile.am,
90        src/powerpc/new_exception_processing/remdeb.h,
91        src/powerpc/new_exception_processing/remdeb_svc.c,
92        src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
93
942002-01-18      Till Straumann <strauman@slac.stanford.edu>
95
96        * src/powerpc/excep_f.c: This patch addresses the following issues:
97            - exception handler needs to enable MSR_FP if the interrupted
98              thread is FP enabled.
99            - printk message for MSR fixed and added stacktrace
100
101        NOTE: this requires the stacktrace patch to
102        lib/libbsp/powerpc/shared/vectors/vector_init.c
103        (#ifdef DDEBUG only, however)
104
[6966421]1052001-01-18      Joel Sherrill <joel@OARcorp.com>
106
107        * src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
108        macro using variable arguments.
109       
1102001-01-18      Joel Sherrill <joel@OARcorp.com>
111
112        * src/powerpc/new_exception_processing/remdeb.h,
113        src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated since
114        I updated the main RTEMS development machine to RedHat 7.2 and
115        apparently got a new version of rpcgen.
116
1172001-10-30      Victor V. Vengerov <vvv@oktet.ru>
118
119        * src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
120
1212001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * configure.ac: Fix latent bug exposed by removal of config.cache's
124        which prevented powerpc targets librdbg from building.
125
1262001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
129        * configure.in: Remove.
130        * configure.ac: New file, generated from configure.in by autoupdate.
131
1322001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
135        * include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
136        * include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
137        * include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
138        * src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
139        * src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
140        * src/powerpc/new_exception_processing/Makefile.am: Use 'PREINSTALL_FILES ='.
141
1422001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
145        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
146        * src/m68k/any/Makefile.am: Ditto.
147        * src/powerpc/new_exception_processing/Makefile.am: Ditto.
148
1492001-09-14      Eric Norum <eric.norum@usask.ca>
150
151        * include/rdbg/rdbg.h, src/ptrace.c: Modifications to make gcc 3.x happy.
152
1532001-04-20      Eric Valette <valette@crf.canon.fr>
154
155        * mcp750 directory renamed new_exception processing as it
156        supports many more CPU models.
157        * configure.in, src/powerpc/Makefile.am,
[40cf43ea]158        src/powerpc/new_exception_processing/Makefile.am,
[6966421]159        src/powerpc/new_exception_processing/remdeb_f.x: New files
160        formerly in mcp750 plus modifications.
161        * src/powerpc/mcp750/.cvsignore, src/powerpc/mcp750/Makefile.am,
162        src/powerpc/mcp750/remdeb.h, src/powerpc/mcp750/remdeb_f.x,
163        src/powerpc/mcp750/remdeb_svc.c, src/powerpc/mcp750/remdeb_xdr.c:
164        Removed when moved to new_exception_processing.
165        * configure.in, src/powerpc/Makefile.am,
166        src/powerpc/new_exception_processing/Makefile.am,
167        src/powerpc/new_exception_processing/remdeb_f.x: Modified as
168        part of this effort to add support for the MPC8xx.
169
1702001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * include/rdbg/Makefile.am, include/rdbg/i386/Makefile.am,
173        include/rdbg/m68k/Makefile.am, include/rdbg/powerpc/Makefile.am:
174        Cleanup including more proper style on include files.
175
1762000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
179
1802000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
183
1842000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
187        Switch to GNU canonicalization.
188
1892000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
190
191        * src/m68k/any/remdeb.h, src/m68k/any/remdeb_xdr.c,
192        src/m68k/any/remdeb_svc.c: New files missed in merger.
193
1942000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
195
196        * configure.in: Add m68k support.
197        * include/rdbg/m68k, src/m68k, src/m68k/any: New subdirectory.
198        * src/_servtgt.c: add status text to prinf upon task creation failure.
199        * src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
200        * src/m68k/Makefile.am, src/m68k/any/Makefile.am,
201        src/m68k/any/remdeb_f.x, src/m68k/any/.cvsignore,
202        src/m68k/any/remdeb.h, src/m68k/any/remdeb_xdr.c,
203        src/m68k/any/remdeb_svc.c, src/m68k/excep_f.c, src/m68k/rdbg_cpu_asm.S,
204        src/m68k/rdbg_f.c, src/m68k/.cvsignore: New files.
205
2062000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * src/i386/any/Makefile.am, src/powerpc/mcp750/Makefile.am: Include
209        compile.am
210
2112000-08-10      Joel Sherrill <joel@OARcorp.com>
[40cf43ea]212
[6966421]213        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.