Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
linux-user: strace now handles guest strings correctly [v2]
- to not to break strace with GUEST_BASE is set: - Strace now can load and print guest strings correctly. - Added printing support for commonly used flags in some syscalls (e.g open, creat, mmap etc.) v2: - fix strace.c build on etch - add futex print to strace Signed-off-by: Mika Westerberg <[email protected]> Signed-off-by: Riku Voipio <[email protected]>
- Loading branch information