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