FreeBSD Bugzilla – Attachment 170253 Details for
Bug 209130
The Dtrace PID provider not working with 32 bit daemons in a 64 bit environment.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed patch
fasttrap_32_push_rbp.diff (text/plain), 586 bytes, created by
Mark Johnston
on 2016-05-13 18:20:22 UTC
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Mark Johnston
Created:
2016-05-13 18:20:22 UTC
Size:
586 bytes
patch
obsolete
>diff --git a/sys/cddl/contrib/opensolaris/uts/intel/dtrace/fasttrap_isa.c b/sys/cddl/contrib/opensolaris/uts/intel/dtrace/fasttrap_isa.c >index 5b3f485..401fb74 100644 >--- a/sys/cddl/contrib/opensolaris/uts/intel/dtrace/fasttrap_isa.c >+++ b/sys/cddl/contrib/opensolaris/uts/intel/dtrace/fasttrap_isa.c >@@ -1409,10 +1409,8 @@ fasttrap_pid_probe(struct reg *rp) > ret = fasttrap_sulword((void *)rp->r_rsp, rp->r_rbp); > } else { > #endif >-#ifdef __i386__ > rp->r_rsp -= sizeof (uint32_t); > ret = fasttrap_suword32((void *)rp->r_rsp, rp->r_rbp); >-#endif > #ifdef __amd64 > } > #endif
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 209130
: 170253