freebsd-dev/sys/cddl/dev
Mark Johnston 4d7296f9aa Fix a bug in the amd64 dtrace_getarg() implementation: when unwinding the
stack, take into account the copy of rsi pushed between the breakpoint
trapframe and the dtrace_invop frame. Prior to r287644, this was covered
by the fact that sizeof(struct amd64_frame) was 24 rather than 16.

Reported by:	smh
2015-11-19 05:33:15 +00:00
..
dtmalloc The dtmalloc provider uses the short description of a malloc type as the 2013-06-28 03:14:40 +00:00
dtrace Fix a bug in the amd64 dtrace_getarg() implementation: when unwinding the 2015-11-19 05:33:15 +00:00
fbt Remove a couple of unused fields from the FBT probe struct. 2015-08-03 17:39:36 +00:00
profile First cut of DTrace for AArch64. 2015-07-01 15:51:11 +00:00
sdt sdt: static-ize couple of variables 2015-09-29 12:14:22 +00:00
systrace Rename remaining linux32 symbols such as linux_sysent[] and 2015-10-22 21:28:20 +00:00
prototype.c