PERFORCE change 54783 for review

Marcel Moolenaar marcel at FreeBSD.org
Sun Jun 13 04:46:17 GMT 2004


http://perforce.freebsd.org/chv.cgi?CH=54783

Change 54783 by marcel at 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;
 					}


More information about the p4-projects mailing list