Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add strace feature #1385

Merged
merged 2 commits into from
Sep 16, 2024
Merged

feat: add strace feature #1385

merged 2 commits into from
Sep 16, 2024

Conversation

mkroening
Copy link
Member

@mkroening mkroening commented Sep 16, 2024

Output:

[0][INFO] Hermit is running on common system!
[0][INFO] Try to initialize uhyve filesystem
sys_malloc(size = 56, align = 8) = 0x1a00d80
sys_malloc(size = 64, align = 8) = 0x1a10180
sys_malloc(size = 1024, align = 1) = 0x1a11e80
sys_write(fd = 1, buf = 0x16311b0, len = 14) = Hello, world!
14
sys_free(ptr = 0x1a11e80, size = 1024, align = 1) = ()
sys_free(ptr = 0x1a00d80, size = 56, align = 8) = ()
sys_free(ptr = 0x1a10180, size = 64, align = 8) = ()
sys_exit(status = 0) = Number of interrupts
[0][FPU]: 1
[0][INFO] shutting down with code 0

Signed-off-by: Martin Kröning <martin.kroening@eonerc.rwth-aachen.de>
Signed-off-by: Martin Kröning <martin.kroening@eonerc.rwth-aachen.de>
@mkroening mkroening added this pull request to the merge queue Sep 16, 2024
Merged via the queue into main with commit d78e94b Sep 16, 2024
12 checks passed
@mkroening mkroening deleted the strace branch September 17, 2024 07:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants