Community
Participate
Working Groups
1- start two different debug sessions 2- terminate one but leave it showing in the debug view 3- open breakpoint properties for any breakpoint and choose 'filter' => NPE due to the terminated launch
Created attachment 202692 [details] Fix to return an empty array instead of null In GdbThreadFilterEditor, I noticed that syncGetThreads() would return an empty array upon failure, while syncGetContainers() would return null. The null was causing the NPE, so I changed it to return an empty array. I'll commit to master and 8_0
(In reply to comment #1) > I'll commit to master and 8_0 I'm having trouble accessing the repo right now. I'll try again later on.
Committed to both branches. Mikhail, can you review? One-line patch.
*** cdt git genie on behalf of Marc Khouzam *** Bug 356613: NPE when opening thread filter page with one running and one terminated launch [*] http://git.eclipse.org/c/cdt/org.eclipse.cdt.git/commit/?id=d7f7e9cdac837654f4b36aad012a0be705115c2e
*** cdt git genie on behalf of Marc Khouzam *** Bug 356613: NPE when opening thread filter page with one running and one terminated launch [*] http://git.eclipse.org/c/cdt/org.eclipse.cdt.git/commit/?id=1992418e3830759e80ac0b3d377283655e9f09c3