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

Last change on this file since 0333258 was 0333258, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/18/03 at 05:21:40

2003-07-18 Ralf Corsepius <corsepiu@…>

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