1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
cdt/dsf-gdb
2009-01-14 21:19:42 +00:00
..
org.eclipse.cdt.dsf.gdb [256663] Instead of having a boolean variable track if we are connected to a process, we now have an integer so we can deal with multi-process connections. Whenever an MI event indicating a process was attached/detached to by GDB is received, we increment/decrement the count. This solves both the problem of tracking auto-attach, and multi-attach. Note that this change is only for versions of the services for GDB 7_0 since multi-process is only available in the next release of GDB 2009-01-14 21:19:42 +00:00
org.eclipse.cdt.dsf.gdb.ui Migrated DSF and DSF-GDB to the CDT project. 2009-01-08 21:08:05 +00:00
org.eclipse.cdt.tests.dsf.gdb [251185] TestClassRunner JUnit class no longer exists. Replace it with BlockJUnit4ClassRunner 2009-01-09 16:30:10 +00:00