gdb
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How to set a breakpoint at a cpu context switch


From: Constantine \"chicky\" Giotopoulos
Subject: How to set a breakpoint at a cpu context switch
Date: Wed, 5 Oct 2011 09:36:35 +0200

Hello, I am using GDB to debug a program that includes RTEMS directives. What I want is to set a breakpoint everytime there is a context switch (or a task switch if you prefer it).
What do I have to enter after the "break" command in order to achieve this? I have tried something like "break CPU_Context_Switch" (or variants of it), but it doesn't seem to be working.
 
Thank you in advance.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]