Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Thread Selection Listener

Hey guys,
I was just wondering if there's some sort of thread selection listener API that fires when the user changes the selected thread in the stack trace view. I would like to fire an event when we get that UI event. I've looked in CDebugUiUtils.getCurrentStackFrame() and CLIInfoThreadsInfo.getCurrentThread(). The first fires on every thread on the selection event, and the second only returns what GDB/CDT thinks the current thread is, which could be different than what is selected. If you could point me to a listener or somewhere I could insert a listener, that would be great.
Thanks,
Jason Litton

Back to the top