Bug 12602 - Support of coprocessor registers: cp14, cp15, etc
Summary: Support of coprocessor registers: cp14, cp15, etc
Status: NEW
Alias: None
Product: gdb
Classification: Unclassified
Component: tdep (show other bugs)
Version: unknown
: P2 enhancement
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-23 16:24 UTC by Anton Kochkov
Modified: 2022-04-08 01:37 UTC (History)
4 users (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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