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

4.104.114.84.95
Last change on this file since b31b35f was 18ceef3, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/08/03 at 05:37:54

2003-08-08 Ralf Corsepius <corsepiu@…>

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