#else
# define VG_STACK_GUARD_SZB 8192 // 2 pages
#endif
-# define VG_DEFAULT_STACK_ACTIVE_SZB 1048576 // (4096 * 256) = 1Mb
+# define VG_DEFAULT_STACK_ACTIVE_SZB 1048576 // (4096 * 256) = 1Mb
typedef struct _VgStack VgStack;
sed 's/SYS_freebsd12/ SYS/' |
sed 's/SYS_freebsd13/ SYS/' |
sed 's/SYS_freebsd14/ SYS/' |
+sed 's/arm64-freebsd/amd64-freebsd/' |
# get rid of error limit message
FAKE_SY("\n");
#endif
+ // no such syscall...
+ GO(9999, "1e");
+ SY(9999); FAIL;
+
+
/* SYS_exit 1 */
GO(SYS_exit, "1s 0m");
SY(SYS_exit, x0); FAIL;
...
Address 0x........ is not stack'd, malloc'd or (recently) free'd
+---------------------------------------------------------
+9999: 9999 1e
+---------------------------------------------------------
+WARNING: unhandled amd64-freebsd syscall: 9999
+You may be able to write your own handler.
+Read the file README_MISSING_SYSCALL_OR_IOCTL.
+Nevertheless we consider this a bug. Please report
+it at http://valgrind.org/support/bug_reports.html.
---------------------------------------------------------
1: SYS_exit 1s 0m
---------------------------------------------------------
...
Address 0x........ is not stack'd, malloc'd or (recently) free'd
+---------------------------------------------------------
+9999: 9999 1e
+---------------------------------------------------------
+WARNING: unhandled x86-freebsd syscall: 9999
+You may be able to write your own handler.
+Read the file README_MISSING_SYSCALL_OR_IOCTL.
+Nevertheless we consider this a bug. Please report
+it at http://valgrind.org/support/bug_reports.html.
---------------------------------------------------------
1: SYS_exit 1s 0m
---------------------------------------------------------