1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 17:05:26 +02:00
cdt/debug
Alain Magloire 262d89c54a 2004-10-15 Alain Magloire
The way we do breakpoints is changing. gdb does not have
	-break-thread-id command that would allow to change if a breakpoint
	is associated with a particular thread(the same way as in
	-break-condition, and -break-after). So to do thread breakpoint
	we associate 1 Eclipse breakpoint with n GDB breakpoints:
	1:n

	* cdi/org/eclipse/cdt/debug/mi/core/cdi/BreakpointManager.java
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/Condition.java
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/EventManager.java
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/Breakpoint.java
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/Exceptionpoint.java
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/Target.java
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/Watchpoint.java
2004-10-15 15:48:19 +00:00
..
org.eclipse.cdt.debug.core Partial fix for bug 39936 GDB hits modified conditional breakpoints when condition not satisfied. 2004-10-14 19:30:50 +00:00
org.eclipse.cdt.debug.core.tests Added the .project for debug.core.tests. 2004-06-01 00:58:46 +00:00
org.eclipse.cdt.debug.mi.core 2004-10-15 Alain Magloire 2004-10-15 15:48:19 +00:00
org.eclipse.cdt.debug.mi.ui Added API to allow the access to the internal MI UI components by client plugins. 2004-08-23 20:39:04 +00:00
org.eclipse.cdt.debug.ui Added the bookkeeping of registers and register groups. 2004-10-08 18:40:29 +00:00
org.eclipse.cdt.debug.ui.tests Moved to the new breakpoint management API. 2004-09-07 20:43:45 +00:00