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

4.104.114.84.95
Last change on this file since f94470a5 was 145fc8c, checked in by Joel Sherrill <joel.sherrill@…>, on 11/04/02 at 22:19:11

2002-11-04 Joel Sherrill <joel@…>

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