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

4.104.114.84.95
Last change on this file since dc17e8ed was c6bb4fa4, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/11/02 at 06:00:38

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

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