mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Defect 225650, additional tweaking.
This commit is contained in:
parent
ee3817460e
commit
739592300e
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ public class PDARunControl extends AbstractDsfService
|
||||||
private boolean fVMResumePending = false;
|
private boolean fVMResumePending = false;
|
||||||
private boolean fVMSuspendPending = false;
|
private boolean fVMSuspendPending = false;
|
||||||
private boolean fVMStepping = false;
|
private boolean fVMStepping = false;
|
||||||
private StateChangeReason fVMStateChangeReason;
|
private StateChangeReason fVMStateChangeReason = StateChangeReason.UNKNOWN;
|
||||||
|
|
||||||
// Threads' state data
|
// Threads' state data
|
||||||
private static class ThreadInfo {
|
private static class ThreadInfo {
|
||||||
|
|
Loading…
Add table
Reference in a new issue