reverie/reverie-ptrace
Ryan Newton 94cb7e879d minor: print args to syscall
Summary:
If we're going to print a trace message when we inject the syscall, we might as well show the raw args.

The specific use case I used this for was making sure when I am changing args between the Detcore and reverie layers, that they are changing in the expected way.  Detcore already prints log messages for the syscalls and arguments it receives from the guest.  This lets us see the actual arguments that are passed to the kernel.

Reviewed By: jasonwhite

Differential Revision: D35804814

fbshipit-source-id: 2fc5a1b526326b554d4f015bfd0cb41d0dfc4ab2
2022-04-22 13:14:18 -07:00
..
src minor: print args to syscall 2022-04-22 13:14:18 -07:00
Cargo.toml rust: update crossterm to 0.23.0 and arc-swap to 1.5.0 2022-04-12 23:50:06 -07:00