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

4.104.114.84.95
Last change on this file since be499b0d was f562815, checked in by Joel Sherrill <joel.sherrill@…>, on 02/01/02 at 19:36:57

Fixed ChangeLog? again :(

  • Property mode set to 100644
File size: 6.2 KB
Line 
12002-02-01      Eric Valette <valette@crf.canon.fr>
2
3
4        * So many patches have been posted recently on the mailing list and
5        because we were unable to find correct solution to compile on various
6        linux distros (due to rpcgen incompatibilities), and because the coding
7        style of rdbg was rather inconsistant among various pieces of code, I
8        decided to:
9            1) make some cleaning regarding global coding style (using
10               indent + manual edits),
11            2) incorporate/review the paches send by various people
12               (S. Holford, T. Strauman),
13            3) Fix the bug due to varying rpcgen code generation
14               in remdeb_svc.c,
15            4) Remove some dead code,
16            5) Apply a patches enabling to call enterRdbg imediately
17               after rdbg initialization is done,
18
19        NB : the paches is huge but it is mainly due to coding styke chnages.
20        Only few lines of codes have been really changed and they do not impact
21        rdbg functionnality (AFAIKT).
22
23        * include/rdbg/servrpc.h, include/rdbg/i386/rdbg_f.h,
24        include/rdbg/m68k/rdbg_f.h, include/rdbg/powerpc/rdbg_f.h,
25        src/_servtgt.c, src/awk.svc, src/excep.c, src/ptrace.c, src/rdbg.c,
26        src/remdeb.x, src/servbkpt.c, src/servcon.c, src/servrpc.c,
27        src/servtgt.c, src/servtsp.c, src/servutil.c, src/i386/excep_f.c,
28        src/i386/rdbg_f.c, src/i386/any/Makefile.am, src/i386/any/remdeb.h,
29        src/i386/any/remdeb_svc.c, src/i386/any/remdeb_xdr.c,
30        src/m68k/excep_f.c, src/m68k/rdbg_f.c, src/m68k/any/Makefile.am,
31        src/m68k/any/remdeb.h, src/m68k/any/remdeb_svc.c,
32        src/m68k/any/remdeb_xdr.c, src/powerpc/excep_f.c, src/powerpc/rdbg_f.c,
33        src/powerpc/new_exception_processing/Makefile.am,
34        src/powerpc/new_exception_processing/remdeb.h,
35        src/powerpc/new_exception_processing/remdeb_svc.c,
36        src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
37
382002-01-18      Till Straumann <strauman@slac.stanford.edu>
39
40        * src/powerpc/excep_f.c: This patch addresses the following issues:
41            - exception handler needs to enable MSR_FP if the interrupted
42              thread is FP enabled.
43            - printk message for MSR fixed and added stacktrace
44
45        NOTE: this requires the stacktrace patch to
46        lib/libbsp/powerpc/shared/vectors/vector_init.c
47        (#ifdef DDEBUG only, however)
48
492001-01-18      Joel Sherrill <joel@OARcorp.com>
50
51        * src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
52        macro using variable arguments.
53       
542001-01-18      Joel Sherrill <joel@OARcorp.com>
55
56        * src/powerpc/new_exception_processing/remdeb.h,
57        src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated since
58        I updated the main RTEMS development machine to RedHat 7.2 and
59        apparently got a new version of rpcgen.
60
612001-10-30      Victor V. Vengerov <vvv@oktet.ru>
62
63        * src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
64
652001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * configure.ac: Fix latent bug exposed by removal of config.cache's
68        which prevented powerpc targets librdbg from building.
69
702001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
73        * configure.in: Remove.
74        * configure.ac: New file, generated from configure.in by autoupdate.
75
762001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
79        * include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
80        * include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
81        * include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
82        * src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
83        * src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
84        * src/powerpc/new_exception_processing/Makefile.am: Use 'PREINSTALL_FILES ='.
85
862001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
89        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
90        * src/m68k/any/Makefile.am: Ditto.
91        * src/powerpc/new_exception_processing/Makefile.am: Ditto.
92
932001-09-14      Eric Norum <eric.norum@usask.ca>
94
95        * include/rdbg/rdbg.h, src/ptrace.c: Modifications to make gcc 3.x happy.
96
972001-04-20      Eric Valette <valette@crf.canon.fr>
98
99        * mcp750 directory renamed new_exception processing as it
100        supports many more CPU models.
101        * configure.in, src/powerpc/Makefile.am,
102        src/powerpc/new_exception_processing/Makefile.am,
103        src/powerpc/new_exception_processing/remdeb_f.x: New files
104        formerly in mcp750 plus modifications.
105        * src/powerpc/mcp750/.cvsignore, src/powerpc/mcp750/Makefile.am,
106        src/powerpc/mcp750/remdeb.h, src/powerpc/mcp750/remdeb_f.x,
107        src/powerpc/mcp750/remdeb_svc.c, src/powerpc/mcp750/remdeb_xdr.c:
108        Removed when moved to new_exception_processing.
109        * configure.in, src/powerpc/Makefile.am,
110        src/powerpc/new_exception_processing/Makefile.am,
111        src/powerpc/new_exception_processing/remdeb_f.x: Modified as
112        part of this effort to add support for the MPC8xx.
113
1142001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * include/rdbg/Makefile.am, include/rdbg/i386/Makefile.am,
117        include/rdbg/m68k/Makefile.am, include/rdbg/powerpc/Makefile.am:
118        Cleanup including more proper style on include files.
119
1202000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
123
1242000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
127
1282000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
131        Switch to GNU canonicalization.
132
1332000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
134
135        * src/m68k/any/remdeb.h, src/m68k/any/remdeb_xdr.c,
136        src/m68k/any/remdeb_svc.c: New files missed in merger.
137
1382000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
139
140        * configure.in: Add m68k support.
141        * include/rdbg/m68k, src/m68k, src/m68k/any: New subdirectory.
142        * src/_servtgt.c: add status text to prinf upon task creation failure.
143        * src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
144        * src/m68k/Makefile.am, src/m68k/any/Makefile.am,
145        src/m68k/any/remdeb_f.x, src/m68k/any/.cvsignore,
146        src/m68k/any/remdeb.h, src/m68k/any/remdeb_xdr.c,
147        src/m68k/any/remdeb_svc.c, src/m68k/excep_f.c, src/m68k/rdbg_cpu_asm.S,
148        src/m68k/rdbg_f.c, src/m68k/.cvsignore: New files.
149
1502000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * src/i386/any/Makefile.am, src/powerpc/mcp750/Makefile.am: Include
153        compile.am
154
1552000-08-10      Joel Sherrill <joel@OARcorp.com>
156
157        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.