Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Jun 2004 04:44:09 GMT
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 54783 for review
Message-ID:  <200406130444.i5D4i9ti012210@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=54783

Change 54783 by marcel@marcel_nfs on 2004/06/13 04:43:14

	Replace a reference to ddb_regs with one to the current trapframe.

Affected files ...

.. //depot/projects/gdb/sys/i386/i386/db_trace.c#6 edit

Differences ...

==== //depot/projects/gdb/sys/i386/i386/db_trace.c#6 (text+ko) ====

@@ -370,7 +370,7 @@
 				} else if ((instr & 0xffff) == 0x0000e589) {
 					/* movl %esp, %ebp */
 					actframe = (void *)get_esp(tf);
-					if (ddb_regs.tf_ebp == 0) {
+					if (tf->tf_ebp == 0) {
 						/* Fake frame better. */
 						frame = actframe;
 					}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406130444.i5D4i9ti012210>