OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [librdbg/] [ChangeLog] - Blame information for rev 1780

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
2002-07-01      Joel Sherrill 
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
 
7
2001-05-15      Joel Sherrill 
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.
12
2002-05-14      Thomas Doerfler 
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
 
19
2002-05-14      Ralf Corsepius 
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
 
25
2001-04-19      Joel Sherrill 
26
 
27
        * src/powerpc/rdbg_f.c: Always include  instead of
28
        internal include files.
29
 
30
2002-04-18      Ralf Corsepius 
31
 
32
        * src/powerpc/rdbg_cpu_asm.S: Reflect changes to
33
        .
34
        * src/powerpc/rdbg_f.c: Ditto.
35
 
36
2002-03-27      Ralf Corsepius 
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
 
55
2002-03-20      Ralf Corsepius 
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 )
62
 
63
2002-02-01      Eric Valette 
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
 
100
2002-01-18      Till Straumann 
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
 
111
2001-01-18      Joel Sherrill 
112
 
113
        * src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
114
        macro using variable arguments.
115
 
116
2001-01-18      Joel Sherrill 
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
 
123
2001-10-30      Victor V. Vengerov 
124
 
125
        * src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
126
 
127
2001-10-17      Ralf Corsepius 
128
 
129
        * configure.ac: Fix latent bug exposed by removal of config.cache's
130
        which prevented powerpc targets librdbg from building.
131
 
132
2001-10-11      Ralf Corsepius 
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
 
138
2001-09-23      Ralf Corsepius 
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
 
148
2001-09-22      Ralf Corsepius 
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
 
155
2001-09-14      Eric Norum 
156
 
157
        * include/rdbg/rdbg.h, src/ptrace.c: Modifications to make gcc 3.x happy.
158
 
159
2001-04-20      Eric Valette 
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
 
176
2001-02-04      Ralf Corsepius 
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
 
182
2000-11-09      Ralf Corsepius 
183
 
184
        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
185
 
186
2000-11-02      Ralf Corsepius 
187
 
188
        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
189
 
190
2000-10-25      Ralf Corsepius 
191
 
192
        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
193
        Switch to GNU canonicalization.
194
 
195
2000-10-19  Antti P Miettinen  
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
 
200
2000-10-19  Antti P Miettinen  
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
 
212
2000-09-04      Ralf Corsepius 
213
 
214
        * src/i386/any/Makefile.am, src/powerpc/mcp750/Makefile.am: Include
215
        compile.am
216
 
217
2000-08-10      Joel Sherrill 
218
 
219
        * ChangeLog: New file.

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.