source: rtems/c/src/librdbg/ChangeLog @ 703f3a4

4.104.114.84.95
Last change on this file since 703f3a4 was 703f3a4, checked in by Joel Sherrill <joel.sherrill@…>, on 10/31/02 at 21:42:42

2002-10-31 Joel Sherrill <joel@…>

  • src/i386/any/remdeb_xdr.c: Removed warnings.
  • Property mode set to 100644
File size: 9.3 KB
RevLine 
[703f3a4]12002-10-31      Joel Sherrill <joel@OARcorp.com>
2
3        * src/i386/any/remdeb_xdr.c: Removed warnings.
4
[224a646a]52002-10-31      Joel Sherrill <joel@OARcorp.com>
6
7        * src/rdbg.c, src/servtsp.c, src/m68k/rdbg_f.c,
8        src/m68k/any/remdeb_xdr.c,
9        src/powerpc/new_exception_processing/remdeb_xdr.c: Removed warnings.
10
[8730f45]112002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * .cvsignore: Reformat.
14        Add autom4te*cache.
15        Remove autom4te.cache.
16
[af10cd4c]172002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * configure.ac: Remove RTEMS_BSP_ALIAS.
20        Add RTEMS_CHECK_BSP_CACHE.
21
[c6bb4fa4]222002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
25        * src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
26        * src/powerpc/new_exception_processing/Makefile.am: Use .$(OBJEXT) instead of .o.
27
[ce8e6a8]282002-07-01      Joel Sherrill <joel@OARcorp.com>
29
30        * src/_servtgt.c, src/ptrace.c: Corrected use of
31        _Objects_Information_table now that it is a two dimensional
32        array based upon API and class.
33
[fe36c017]342001-05-15      Joel Sherrill <joel@OARcorp.com>
35
36        * src/i386/any/remdeb_svc.c, src/m68k/any/remdeb_svc.c,
37        src/powerpc/new_exception_processing/remdeb_svc.c: Readding as
38        I accidentally deleted the incorrectly empty versions.
[3695f03b]392002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
40
41        * src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption that
42        exception stack frames on M68K members with VBR always are 6 byte long.
43        The incorrect assumption resulted in some gdb commands like "next"
44        to fail on the 68360.
45
[da6b86a]462002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * src/i386/any/remdeb_svc.c, src/m68k/any/remdeb_svc.c,
49        src/powerpc/new_exception_processing/remdeb_svc.c: Per PR220 remove
50        these files from CVS.
51
[28abd141]522001-04-19      Joel Sherrill <joel@OARcorp.com>
53
54        * src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
55        internal include files.
56 
[ffa5b98]572002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * src/powerpc/rdbg_cpu_asm.S: Reflect changes to
60        <rtems/score/cpu.h>.
61        * src/powerpc/rdbg_f.c: Ditto.
62
[dbba1d6d]632002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * configure.ac:
66        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
67        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
68        * include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
69        * include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
70        * include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
71        * include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
72        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
73        * Makefile.am: Remove AUTOMAKE_OPTIONS.
74        * src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
75        * src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
76        * src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
77        * src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
78        * src/Makefile.am: Remove AUTOMAKE_OPTIONS.
79        * src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
80        * src/powerpc/new_exception_processing/Makefile.am: Remove AUTOMAKE_OPTIONS.
81
[cb8e48e]822002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        PR 149
85        * src/i386/any/Makefile.am: s/$(SED)/sed/.
86        * src/m68k/any/Makefile.am: s/$(SED)/sed/.
87        * src/powerpc/new_exception_processing/Makefile.am: s/$(SED)/sed/.
88        (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>)
89
[f562815]902002-02-01      Eric Valette <valette@crf.canon.fr>
91
92
93        * So many patches have been posted recently on the mailing list and
94        because we were unable to find correct solution to compile on various
95        linux distros (due to rpcgen incompatibilities), and because the coding
96        style of rdbg was rather inconsistant among various pieces of code, I
97        decided to:
98            1) make some cleaning regarding global coding style (using
99               indent + manual edits),
100            2) incorporate/review the paches send by various people
101               (S. Holford, T. Strauman),
102            3) Fix the bug due to varying rpcgen code generation
103               in remdeb_svc.c,
104            4) Remove some dead code,
105            5) Apply a patches enabling to call enterRdbg imediately
106               after rdbg initialization is done,
107
108        NB : the paches is huge but it is mainly due to coding styke chnages.
109        Only few lines of codes have been really changed and they do not impact
110        rdbg functionnality (AFAIKT).
111
112        * include/rdbg/servrpc.h, include/rdbg/i386/rdbg_f.h,
113        include/rdbg/m68k/rdbg_f.h, include/rdbg/powerpc/rdbg_f.h,
114        src/_servtgt.c, src/awk.svc, src/excep.c, src/ptrace.c, src/rdbg.c,
115        src/remdeb.x, src/servbkpt.c, src/servcon.c, src/servrpc.c,
116        src/servtgt.c, src/servtsp.c, src/servutil.c, src/i386/excep_f.c,
117        src/i386/rdbg_f.c, src/i386/any/Makefile.am, src/i386/any/remdeb.h,
118        src/i386/any/remdeb_svc.c, src/i386/any/remdeb_xdr.c,
119        src/m68k/excep_f.c, src/m68k/rdbg_f.c, src/m68k/any/Makefile.am,
120        src/m68k/any/remdeb.h, src/m68k/any/remdeb_svc.c,
121        src/m68k/any/remdeb_xdr.c, src/powerpc/excep_f.c, src/powerpc/rdbg_f.c,
122        src/powerpc/new_exception_processing/Makefile.am,
123        src/powerpc/new_exception_processing/remdeb.h,
124        src/powerpc/new_exception_processing/remdeb_svc.c,
125        src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
126
1272002-01-18      Till Straumann <strauman@slac.stanford.edu>
128
129        * src/powerpc/excep_f.c: This patch addresses the following issues:
130            - exception handler needs to enable MSR_FP if the interrupted
131              thread is FP enabled.
132            - printk message for MSR fixed and added stacktrace
133
134        NOTE: this requires the stacktrace patch to
135        lib/libbsp/powerpc/shared/vectors/vector_init.c
136        (#ifdef DDEBUG only, however)
137
[6966421]1382001-01-18      Joel Sherrill <joel@OARcorp.com>
139
140        * src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
141        macro using variable arguments.
142       
1432001-01-18      Joel Sherrill <joel@OARcorp.com>
144
145        * src/powerpc/new_exception_processing/remdeb.h,
146        src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated since
147        I updated the main RTEMS development machine to RedHat 7.2 and
148        apparently got a new version of rpcgen.
149
1502001-10-30      Victor V. Vengerov <vvv@oktet.ru>
151
152        * src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
153
1542001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * configure.ac: Fix latent bug exposed by removal of config.cache's
157        which prevented powerpc targets librdbg from building.
158
1592001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
162        * configure.in: Remove.
163        * configure.ac: New file, generated from configure.in by autoupdate.
164
1652001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
168        * include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
169        * include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
170        * include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
171        * src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
172        * src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
173        * src/powerpc/new_exception_processing/Makefile.am: Use 'PREINSTALL_FILES ='.
174
1752001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
178        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
179        * src/m68k/any/Makefile.am: Ditto.
180        * src/powerpc/new_exception_processing/Makefile.am: Ditto.
181
1822001-09-14      Eric Norum <eric.norum@usask.ca>
183
184        * include/rdbg/rdbg.h, src/ptrace.c: Modifications to make gcc 3.x happy.
185
1862001-04-20      Eric Valette <valette@crf.canon.fr>
187
188        * mcp750 directory renamed new_exception processing as it
189        supports many more CPU models.
190        * configure.in, src/powerpc/Makefile.am,
[40cf43ea]191        src/powerpc/new_exception_processing/Makefile.am,
[6966421]192        src/powerpc/new_exception_processing/remdeb_f.x: New files
193        formerly in mcp750 plus modifications.
194        * src/powerpc/mcp750/.cvsignore, src/powerpc/mcp750/Makefile.am,
195        src/powerpc/mcp750/remdeb.h, src/powerpc/mcp750/remdeb_f.x,
196        src/powerpc/mcp750/remdeb_svc.c, src/powerpc/mcp750/remdeb_xdr.c:
197        Removed when moved to new_exception_processing.
198        * configure.in, src/powerpc/Makefile.am,
199        src/powerpc/new_exception_processing/Makefile.am,
200        src/powerpc/new_exception_processing/remdeb_f.x: Modified as
201        part of this effort to add support for the MPC8xx.
202
2032001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * include/rdbg/Makefile.am, include/rdbg/i386/Makefile.am,
206        include/rdbg/m68k/Makefile.am, include/rdbg/powerpc/Makefile.am:
207        Cleanup including more proper style on include files.
208
2092000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
212
2132000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
216
2172000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
220        Switch to GNU canonicalization.
221
2222000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
223
224        * src/m68k/any/remdeb.h, src/m68k/any/remdeb_xdr.c,
225        src/m68k/any/remdeb_svc.c: New files missed in merger.
226
2272000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
228
229        * configure.in: Add m68k support.
230        * include/rdbg/m68k, src/m68k, src/m68k/any: New subdirectory.
231        * src/_servtgt.c: add status text to prinf upon task creation failure.
232        * src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
233        * src/m68k/Makefile.am, src/m68k/any/Makefile.am,
234        src/m68k/any/remdeb_f.x, src/m68k/any/.cvsignore,
235        src/m68k/any/remdeb.h, src/m68k/any/remdeb_xdr.c,
236        src/m68k/any/remdeb_svc.c, src/m68k/excep_f.c, src/m68k/rdbg_cpu_asm.S,
237        src/m68k/rdbg_f.c, src/m68k/.cvsignore: New files.
238
2392000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * src/i386/any/Makefile.am, src/powerpc/mcp750/Makefile.am: Include
242        compile.am
243
2442000-08-10      Joel Sherrill <joel@OARcorp.com>
[40cf43ea]245
[6966421]246        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.