mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-19 15:05:36 +02:00
Bug 356613: NPE when opening thread filter page with one running and one terminated launch
This commit is contained in:
parent
82dfb619ed
commit
1992418e38
1 changed files with 1 additions and 1 deletions
|
@ -402,7 +402,7 @@ public class GdbThreadFilterEditor {
|
|||
} catch (InterruptedException e) {
|
||||
} catch (ExecutionException e) {
|
||||
}
|
||||
return null;
|
||||
return new IContainerDMContext[0];
|
||||
}
|
||||
|
||||
private IExecutionDMContext[] syncGetThreads(final IContainerDMContext container) {
|
||||
|
|
Loading…
Add table
Reference in a new issue