Bug 12602

Summary: Support of coprocessor registers: cp14, cp15, etc
Product: gdb Reporter: Anton Kochkov <anton.kochkov>
Component: tdepAssignee: Not yet assigned to anyone <unassigned>
Status: NEW ---    
Severity: enhancement CC: 400757, anton.kochkov, mfricke, tromey
Priority: P2    
Version: unknown   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:

Description Anton Kochkov 2011-03-23 16:24:59 UTC
On modern ARM processors always included coprocessor logic (usually called cp14, cp15, etc)
Each coprocessor have its own register set.

Please, add support of printing/writing somehow these registers.
So this need to be supported in the server and in the remote client

I'm already using qemu with embedded gdb server (qemu have support of coprocessor logic)

Also I'm found this project http://jtagarmgdbsrvr.sourceforge.net/index.html
which have initial support of cp15 registers set
Comment 1 Anton Kochkov 2011-03-23 16:51:42 UTC
Also filled similar bug (for support in the embedded gdb server) for the qemu https://bugs.launchpad.net/qemu/+bug/741115