-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rvvm_user: Handle ecall PC, better debugging
- Handle PC increment upon ecall in response to API change - Implement test RISC-V asm jump_start(), this perfectly works on RISC-V guests so this confirms ELF loading & stack setup should be OK - Implement a few syscall shims; Glibc dyn ELFs now work on RVVM when emulating atop a RISC-V host... But not in chroot on x86 host! (No idea how is that so even, tried to wipe envp upon exec to no avail) - Better exception debugging (Dump faulty instructions, registers, reloc PC against the ELF for addr2line)
- Loading branch information
Showing
1 changed file
with
68 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters