[PATCH v2 2/3] Adds the GDB register XML files for Sparc32.

2025-07-11 Thread unisono
From: Rot127 Commit 2/3 Signed-off-by: Rot127 --- configs/targets/sparc-linux-user.mak | 1 + configs/targets/sparc-softmmu.mak| 1 + gdb-xml/sparc32-core.xml | 84 target/sparc/cpu.c | 1 + 4 files changed, 87 insertions(+) cr

[PATCH v2 3/3] Assign the GDB register XML files of Sparc64 to Sparc32plus.

2025-07-11 Thread unisono
From: Rot127 Commit 3/3 Signed-off-by: Rot127 --- configs/targets/sparc32plus-linux-user.mak | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/targets/sparc32plus-linux-user.mak b/configs/targets/sparc32plus-linux-user.mak index 7a16934fd1..0d9cf44652 100644 --- a/configs/targets/sp

[PATCH v2 1/3] Adds the GDB register XML files for Sparc64.

2025-07-11 Thread unisono
From: Rot127 Commit 1/3 Signed-off-by: Rot127 --- configs/targets/sparc64-linux-user.mak | 1 + configs/targets/sparc64-softmmu.mak| 1 + gdb-xml/sparc64-core.xml | 99 ++ target/sparc/cpu.c | 1 + 4 files changed, 102 insertions

[PATCH v2 0/3] Reformatted Sparc GDB XML patches.

2025-07-11 Thread unisono
From: Rot127 Adds Sparc XML register files from GDB. The xml files are copied from binutils-gdb. The `*-core.xml` files are assembled from the sparc32-fpu.xml, sparc32-cp0.xml etc. to match the registers defined by QEMU. The addition is necessary if one wants to use the TCG plugins with Sparc,

[PATCH 2/3] Adds the GDB register XML files for Sparc32.

2025-07-11 Thread unisono
From: Rot127 Commit 2/3 Signed-off-by: Rot127 --- configs/targets/sparc-linux-user.mak | 1 + configs/targets/sparc-softmmu.mak| 1 + gdb-xml/sparc32-core.xml | 84 target/sparc/cpu.c | 1 + 4 files changed, 87 insertions(+) cr

[PATCH 0/3] Reformatted Sparc GDB XML patches.

2025-07-11 Thread unisono
From: Rot127 Adds Sparc XML register files from GDB. The xml files are copied from binutils-gdb. The `*-core.xml` files are assembled from the sparc32-fpu.xml, sparc32-cp0.xml etc. to match the registers defined by QEMU. The addition is necessary if one wants to use the TCG plugins with Sparc,

[PATCH 3/3] Assign the GDB register XML files of Sparc64 to Sparc32plus.

2025-07-11 Thread unisono
From: Rot127 Commit 3/3 Signed-off-by: Rot127 --- configs/targets/sparc32plus-linux-user.mak | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/targets/sparc32plus-linux-user.mak b/configs/targets/sparc32plus-linux-user.mak index 7a16934fd1..0d9cf44652 100644 --- a/configs/targets/sp

[PATCH 1/3] Adds the GDB register XML files for Sparc64.

2025-07-11 Thread unisono
From: Rot127 Commit 1/3 Signed-off-by: Rot127 --- configs/targets/sparc64-linux-user.mak | 1 + configs/targets/sparc64-softmmu.mak| 1 + gdb-xml/sparc64-core.xml | 99 ++ target/sparc/cpu.c | 1 + 4 files changed, 102 insertions