Re: [PATCH] gdbstub: update aarch64-core.xml

2025-05-19 Thread Alex Bennée
Manos Pitsidianakis writes: > On Mon, 19 May 2025 15:55, Alex Bennée wrote: >>Manos Pitsidianakis writes: >> >>> Update aarch64-core.xml to include field definitions for PSTATE, which >>> in gdb is modelled in the cpsr (current program status register) >>> pseudo-register, named after the actua

Re: [PATCH] gdbstub: update aarch64-core.xml

2025-05-19 Thread Manos Pitsidianakis
On Mon, 19 May 2025 15:55, Alex Bennée wrote: >Manos Pitsidianakis writes: > >> Update aarch64-core.xml to include field definitions for PSTATE, which >> in gdb is modelled in the cpsr (current program status register) >> pseudo-register, named after the actual cpsr register in armv7. >> >> Defin

Re: [PATCH] gdbstub: update aarch64-core.xml

2025-05-19 Thread Alex Bennée
Manos Pitsidianakis writes: > Update aarch64-core.xml to include field definitions for PSTATE, which > in gdb is modelled in the cpsr (current program status register) > pseudo-register, named after the actual cpsr register in armv7. > > Defining the fields layout of the register allows easy insp

[PATCH] gdbstub: update aarch64-core.xml

2025-05-19 Thread Manos Pitsidianakis
Update aarch64-core.xml to include field definitions for PSTATE, which in gdb is modelled in the cpsr (current program status register) pseudo-register, named after the actual cpsr register in armv7. Defining the fields layout of the register allows easy inspection of for example, the current exce