1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-19 06:55:23 +02:00
cdt/dsf-gdb
Marc Khouzam 034c7b969e [265048] Currently, if asking for a stack depth with max depth of 0 (full) followed by another request with stack depth of 2, the MIStack service will send two request to GDB.
It is more efficient to only request a new stack depth if we need anything deeper than what we already know.  This is what we now do with a local stack depth cache.
2009-02-16 19:21:55 +00:00
..
org.eclipse.cdt.dsf.gdb [265048] Currently, if asking for a stack depth with max depth of 0 (full) followed by another request with stack depth of 2, the MIStack service will send two request to GDB. 2009-02-16 19:21:55 +00:00
org.eclipse.cdt.dsf.gdb.ui [258284] This patch allows the user to enable reverse debugging from the launch. I got it all to work except for one case: if the user turns off StopOnMain, but actually has a real breakpoint on main, 2009-02-09 21:34:16 +00:00
org.eclipse.cdt.gnu.dsf-feature bug 260292 - adding DSF plugins to CDT build 2009-01-28 00:13:31 +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