freebsd-dev/lib/libsysdecode
Konstantin Belousov 68e9b1e8e1 Decode 32bit utrace records on the 64bit host.
Suppose that ktrace is performed on 32bit binary running on 64bit
host.  In this case, the kernel records are 64bit, while utrace
records from rtld and malloc are 32bit.  Make kdump useful to see
decoded utrace data in that case.

Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
2016-08-12 07:54:59 +00:00
..
errno.c Replace the CloudABI system call table by a machine generated version. 2016-03-24 21:47:15 +00:00
Makefile MFH 2016-02-24 03:08:58 +00:00
Makefile.depend DIRDEPS_BUILD: Regenerate without local dependencies. 2016-02-24 17:20:11 +00:00
mkioctls
syscallnames.c Add a SYSDECODE_ABI_ prefix to the ABI enums to avoid potential collisions. 2016-01-30 01:00:54 +00:00
sysdecode_abi_to_freebsd_errno.3 errno(3) -> errno(2) 2016-02-29 17:34:54 +00:00
sysdecode_ioctlname.3
sysdecode_syscallnames.3 Add handling for non-native error values to libsysdecode. 2016-02-23 20:00:55 +00:00
sysdecode_utrace.3
sysdecode.3 Add handling for non-native error values to libsysdecode. 2016-02-23 20:00:55 +00:00
sysdecode.h Add handling for non-native error values to libsysdecode. 2016-02-23 20:00:55 +00:00
utrace.c Decode 32bit utrace records on the 64bit host. 2016-08-12 07:54:59 +00:00