Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: jump to next/previous CPU exception #20

Closed
ostannard opened this issue Jul 22, 2024 · 0 comments
Closed

Feature request: jump to next/previous CPU exception #20

ostannard opened this issue Jul 22, 2024 · 0 comments

Comments

@ostannard
Copy link

My use case for tarmac-browser often involves checking the context in which a CPU exception occurred. To do this, I search for CoreEvent in the tarmac file, to get a timestamp to jump to in tarmac-browser. It would be more convenient if tarmac-browser had a way to jump directly to the next/previous CPU exception.

CPU exceptions are represented as events in the tarmac file, but tarmac-browser treats them as TextOnlyEvents. Here is an example of the tarmac for an exception, this was from a Cortex-A9 FastModel:

9036000000 ps IT (9036) 10015f70 e4913004 A svc_s : LDR      r3,[r1],#4
9036000000 ps MR4 1001fbe2 (ABORTED)
9036000000 ps E 10015f70 abt 00000019 CoreEvent_ModeChange
9036000000 ps E 10015f70 00000005 CoreEvent_handleDataAbort
9036000000 ps R r14_abt 10015f78
9036000000 ps R cpsr 200001d7
9036000000 ps R spsr_abt 200001d3
9036000000 ps R DFSR_S 00000001
9036000000 ps R DFAR_S 1001fbe2
9036000000 ps R SPSR_abt 200001d3
9036000000 ps SIGNAL: SIGNAL=DebugReset STATE=N
9036000000 ps SIGNAL: SIGNAL=ResetHold STATE=N
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant