Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F156690666
D15054.id42899.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
608 B
Referenced Files
None
Subscribers
None
D15054.id42899.diff
View Options
Index: head/sys/amd64/amd64/machdep.c
===================================================================
--- head/sys/amd64/amd64/machdep.c
+++ head/sys/amd64/amd64/machdep.c
@@ -1985,6 +1985,7 @@
int
ptrace_clear_single_step(struct thread *td)
{
+
td->td_frame->tf_rflags &= ~PSL_T;
return (0);
}
Index: head/sys/i386/i386/machdep.c
===================================================================
--- head/sys/i386/i386/machdep.c
+++ head/sys/i386/i386/machdep.c
@@ -2771,6 +2771,7 @@
int
ptrace_clear_single_step(struct thread *td)
{
+
td->td_frame->tf_eflags &= ~PSL_T;
return (0);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, May 16, 5:25 PM (10 h, 17 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33124272
Default Alt Text
D15054.id42899.diff (608 B)
Attached To
Mode
D15054: Stop clearing PSL_T on the trace trap.
Attached
Detach File
Event Timeline
Log In to Comment