Page MenuHomeFreeBSD

D15054.id42899.diff
No OneTemporary

D15054.id42899.diff

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

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)

Event Timeline