source: rtems/c/src/librdbg/ChangeLog @ 9b353a5

4.104.114.84.95
Last change on this file since 9b353a5 was ccd81b60, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/11/03 at 11:47:49

2003-02-11 Ralf Corsepius <corsepiu@…>

  • configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
  • Property mode set to 100644
File size: 9.7 KB
Line 
12003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
4
52003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: AC_PREREQ(2.57).
8
92002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
12
132002-11-04      Joel Sherrill <joel@OARcorp.com>
14
15        * src/_servtgt.c: Removed warning by adding support for ITRON
16        tasks and rolling multiple loops into 1.
17        * src/m68k/rdbg_f.c: Removed warning.
18
192002-10-31      Joel Sherrill <joel@OARcorp.com>
20
21        * src/i386/any/remdeb_xdr.c: Removed warnings.
22
232002-10-31      Joel Sherrill <joel@OARcorp.com>
24
25        * src/rdbg.c, src/servtsp.c, src/m68k/rdbg_f.c,
26        src/m68k/any/remdeb_xdr.c,
27        src/powerpc/new_exception_processing/remdeb_xdr.c: Removed warnings.
28
292002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * .cvsignore: Reformat.
32        Add autom4te*cache.
33        Remove autom4te.cache.
34
352002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * configure.ac: Remove RTEMS_BSP_ALIAS.
38        Add RTEMS_CHECK_BSP_CACHE.
39
402002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
43        * src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
44        * src/powerpc/new_exception_processing/Makefile.am: Use .$(OBJEXT) instead of .o.
45
462002-07-01      Joel Sherrill <joel@OARcorp.com>
47
48        * src/_servtgt.c, src/ptrace.c: Corrected use of
49        _Objects_Information_table now that it is a two dimensional
50        array based upon API and class.
51
522001-05-15      Joel Sherrill <joel@OARcorp.com>
53
54        * src/i386/any/remdeb_svc.c, src/m68k/any/remdeb_svc.c,
55        src/powerpc/new_exception_processing/remdeb_svc.c: Readding as
56        I accidentally deleted the incorrectly empty versions.
572002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
58
59        * src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption that
60        exception stack frames on M68K members with VBR always are 6 byte long.
61        The incorrect assumption resulted in some gdb commands like "next"
62        to fail on the 68360.
63
642002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * src/i386/any/remdeb_svc.c, src/m68k/any/remdeb_svc.c,
67        src/powerpc/new_exception_processing/remdeb_svc.c: Per PR220 remove
68        these files from CVS.
69
702001-04-19      Joel Sherrill <joel@OARcorp.com>
71
72        * src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
73        internal include files.
74 
752002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * src/powerpc/rdbg_cpu_asm.S: Reflect changes to
78        <rtems/score/cpu.h>.
79        * src/powerpc/rdbg_f.c: Ditto.
80
812002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * configure.ac:
84        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
85        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
86        * include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
87        * include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
88        * include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
89        * include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
90        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
91        * Makefile.am: Remove AUTOMAKE_OPTIONS.
92        * src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
93        * src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
94        * src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
95        * src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
96        * src/Makefile.am: Remove AUTOMAKE_OPTIONS.
97        * src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
98        * src/powerpc/new_exception_processing/Makefile.am: Remove AUTOMAKE_OPTIONS.
99
1002002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        PR 149
103        * src/i386/any/Makefile.am: s/$(SED)/sed/.
104        * src/m68k/any/Makefile.am: s/$(SED)/sed/.
105        * src/powerpc/new_exception_processing/Makefile.am: s/$(SED)/sed/.
106        (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>)
107
1082002-02-01      Eric Valette <valette@crf.canon.fr>
109
110
111        * So many patches have been posted recently on the mailing list and
112        because we were unable to find correct solution to compile on various
113        linux distros (due to rpcgen incompatibilities), and because the coding
114        style of rdbg was rather inconsistant among various pieces of code, I
115        decided to:
116            1) make some cleaning regarding global coding style (using
117               indent + manual edits),
118            2) incorporate/review the paches send by various people
119               (S. Holford, T. Strauman),
120            3) Fix the bug due to varying rpcgen code generation
121               in remdeb_svc.c,
122            4) Remove some dead code,
123            5) Apply a patches enabling to call enterRdbg imediately
124               after rdbg initialization is done,
125
126        NB : the paches is huge but it is mainly due to coding styke chnages.
127        Only few lines of codes have been really changed and they do not impact
128        rdbg functionnality (AFAIKT).
129
130        * include/rdbg/servrpc.h, include/rdbg/i386/rdbg_f.h,
131        include/rdbg/m68k/rdbg_f.h, include/rdbg/powerpc/rdbg_f.h,
132        src/_servtgt.c, src/awk.svc, src/excep.c, src/ptrace.c, src/rdbg.c,
133        src/remdeb.x, src/servbkpt.c, src/servcon.c, src/servrpc.c,
134        src/servtgt.c, src/servtsp.c, src/servutil.c, src/i386/excep_f.c,
135        src/i386/rdbg_f.c, src/i386/any/Makefile.am, src/i386/any/remdeb.h,
136        src/i386/any/remdeb_svc.c, src/i386/any/remdeb_xdr.c,
137        src/m68k/excep_f.c, src/m68k/rdbg_f.c, src/m68k/any/Makefile.am,
138        src/m68k/any/remdeb.h, src/m68k/any/remdeb_svc.c,
139        src/m68k/any/remdeb_xdr.c, src/powerpc/excep_f.c, src/powerpc/rdbg_f.c,
140        src/powerpc/new_exception_processing/Makefile.am,
141        src/powerpc/new_exception_processing/remdeb.h,
142        src/powerpc/new_exception_processing/remdeb_svc.c,
143        src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
144
1452002-01-18      Till Straumann <strauman@slac.stanford.edu>
146
147        * src/powerpc/excep_f.c: This patch addresses the following issues:
148            - exception handler needs to enable MSR_FP if the interrupted
149              thread is FP enabled.
150            - printk message for MSR fixed and added stacktrace
151
152        NOTE: this requires the stacktrace patch to
153        lib/libbsp/powerpc/shared/vectors/vector_init.c
154        (#ifdef DDEBUG only, however)
155
1562001-01-18      Joel Sherrill <joel@OARcorp.com>
157
158        * src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
159        macro using variable arguments.
160       
1612001-01-18      Joel Sherrill <joel@OARcorp.com>
162
163        * src/powerpc/new_exception_processing/remdeb.h,
164        src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated since
165        I updated the main RTEMS development machine to RedHat 7.2 and
166        apparently got a new version of rpcgen.
167
1682001-10-30      Victor V. Vengerov <vvv@oktet.ru>
169
170        * src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
171
1722001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * configure.ac: Fix latent bug exposed by removal of config.cache's
175        which prevented powerpc targets librdbg from building.
176
1772001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
180        * configure.in: Remove.
181        * configure.ac: New file, generated from configure.in by autoupdate.
182
1832001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
186        * include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
187        * include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
188        * include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
189        * src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
190        * src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
191        * src/powerpc/new_exception_processing/Makefile.am: Use 'PREINSTALL_FILES ='.
192
1932001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
196        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
197        * src/m68k/any/Makefile.am: Ditto.
198        * src/powerpc/new_exception_processing/Makefile.am: Ditto.
199
2002001-09-14      Eric Norum <eric.norum@usask.ca>
201
202        * include/rdbg/rdbg.h, src/ptrace.c: Modifications to make gcc 3.x happy.
203
2042001-04-20      Eric Valette <valette@crf.canon.fr>
205
206        * mcp750 directory renamed new_exception processing as it
207        supports many more CPU models.
208        * configure.in, src/powerpc/Makefile.am,
209        src/powerpc/new_exception_processing/Makefile.am,
210        src/powerpc/new_exception_processing/remdeb_f.x: New files
211        formerly in mcp750 plus modifications.
212        * src/powerpc/mcp750/.cvsignore, src/powerpc/mcp750/Makefile.am,
213        src/powerpc/mcp750/remdeb.h, src/powerpc/mcp750/remdeb_f.x,
214        src/powerpc/mcp750/remdeb_svc.c, src/powerpc/mcp750/remdeb_xdr.c:
215        Removed when moved to new_exception_processing.
216        * configure.in, src/powerpc/Makefile.am,
217        src/powerpc/new_exception_processing/Makefile.am,
218        src/powerpc/new_exception_processing/remdeb_f.x: Modified as
219        part of this effort to add support for the MPC8xx.
220
2212001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * include/rdbg/Makefile.am, include/rdbg/i386/Makefile.am,
224        include/rdbg/m68k/Makefile.am, include/rdbg/powerpc/Makefile.am:
225        Cleanup including more proper style on include files.
226
2272000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
230
2312000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
234
2352000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
238        Switch to GNU canonicalization.
239
2402000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
241
242        * src/m68k/any/remdeb.h, src/m68k/any/remdeb_xdr.c,
243        src/m68k/any/remdeb_svc.c: New files missed in merger.
244
2452000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
246
247        * configure.in: Add m68k support.
248        * include/rdbg/m68k, src/m68k, src/m68k/any: New subdirectory.
249        * src/_servtgt.c: add status text to prinf upon task creation failure.
250        * src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
251        * src/m68k/Makefile.am, src/m68k/any/Makefile.am,
252        src/m68k/any/remdeb_f.x, src/m68k/any/.cvsignore,
253        src/m68k/any/remdeb.h, src/m68k/any/remdeb_xdr.c,
254        src/m68k/any/remdeb_svc.c, src/m68k/excep_f.c, src/m68k/rdbg_cpu_asm.S,
255        src/m68k/rdbg_f.c, src/m68k/.cvsignore: New files.
256
2572000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * src/i386/any/Makefile.am, src/powerpc/mcp750/Makefile.am: Include
260        compile.am
261
2622000-08-10      Joel Sherrill <joel@OARcorp.com>
263
264        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.