[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.cdt] Refreshing threads' call stack without stepping

After loading debug symbols, I want all threads to discard their cached stack frames and repopulate from scratch, but I haven't found a way to do this.

I have tried fireChangedEvent( DebugEvent.CONTENT ), from the CDebugTarget, the CThreads, and even the CStackFrames, but the Launch view (Debug view) doesn't update.  Nothing seems to work.

When a thread is resumed, it calls disposeStackFrames(), which sounds promising, but it's protected.  How can I cause the threads to update their call stacks without re-suspending?