diff options
| author | Ethan Graham <ethangraham@google.com> | 2025-07-16 12:46:20 +0000 |
|---|---|---|
| committer | Alexander Potapenko <glider@google.com> | 2025-08-04 12:25:52 +0000 |
| commit | f5bcc8dc6eb21df90aeb443032779df3e73c53a1 (patch) | |
| tree | f0a3e78563638e5e8418f604c7700449e7624d64 /CONTRIBUTORS | |
| parent | abdcb21383cc97dd3eb98eaa27189415be7d8199 (diff) | |
pkg/csource: add call argument annotations to generated C-source files
The structure of arguments passed into syscalls is often hard to parse
since it is memcpy'd into mmap'd regions. Structural relations are often
lost in translation, resulting in reproducers that take longer for a
developer to understand.
This patch adds functionality for parsing syscall arguments semantically and
emitting a structured and human-readable comment which is inserted before each
syscall in the resulting C-source.
Diffstat (limited to 'CONTRIBUTORS')
| -rw-r--r-- | CONTRIBUTORS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 0f1a890d6..0cb36092b 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -43,6 +43,7 @@ Google Inc. Gabe Kirkpatrick Kevin Krakauer Pimyn Girgis + Ethan Graham Baozeng Ding Lorenzo Stoakes Jeremy Huang |
