Changeset f562815 in rtems for c/src/librdbg/ChangeLog
- Timestamp:
- 02/01/02 19:36:57 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 2276d255
- Parents:
- 6966421
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/librdbg/ChangeLog
r6966421 rf562815 1 2002-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 38 2002-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 1 49 2001-01-18 Joel Sherrill <joel@OARcorp.com> 2 50
Note: See TracChangeset
for help on using the changeset viewer.