mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-08 18:26:01 +02:00
Bug 444395 - Breakpoints don't get set for second session.
Change-Id: Ifa857cc2e9de00bb2f2a86b9d5e73536294dd01d Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com> Reviewed-on: https://git.eclipse.org/r/33517
This commit is contained in:
parent
2d3e5f7187
commit
7d817be44a
1 changed files with 5 additions and 0 deletions
|
@ -1891,6 +1891,11 @@ public class MIBreakpointsManager extends AbstractDsfService implements IBreakpo
|
||||||
return results;
|
return results;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (threads.isEmpty()) {
|
||||||
|
results.add("0"); //$NON-NLS-1$
|
||||||
|
return results;
|
||||||
|
}
|
||||||
|
|
||||||
for (IExecutionDMContext[] targetThreads : threads) {
|
for (IExecutionDMContext[] targetThreads : threads) {
|
||||||
if (targetThreads != null) {
|
if (targetThreads != null) {
|
||||||
for (IExecutionDMContext thread : targetThreads) {
|
for (IExecutionDMContext thread : targetThreads) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue