PERFORCE change 56478 for review

Marcel Moolenaar marcel at FreeBSD.org
Sun Jul 4 18:02:39 PDT 2004


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

Change 56478 by marcel at marcel_sledge on 2004/07/05 01:01:41

	Remove references to td_last_frame.

Affected files ...

.. //depot/projects/gdb/sys/amd64/amd64/trap.c#10 edit

Differences ...

==== //depot/projects/gdb/sys/amd64/amd64/trap.c#10 (text+ko) ====

@@ -172,8 +172,6 @@
 	}
 #endif
 
-	td->td_last_frame = &frame;
-
 	if ((frame.tf_rflags & PSL_I) == 0) {
 		/*
 		 * Buggy application or kernel code has disabled
@@ -697,7 +695,6 @@
 	regcnt = 6;
 	sticks = td->td_sticks;
 	td->td_frame = &frame;
-	td->td_last_frame = &frame;
 	if (td->td_ucred != p->p_ucred) 
 		cred_update_thread(td);
 	if (p->p_flag & P_SA)


More information about the p4-projects mailing list