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

5538 commits

Author SHA1 Message Date
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
John Camelon
69c2f46f4b Fixed 39701 [Parser] Extended syntax for template instantiation is not supported (GCC, C++) 2004-10-13 14:13:27 +00:00
Vladimir Hirsl
f1617823d5 Fix for PR 69604 [Templates] Instantiating template with deferred template instance. 2004-10-12 05:50:18 +00:00
Mikhail Khodjaiants
acf19e50fa Added the launch configuration preference for the register bookkeeping. 2004-10-11 20:24:15 +00:00
John Camelon
06b4f414c0 Patch for Devin Steffler
Fixed 72611 [Parser] Timeout strategy does not affect scanner infinite loops
2004-10-11 03:00:10 +00:00
Mikhail Khodjaiants
9d7f94cc12 Warning cleanup. 2004-10-10 20:31:01 +00:00
Andrew Niefer
f15a3f4d08 75956 [Scanner] Inifinite loop parsing system include <ext/rope> 2004-10-08 20:28:33 +00:00
Mikhail Khodjaiants
69a0850c87 Added the bookkeeping of registers and register groups. 2004-10-08 18:40:29 +00:00
Andrew Niefer
1b2f0d5e9e bug 74847- [Parser] In ASTBaseSpecifier.getParentClassSpecifier, the "symbol" attribute is dereferenced to null 2004-10-08 15:36:15 +00:00
Doug Schaefer
c29004f64c Added binaries for ia64 for Linux provided by Intel. 2004-10-08 15:18:39 +00:00
Mikhail Khodjaiants
76109711a4 Added images of disabled registers and register groups. 2004-10-07 21:31:53 +00:00
Mikhail Khodjaiants
171d390269 Pass the current stack frame to the registers manager to provide the evaluation context. 2004-10-07 20:01:23 +00:00
Andrew Niefer
654fb767a2 Patch from Devin Steffler: [Scanner] Wrong compare if the two declarations are in other number system 2004-10-07 18:51:36 +00:00
Andrew Niefer
dc2c9cec11 75482: Friendship erroneously granted 2004-10-07 18:13:20 +00:00
Doug Schaefer
37d7c2e939 Fixed the * in filename issue. added linux ppc and ia64 builds. 2004-10-07 17:37:02 +00:00
John Camelon
6830aea7d7 Patch by Devin Steffler
Fixed 72710 [Search] Field Reference incorrectly reported as variable ref
2004-10-07 17:31:07 +00:00
Mikhail Khodjaiants
e98111fb62 Provide a context for expression evaluation. 2004-10-07 15:23:25 +00:00
Mikhail Khodjaiants
b973d5855f Use the same approach to generate expressions and variables labels. 2004-10-06 21:41:45 +00:00
Andrew Niefer
615478809e remove unused import 2004-10-06 21:41:27 +00:00
Andrew Niefer
6013159eb0 add line and offset info to problems during a lookup 2004-10-06 21:40:09 +00:00
Mikhail Khodjaiants
d0af45ca07 Use the same approach to generate expressions and variables labels. 2004-10-06 21:06:29 +00:00
Mikhail Khodjaiants
d636abc351 Added the "getType" method to ICValue. 2004-10-06 21:03:43 +00:00
Andrew Niefer
73d595ea0e use the canonical path when creating code readers so that the name
in the code reader matches the file on disk  (makes a difference on
non-case-sensitive OSs)
2004-10-06 20:39:12 +00:00
Vladimir Hirsl
d029959807 Fix for PR 75728 [ParserSymbolTable] NPE in TypeInfoProvider.newTypeInfo.
Corrected mappings added to to TemplateSymbol._defnParameterMap.
2004-10-06 20:30:49 +00:00
Andrew Niefer
1f751745a9 bug 73954: [Parser] GCC built_in symbols
added
- __builtin_types_compatible_p
- __builtin_constant_p
- __builtin_choose_expr

added a new DynamicFunctionStyleMacro to implement the __builtin_choose_expr
also fixed the typeSpec and typeId caches in the factory
2004-10-06 20:15:10 +00:00
Alain Magloire
2ed6f2cd4d 2004-09-06 Alex Chapiro
Fix for PR 75677
	* os/win32/x86/spawner.dll
	* library/Win32ProcessEx.c
2004-10-06 18:56:32 +00:00
David Inglis
5fdbc79e93 added missing strings for content type 2004-10-06 01:39:00 +00:00
David Inglis
9e55dcaf36 fix bogus message about change in project path which switching between include and project path property pages 2004-10-05 23:51:16 +00:00
David Inglis
83c6521896 fixed bug #75685 2004-10-05 23:50:17 +00:00
John Camelon
5bd3694555 Fixed 75338 - [Parser] complete.ASTExceptionSpecification#getTypeIds() yields useless information 2004-10-05 18:16:06 +00:00
Andrew Niefer
95b192460c Bug 75401: [Scanner][Parser] problem w/using va_arg macro 2004-10-05 17:45:39 +00:00