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

4.104.114.84.95
Last change on this file since f69283e2 was f69283e2, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/06/02 at 06:48:05

2002-12-06 Ralf Corsepius <corsepiu@…>

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