1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-21 21:52:10 +02:00
cdt/dsf-gdb
Umair Sair e8f17beeb5
Bug 528145 - Breakpoints are not working with remote attach launch (#336)
Looking at the logs, it seems that the regression is caused at 8bec791
where support for multi-process was added. We removed breakpoints
tracking support from final launch sequence and moved it to debug new
process and attach to process logic but none of these are run for remote
attach launch, hence breakpoint tracking is not started for remote
attach launch.

To fix the problem, IGDBProcesses.attachDebuggerToProcess(..) is updated
to handle remote attach launch as well instead of final launch sequence
handling it.

This commit is created after reverting 7bddb5f and 96839a0 which is the
older fix done to fix this issue and the other commit was to fix the
regression caused by the old fix.

The problem with older fix was that for non-stop mode, attach to process
was not working for remote launches when there is already a process
being debugged. Note that to use this feature, gdbserver should be
started with --multi option.

* Revert "Bug 580259: Not all remote session have a connected process"

This reverts commit 96839a029d.

* Revert "Bug 528145 - Attach debugger to a gdbserver remote session"

This reverts commit 7bddb5f4cb.
2023-04-10 18:32:11 -04:00
..
org.eclipse.cdt.dsf.gdb Bug 528145 - Breakpoints are not working with remote attach launch (#336) 2023-04-10 18:32:11 -04:00
org.eclipse.cdt.dsf.gdb.multicorevisualizer.ui Update copyright year on all features 2023-03-13 21:00:55 -04:00
org.eclipse.cdt.dsf.gdb.multicorevisualizer.ui.tests Upgrade build.properties warnings to errors 2022-11-06 18:29:28 -05:00
org.eclipse.cdt.dsf.gdb.tests Upgrade build.properties warnings to errors 2022-11-06 18:29:28 -05:00
org.eclipse.cdt.dsf.gdb.ui Update copyright year on all features 2023-03-13 21:00:55 -04:00
org.eclipse.cdt.examples.dsf.gdb Upgrade build.properties warnings to errors 2022-11-06 18:29:28 -05:00
org.eclipse.cdt.gnu.dsf-feature [releng] Prepare repo for CDT 11.2 development 2023-03-13 13:54:48 -04:00
org.eclipse.cdt.gnu.multicorevisualizer-feature [releng] Prepare repo for CDT 11.2 development 2023-03-13 13:54:48 -04:00
org.eclipse.cdt.tests.dsf.gdb Bug 528145 - Breakpoints are not working with remote attach launch (#336) 2023-04-10 18:32:11 -04:00
pom.xml [releng] Prepare repo for CDT 11.2 development 2023-03-13 13:54:48 -04:00