mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 17:56:01 +02:00
Making the top level "computeStackFrame" synchronized to prevent unnecessary stack computations.
This commit is contained in:
parent
60322d05d5
commit
0226852623
1 changed files with 1 additions and 1 deletions
|
@ -326,7 +326,7 @@ public class CThread extends CDebugElement implements ICThread, IRestart, IResum
|
||||||
* <ul>
|
* <ul>
|
||||||
* </ul>
|
* </ul>
|
||||||
*/
|
*/
|
||||||
public List computeStackFrames() throws DebugException {
|
public synchronized List computeStackFrames() throws DebugException {
|
||||||
return computeStackFrames( refreshChildren() );
|
return computeStackFrames( refreshChildren() );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue