Page MenuHomeFreeBSD

Add preliminary support of fancy decoding the Linux ABI system calls arguments.
AbandonedPublic

Authored by dchagin on Mar 19 2017, 6:51 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 16 2024, 2:52 PM
Unknown Object (File)
Jan 28 2024, 6:53 PM
Unknown Object (File)
Jan 1 2024, 12:41 AM
Unknown Object (File)
Dec 29 2023, 11:22 AM
Unknown Object (File)
Dec 2 2023, 6:12 PM
Unknown Object (File)
Nov 9 2023, 5:11 PM
Unknown Object (File)
Sep 4 2023, 8:30 AM
Unknown Object (File)
Aug 22 2023, 10:52 PM
Subscribers

Details

Reviewers
jhb
Summary

Fow now it's incomplete as I plan to propose to complete this job to a mokhi@

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 8286
Build 8533: arc lint + arc unit

Event Timeline

dchagin retitled this revision from Add preliminary support of fancy decoding the Linux ABI system calls arguments. Fow now it's incomplete as I plan to propose to complete this job to a mokhi@ to Add preliminary support of fancy decoding the Linux ABI system calls arguments..Mar 19 2017, 6:52 AM
dchagin edited the summary of this revision. (Show Details)
dchagin added a reviewer: jhb.
dchagin added a subscriber: mmokhi.

For kdump I've thought about creating separate per-ABI functions as I think that would make the nesting less crazy.

We could perhaps change TABLE_ENTRY to also accept two args and maybe add a 'gen_linux' to mktables that applies the LINUX substitution to the "name" parameter. Then we could have a single mktables.sh but with some 'gen_linux' entries with less duplication (hopefully)

Mostly fixed, btw, changed $includedir param for mktables from
/usr/include to $SRCTOP/sys