1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
Commit graph

5918 commits

Author SHA1 Message Date
Andrew Niefer
a8fc039327 get rid of warnings 2004-10-20 15:30:35 +00:00
John Camelon
07a8507a81 Partial fix for 76480 - [Content assist] shouldn't work on scope operator in C code 2004-10-20 15:08:44 +00:00
David Inglis
2b91044082 fixed terminate delay for corefile 2004-10-20 15:05:06 +00:00
John Camelon
2f84ab8078 Updated visibility of particular parser components. 2004-10-20 15:01:41 +00:00
Mikhail Khodjaiants
e6c2b40bdc Set the initial state of a thread according to the state of the underlying CDI thread. 2004-10-19 22:16:01 +00:00
Vladimir Hirsl
cb264b92c7 Reverting back to previous version. Not ready to commit yet. 2004-10-19 22:00:22 +00:00
Vladimir Hirsl
45c33ef2aa Reverting back to previous version. Not ready to commit yet. 2004-10-19 21:54:03 +00:00
Vladimir Hirsl
5fd1105acd Changes in the parser and utility interaction.
Ready for the first test.
2004-10-19 21:08:25 +00:00
David Inglis
22aaaf84bc remove core/pid attribute if we prompted for them after launch 2004-10-19 20:56:20 +00:00
Alain Magloire
e25bef1bed 2004-10-19 Alain Magloire
Fix Core Launching
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/Target.java
	* mi/org/eclipse/cdt/debug/mi/core/CoreProcess.java
	* mi/org/eclipse/cdt/debug/mi/core/MIInferior.java
	* src/org/eclipse/cdt/debug/mi/core/MIPlugin.java
2004-10-19 20:42:45 +00:00
Alain Magloire
75a64c1e16 2004-10-19 Alain Magloire
Fix NPE.
	* src/org/eclipse/cdt/debug/internal/core/DebugConfiguration.java
2004-10-19 20:40:56 +00:00
Mikhail Khodjaiants
f1b59465a3 Check if the string representation of a value is not null before trimming it. 2004-10-19 20:02:30 +00:00
David Inglis
6ee3315f3b dont' change launch id 2004-10-19 19:45:07 +00:00
David Inglis
eadd32c9aa dont' change launch id 2004-10-19 19:43:01 +00:00
David Inglis
06924de632 dont' change launch id 2004-10-19 19:40:57 +00:00
Mikhail Khodjaiants
316f9255b6 Support of the thread-specific breakpoints.
Fix for the error handling of the asynchronous operations.
2004-10-19 18:57:22 +00:00
Mikhail Khodjaiants
28b6334ebe Support of the thread-specific breakpoints.
Fix for the error handling of the asynchronous operations.
2004-10-19 18:37:33 +00:00
Mikhail Khodjaiants
6d4c6092a4 Cleanup. 2004-10-19 17:57:22 +00:00
Andrew Niefer
ef6559d013 tests for the expression evaluator problems 2004-10-19 14:26:06 +00:00
David Inglis
1307a5b905 fixed bug #76412 2004-10-19 14:18:55 +00:00
Alain Magloire
0f08850bec removed 2004-10-18 23:18:26 +00:00
Alain Magloire
f12b1a1d87 2004-10-18 Alain Magloire
Make ICDIRuntimeOptions be part of ICDITarget
	* cdi/org/eclipse/cdt/debug/core/cdi/ICDISession.java
	* cdi/org/eclipse/cdt/debug/core/cdi/model/ICDITarget.java
	* cdi/org/eclipse/cdt/debug/core/cdi/model/ICDIRuntimeOptions.java
2004-10-18 23:17:46 +00:00
Alain Magloire
cad896ca60 2004-10-18 Alain Magloire
Adjust to changes in CDI
	* src/org/eclipse/cdt/debug/mi/core/cdi/model/RuntimeOptions.java
	* src/org/eclipse/cdt/debug/mi/core/cdi/model/Target.java
	* src/org/eclipse/cdt/debug/mi/core/cdi/Session.java
2004-10-18 23:16:09 +00:00
Alain Magloire
1f3df7b1c7 2004-10-18 Alain Magloire
Adjust to changes in CDI
	* src/org/eclipse/cdt/launch/internal/LocalRunLaunchDelegate.java
2004-10-18 23:13:28 +00:00
Alain Magloire
442e988240 NPE fix 2004-10-18 22:38:52 +00:00
Andrew Niefer
121fe1e577 fix problem reporting from the ExpressionEvaluator 2004-10-18 21:11:57 +00:00
David Inglis
801c17db2e fixed debugger selection 2004-10-18 20:21:39 +00:00
David Inglis
a3f0a610ed silent abort prompting launch 2004-10-18 17:45:40 +00:00
David Inglis
ea6cb36860 added core file extension filters to debug config 2004-10-18 17:45:23 +00:00
Sean Evoy
c7caaff4a6 Fix for bugzilla 76483 - [Managed Make] ToolReferences with no defined output extensions answer that they build everything 2004-10-18 17:23:50 +00:00
David Inglis
a192c2f172 - Update to new ICDIDebugger interface deprecating old
- Added seperate launch configuration for attaching to pid
2004-10-18 14:48:50 +00:00
Mikhail Khodjaiants
206203d375 Use characters instead of strings. 2004-10-18 14:42:36 +00:00
Mikhail Khodjaiants
61717a6a3e Corrupted plugin.xml. 2004-10-18 14:36:21 +00:00
David Inglis
154337afe2 remove unused import warning 2004-10-18 13:42:35 +00:00
Alain Magloire
479dfcc366 2004-10-17 Alain Magloire
Remove deprecated method in CDI adjust the implementation.
	* core/org/eclipse/cdt/debug/core/tests/BreakpointTests.java
	* core/org/eclipse/cdt/debug/core/tests/DebugTests.java
	* core/org/eclipse/cdt/debug/core/tests/LocationTests.java
2004-10-17 21:28:28 +00:00
Alain Magloire
6bc057c303 2004-10-17 Alain Magloire
Remove deprecated method in CDI adjust the implementation.
	* src/org/eclipse/cdt/launch/internal/CoreFileLaunchDelegate.java
	* src/org/eclipse/cdt/launch/internal/LocalCLaunchConfigurationDelegate.java
2004-10-17 21:27:40 +00:00
Alain Magloire
fea4e25184 2004-10-17 Alain Magloire
Remove deprecated method in CDI adjust the implementation.
2004-10-17 21:26:11 +00:00
Alain Magloire
192fcc41a9 2004-10-17 Alain Magloire
Remove deprecated method in CDI
	* cdi/org/eclipse/cdt/debug/core/model/ICDITarget.java
	* cdi/org/eclipse/cdt/debug/core/ICDISession.java
2004-10-17 21:25:00 +00:00
Mikhail Khodjaiants
5516776ca9 check if the list is empty before calling -break-delete 2004-10-15 20:02:28 +00:00
Mikhail Khodjaiants
aa6f9b5a00 Replaced the "Signal Properties" dialog by the standard property page. 2004-10-15 19:33:26 +00:00
Alain Magloire
9551479479 more message in CDIException.toSTring() 2004-10-15 18:35:16 +00:00
Alain Magloire
907262fe19 2004-10-15 Alain Magloire
Adjust to the change in the CDI
	* core/org/eclipse/cdt/debug/core/tests/BreakpointTests.java
	* core/org/eclipse/cdt/debug/core/tests/DebugTests.java
	* core/org/eclipse/cdt/debug/core/tests/LocationTests.java
2004-10-15 16:07:00 +00:00
Alain Magloire
f5bde83546 2004-10-15 Alain Magloire
Adjustment to changes in CDI interface concerning breakpoints.
	Now the thread ids for a breakpoint is specified in the ICDICondition.
	* cdi/org/eclipse/cdt/debug/core/cdi/ICDICondition.java
	* cdi/org/eclipse/cdt/debug/core/cdi/model/ICDIBreakpoint.java
	* cdi/org/eclipse/cdt/debug/core/cdi/model/ICDIBreakpointManagement.java
	* cdi/org/eclipse/cdt/debug/core/cdi/model/ICDITarget.java

	* CBreakpointManager.java
	* CDebugTarget.java
2004-10-15 15:48:31 +00:00
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
Andrew Niefer
109cd6a300 patch from Tanya Wolff, search regression tests 2004-10-14 21:05:31 +00:00
David Inglis
d9ad522e13 improved binaryconfig use 2004-10-14 20:08:28 +00:00
Mikhail Khodjaiants
a17fa3fe67 Partial fix for bug 39936 GDB hits modified conditional breakpoints when condition not satisfied.
Condition has to be set at the mi level.
2004-10-14 19:30:50 +00:00
Alain Magloire
8d2f716193 2004-10-14 Alain Magloire
Provide the hashCode method.
	* src/org/eclipse/cdt/internal/ui/cview/IncludeRefContainer.java
2004-10-14 17:43:27 +00:00
John Camelon
19ffaa04f2 Patch for Devin Steffler
Fixed 75532 [Scanner] Wrong compare if the two declarations are in other number system.
- Octal support has been added along side Hex support in ExpressionEvaluator.java.
- SourceIndexerRequestor.java now handles IProblem.SCANNER_RELATED IProblems
- IProblems can now be thrown easily from ExpressionEvaluator.java
- IProblems are reported for malformed Decimal/Hex/Octal numbers as well as the existing EvalExceptions that occur in ExpressionEvaluator.java
- tests were added to check Octal support and that the IProblems are raised properly within ExpressionEvaluator.java
2004-10-13 20:03:32 +00:00
Andrew Niefer
c555ac79f6 move the content assist regression tests over the the ui.tests plugin 2004-10-13 18:24:17 +00:00