source: rtems/c/src/librdbg/ChangeLog @ 534987d

4.104.114.84.95
Last change on this file since 534987d was 4a501bd, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/14/04 at 06:39:01

2004-01-14 Ralf Corsepius <corsepiu@…>

  • include/rdbg/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
  • include/rdbg/i386/Makefile.am: Ditto.
  • include/rdbg/m68k/Makefile.am: Ditto.
  • include/rdbg/powerpc/Makefile.am: Ditto.
  • src/i386/Makefile.am: Ditto.
  • src/m68k/Makefile.am: Ditto.
  • src/powerpc/Makefile.am: Ditto.
  • Property mode set to 100644
File size: 14.2 KB
Line 
12004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * include/rdbg/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
4        Add PRE/TMPINSTALL_FILES to CLEANFILES.
5        * include/rdbg/i386/Makefile.am: Ditto.
6        * include/rdbg/m68k/Makefile.am: Ditto.
7        * include/rdbg/powerpc/Makefile.am: Ditto.
8        * src/i386/Makefile.am: Ditto.
9        * src/m68k/Makefile.am: Ditto.
10        * src/powerpc/Makefile.am: Ditto.
11
122003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * src/i386/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
15        * src/m68k/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
16        * src/powerpc/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
17
182003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
21        * include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
22        * include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
23        * include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
24        * src/i386/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
25        * src/m68k/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
26        * src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
27
282003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * src/powerpc/new_exception_processing/Makefile.am: Remove.
31        * src/powerpc/Makefile.am: Merge-in former
32        new_exception_processing/Makefile.am.
33        * src/m68k/any/Makefile.am: Remove.
34        * src/m68k/Makefile.am: Merge-in former any/Makefile.am.
35        * src/i386/any/Makefile.am: Remove.
36        * src/i386/Makefile.am: Merge-in former any/Makefile.am.
37        * src/Makefile.am: Cosmetics.
38        * include/Makefile.am: Cosmetics.
39        * Makefile.am: Cosmetics.
40
412003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * src/i386/any/Makefile.am: Remove all-local: $(ARCH).
44        * src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
45        * src/powerpc/new_exception_processing/Makefile.am: Remove all-local: $(ARCH).
46
472003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * Makefile.am: Reformat. Apply dirstamps to preinstallation.
50        * include/Makefile.am: Ditto.
51        * include/rdbg/Makefile.am: Ditto.
52        * include/rdbg/i386/Makefile.am: Ditto.
53        * include/rdbg/m68k/Makefile.am: Ditto.
54        * include/rdbg/powerpc/Makefile.am: Ditto:
55        * src/Makefile.am: Ditto.
56        * src/i386/Makefile.am: Ditto.
57        * src/i386/any/Makefile.am: Ditto.
58        * src/m68k/Makefile.am: Ditto.
59        * src/m68k/any/Makefile.am: Ditto.
60        * src/powerpc/Makefile.am: Ditto.
61        * src/powerpc/new_exception_processing/Makefile.am: Ditto.
62
632003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * src/i386/any/Makefile.am, src/m68k/any/Makefile.am,
66        src/powerpc/new_exception_processing/Makefile.am:
67        Don't include @RTEMS_BSP@.cfg.
68
692003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * Makefile.am: Reflect having moved automake/.
72        * include/Makefile.am: Reflect having moved automake/.
73        * include/rdbg/Makefile.am: Reflect having moved automake/.
74        * include/rdbg/i386/Makefile.am: Reflect having moved automake/.
75        * include/rdbg/m68k/Makefile.am: Reflect having moved automake/.
76        * include/rdbg/powerpc/Makefile.am: Reflect having moved automake/.
77        * src/Makefile.am: Reflect having moved automake/.
78        * src/i386/Makefile.am: Reflect having moved automake/.
79        * src/i386/any/Makefile.am: Reflect having moved automake/.
80        * src/m68k/Makefile.am: Reflect having moved automake/.
81        * src/m68k/any/Makefile.am: Reflect having moved automake/.
82        * src/powerpc/Makefile.am: Reflect having moved automake/.
83        * src/powerpc/new_exception_processing/Makefile.am: Reflect having moved automake/.
84
852003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
88        * src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
89
902003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * configure.ac: Remove (Merged into ../configure.ac).
93        * Makefile.am, include/Makefile.am, include/rdbg/Makefile.am,
94        include/rdbg/i386/Makefile.am, include/rdbg/m68k/Makefile.am,
95        include/rdbg/powerpc/Makefile.am, src/Makefile.am,
96        src/i386/Makefile.am, src/i386/any/Makefile.am,
97        src/m68k/Makefile.am, src/m68k/any/Makefile.am,
98        src/powerpc/Makefile.am,
99        src/powerpc/new_exception_processing/Makefile.am:
100        Reflect having merged configure.ac into ../configure.ac.
101
1022003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        PR 427/rtems
105        * src/rdbg.c: Use memset instead of bzero (deprecated).
106        * src/servtsp.c: Ditto.
107
1082003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * configure.ac: Remove AC_CONFIG_AUX_DIR.
111
1122003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
115
1162003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * configure.ac: AC_PREREQ(2.57).
119
1202002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
123
1242002-11-04      Joel Sherrill <joel@OARcorp.com>
125
126        * src/_servtgt.c: Removed warning by adding support for ITRON
127        tasks and rolling multiple loops into 1.
128        * src/m68k/rdbg_f.c: Removed warning.
129
1302002-10-31      Joel Sherrill <joel@OARcorp.com>
131
132        * src/i386/any/remdeb_xdr.c: Removed warnings.
133
1342002-10-31      Joel Sherrill <joel@OARcorp.com>
135
136        * src/rdbg.c, src/servtsp.c, src/m68k/rdbg_f.c,
137        src/m68k/any/remdeb_xdr.c,
138        src/powerpc/new_exception_processing/remdeb_xdr.c: Removed warnings.
139
1402002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * .cvsignore: Reformat.
143        Add autom4te*cache.
144        Remove autom4te.cache.
145
1462002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * configure.ac: Remove RTEMS_BSP_ALIAS.
149        Add RTEMS_CHECK_BSP_CACHE.
150
1512002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
154        * src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
155        * src/powerpc/new_exception_processing/Makefile.am: Use .$(OBJEXT) instead of .o.
156
1572002-07-01      Joel Sherrill <joel@OARcorp.com>
158
159        * src/_servtgt.c, src/ptrace.c: Corrected use of
160        _Objects_Information_table now that it is a two dimensional
161        array based upon API and class.
162
1632001-05-15      Joel Sherrill <joel@OARcorp.com>
164
165        * src/i386/any/remdeb_svc.c, src/m68k/any/remdeb_svc.c,
166        src/powerpc/new_exception_processing/remdeb_svc.c: Readding as
167        I accidentally deleted the incorrectly empty versions.
1682002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
169
170        * src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption that
171        exception stack frames on M68K members with VBR always are 6 byte long.
172        The incorrect assumption resulted in some gdb commands like "next"
173        to fail on the 68360.
174
1752002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * src/i386/any/remdeb_svc.c, src/m68k/any/remdeb_svc.c,
178        src/powerpc/new_exception_processing/remdeb_svc.c: Per PR220 remove
179        these files from CVS.
180
1812001-04-19      Joel Sherrill <joel@OARcorp.com>
182
183        * src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
184        internal include files.
185 
1862002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * src/powerpc/rdbg_cpu_asm.S: Reflect changes to
189        <rtems/score/cpu.h>.
190        * src/powerpc/rdbg_f.c: Ditto.
191
1922002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * configure.ac:
195        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
196        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
197        * include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
198        * include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
199        * include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
200        * include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
201        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
202        * Makefile.am: Remove AUTOMAKE_OPTIONS.
203        * src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
204        * src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
205        * src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
206        * src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
207        * src/Makefile.am: Remove AUTOMAKE_OPTIONS.
208        * src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
209        * src/powerpc/new_exception_processing/Makefile.am: Remove AUTOMAKE_OPTIONS.
210
2112002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        PR 149
214        * src/i386/any/Makefile.am: s/$(SED)/sed/.
215        * src/m68k/any/Makefile.am: s/$(SED)/sed/.
216        * src/powerpc/new_exception_processing/Makefile.am: s/$(SED)/sed/.
217        (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>)
218
2192002-02-01      Eric Valette <valette@crf.canon.fr>
220
221
222        * So many patches have been posted recently on the mailing list and
223        because we were unable to find correct solution to compile on various
224        linux distros (due to rpcgen incompatibilities), and because the coding
225        style of rdbg was rather inconsistant among various pieces of code, I
226        decided to:
227            1) make some cleaning regarding global coding style (using
228               indent + manual edits),
229            2) incorporate/review the paches send by various people
230               (S. Holford, T. Strauman),
231            3) Fix the bug due to varying rpcgen code generation
232               in remdeb_svc.c,
233            4) Remove some dead code,
234            5) Apply a patches enabling to call enterRdbg imediately
235               after rdbg initialization is done,
236
237        NB : the paches is huge but it is mainly due to coding styke chnages.
238        Only few lines of codes have been really changed and they do not impact
239        rdbg functionnality (AFAIKT).
240
241        * include/rdbg/servrpc.h, include/rdbg/i386/rdbg_f.h,
242        include/rdbg/m68k/rdbg_f.h, include/rdbg/powerpc/rdbg_f.h,
243        src/_servtgt.c, src/awk.svc, src/excep.c, src/ptrace.c, src/rdbg.c,
244        src/remdeb.x, src/servbkpt.c, src/servcon.c, src/servrpc.c,
245        src/servtgt.c, src/servtsp.c, src/servutil.c, src/i386/excep_f.c,
246        src/i386/rdbg_f.c, src/i386/any/Makefile.am, src/i386/any/remdeb.h,
247        src/i386/any/remdeb_svc.c, src/i386/any/remdeb_xdr.c,
248        src/m68k/excep_f.c, src/m68k/rdbg_f.c, src/m68k/any/Makefile.am,
249        src/m68k/any/remdeb.h, src/m68k/any/remdeb_svc.c,
250        src/m68k/any/remdeb_xdr.c, src/powerpc/excep_f.c, src/powerpc/rdbg_f.c,
251        src/powerpc/new_exception_processing/Makefile.am,
252        src/powerpc/new_exception_processing/remdeb.h,
253        src/powerpc/new_exception_processing/remdeb_svc.c,
254        src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
255
2562002-01-18      Till Straumann <strauman@slac.stanford.edu>
257
258        * src/powerpc/excep_f.c: This patch addresses the following issues:
259            - exception handler needs to enable MSR_FP if the interrupted
260              thread is FP enabled.
261            - printk message for MSR fixed and added stacktrace
262
263        NOTE: this requires the stacktrace patch to
264        lib/libbsp/powerpc/shared/vectors/vector_init.c
265        (#ifdef DDEBUG only, however)
266
2672001-01-18      Joel Sherrill <joel@OARcorp.com>
268
269        * src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
270        macro using variable arguments.
271       
2722001-01-18      Joel Sherrill <joel@OARcorp.com>
273
274        * src/powerpc/new_exception_processing/remdeb.h,
275        src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated since
276        I updated the main RTEMS development machine to RedHat 7.2 and
277        apparently got a new version of rpcgen.
278
2792001-10-30      Victor V. Vengerov <vvv@oktet.ru>
280
281        * src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
282
2832001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * configure.ac: Fix latent bug exposed by removal of config.cache's
286        which prevented powerpc targets librdbg from building.
287
2882001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
291        * configure.in: Remove.
292        * configure.ac: New file, generated from configure.in by autoupdate.
293
2942001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
297        * include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
298        * include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
299        * include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
300        * src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
301        * src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
302        * src/powerpc/new_exception_processing/Makefile.am: Use 'PREINSTALL_FILES ='.
303
3042001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
307        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
308        * src/m68k/any/Makefile.am: Ditto.
309        * src/powerpc/new_exception_processing/Makefile.am: Ditto.
310
3112001-09-14      Eric Norum <eric.norum@usask.ca>
312
313        * include/rdbg/rdbg.h, src/ptrace.c: Modifications to make gcc 3.x happy.
314
3152001-04-20      Eric Valette <valette@crf.canon.fr>
316
317        * mcp750 directory renamed new_exception processing as it
318        supports many more CPU models.
319        * configure.in, src/powerpc/Makefile.am,
320        src/powerpc/new_exception_processing/Makefile.am,
321        src/powerpc/new_exception_processing/remdeb_f.x: New files
322        formerly in mcp750 plus modifications.
323        * src/powerpc/mcp750/.cvsignore, src/powerpc/mcp750/Makefile.am,
324        src/powerpc/mcp750/remdeb.h, src/powerpc/mcp750/remdeb_f.x,
325        src/powerpc/mcp750/remdeb_svc.c, src/powerpc/mcp750/remdeb_xdr.c:
326        Removed when moved to new_exception_processing.
327        * configure.in, src/powerpc/Makefile.am,
328        src/powerpc/new_exception_processing/Makefile.am,
329        src/powerpc/new_exception_processing/remdeb_f.x: Modified as
330        part of this effort to add support for the MPC8xx.
331
3322001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * include/rdbg/Makefile.am, include/rdbg/i386/Makefile.am,
335        include/rdbg/m68k/Makefile.am, include/rdbg/powerpc/Makefile.am:
336        Cleanup including more proper style on include files.
337
3382000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
341
3422000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
345
3462000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
349        Switch to GNU canonicalization.
350
3512000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
352
353        * src/m68k/any/remdeb.h, src/m68k/any/remdeb_xdr.c,
354        src/m68k/any/remdeb_svc.c: New files missed in merger.
355
3562000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
357
358        * configure.in: Add m68k support.
359        * include/rdbg/m68k, src/m68k, src/m68k/any: New subdirectory.
360        * src/_servtgt.c: add status text to prinf upon task creation failure.
361        * src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
362        * src/m68k/Makefile.am, src/m68k/any/Makefile.am,
363        src/m68k/any/remdeb_f.x, src/m68k/any/.cvsignore,
364        src/m68k/any/remdeb.h, src/m68k/any/remdeb_xdr.c,
365        src/m68k/any/remdeb_svc.c, src/m68k/excep_f.c, src/m68k/rdbg_cpu_asm.S,
366        src/m68k/rdbg_f.c, src/m68k/.cvsignore: New files.
367
3682000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
369
370        * src/i386/any/Makefile.am, src/powerpc/mcp750/Makefile.am: Include
371        compile.am
372
3732000-08-10      Joel Sherrill <joel@OARcorp.com>
374
375        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.