Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/gnu/dist/gdb6/gdb



Module Name:    src
Committed By:   uwe
Date:           Wed Aug 27 01:05:42 UTC 2008

Modified Files:
        src/gnu/dist/gdb6/gdb: shnbsd-tdep.c

Log Message:
shnbsd_software_single_step: There's no need to write back next_pc and
it actually messes things up if single step was interrupted with a
signal - we end up skipping the instruction we wanted to step.

There are still some corner cases, but at least it works enough to do
useful debugging in presence of signals.  Discovered while debugging
ntpdate where this problem was triggered by SIGALRM.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/gnu/dist/gdb6/gdb/shnbsd-tdep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index