1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-06 17:26:01 +02:00
Find a file
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
build fixed bug #75685 2004-10-05 23:50:17 +00:00
core patch from Tanya Wolff, search regression tests 2004-10-14 21:05:31 +00:00
debug 2004-10-15 Alain Magloire 2004-10-15 15:48:19 +00:00
doc fix for 64833 "No F1 Help for Soure Code Location debug 2004-08-18 18:45:19 +00:00
launch/org.eclipse.cdt.launch Added the launch configuration preference for the register bookkeeping. 2004-10-11 20:24:15 +00:00
releng Fixed the * in filename issue. added linux ppc and ia64 builds. 2004-10-07 17:37:02 +00:00