commit | 9308223c714d1efb275cf21c439ee85f5e6cad0d | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Thu Aug 28 15:03:40 2025 +1000 |
committer | Richard Henderson <richard.henderson@linaro.org> | Sat Aug 30 07:04:03 2025 +1000 |
tree | 90a689333f89cc92864691c7523f752086765d62 | |
parent | af6da9e6b845f31675343c58786b2389b2f4a0ec [diff] |
linux-user/loongarch64: Create target_ptrace.h Remove the target_pt_regs structure from target_syscall.h. Add target_user_pt_regs to target_ptrace.h, which matches what is actually used on loongarch64. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>