source: rtems/c/src/librdbg/ChangeLog @ 948a069

Last change on this file since 948a069 was 74e2998, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/11/03 at 14:41:57

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

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