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

4.104.114.84.95
Last change on this file since ce8e6a8 was ce8e6a8, checked in by Joel Sherrill <joel.sherrill@…>, on 07/01/02 at 22:14:25

2002-07-01 Joel Sherrill <joel@…>

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