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
Mikhail Khodjaiants
3eb80a102a Removed "Refresh" and "Auto-Refresh" actions from the registers view. 2004-11-04 22:04:17 +00:00
Mikhail Khodjaiants
dec5f836cc Removed "Refresh" and "Auto-Refresh" actions support for registers. 2004-11-04 22:04:01 +00:00
Alain Magloire
a914900d7f 2004-11-04 Alex Chapiro
Update files.
	* library/spawner.mak
	* library/starter/starter.mak
2004-11-04 18:22:25 +00:00
Sean Evoy
e70d996fd9 Commit for Leo Treggiari:
The majority of the code changes were for dealing with the Java class attributes (buildfileGenerator, etc…).
The other bug fixes were:
When the user displays the properties of a file in a standard make file, the “C/C++” category is displayed in the left pane – I couldn’t figure out a way to “filter” it out.  Before the fix, the Managed Make property page was displayed and would then crash when the user selected OK.  Now, it displays a label saying that this page only applies to Managed Make projects.
When the user has automatic build set, edits the properties of a configuration, selects a different configuration, selects OK when asked to save the changes, a build for the proper configuration would start but it would pick up the tool settings from the wrong configuration (the newly selected one).
There was a bug in the Option.onlyOverridesValue method where it wasn’t checking for a zero-length built-ins list, and therefore returning the wrong answer.
There was a bug in adding a Tool to a ToolChain where the new Tool was added to the toolList but not the toolMap.
2004-11-04 16:56:27 +00:00
Mikhail Khodjaiants
b38be15335 No need of "ICSignalManager". 2004-11-04 16:40:42 +00:00
Mikhail Khodjaiants
19d8434a8e Warning cleanup. 2004-11-04 16:29:38 +00:00
Mikhail Khodjaiants
1896936755 CSignalManager no longer extends CUpdateManager. 2004-11-04 15:56:16 +00:00
Alain Magloire
3b2143318d 2004-11-04 Alain Magloire
Fix for 77825 from (Mikhail Voronin)
	* src/org/eclipse/cdt/internal/ui/text/CHelpProviderDescriptor.java
2004-11-04 15:02:02 +00:00
Alain Magloire
2475ef9679 2004-11-03 Alain Magloire
Partial fix for 77435
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/VariableManager.java
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/VariableDescriptor.java
2004-11-04 02:52:19 +00:00
Alain Magloire
86af48c1f9 Fix NPE 2004-11-03 23:29:50 +00:00
Mikhail Khodjaiants
0edfd9947c New implementation of expressions.
Large arrays partitioning based on the framework model.
2004-11-03 22:34:49 +00:00
David Inglis
1ca094c613 no code change - cleanup compiler log warnings 2004-11-03 20:58:49 +00:00
David Inglis
397f32d6d2 file creation should throw and CoreException up 2004-11-03 20:58:41 +00:00
Vladimir Hirsl
101d8a23ec Fix for PR 76040 [Scanner Config] Importing 1.2.1 project does not update.
Distinguishing two cases of missing builder information:
- Disabled builder
- Legacy project
2004-11-03 20:53:15 +00:00
David Inglis
e1bb75eb34 no code change - cleanup compiler log warnings 2004-11-03 20:48:38 +00:00
Alain Magloire
872a34e811 2004-11-02 Tanya Wolff
Fixed content assist extensibility for 77482 - changed context condition
	for addProposalsFromCompletionContributors() & 	fixed cursor position
	* src/org/eclipse/cdt/internal/ui/text/contentassist/CCompletionProcessor.java
2004-11-03 14:56:52 +00:00
Bogdan Gheorghe
762fd380d3 Fix for index merge problem 2004-11-02 21:22:55 +00:00
Alain Magloire
0b1094160f allow to override the configuration 2004-11-02 19:57:39 +00:00
Alain Magloire
f93436e891 2004-11-02 Alain Magloire
Refactor ICDIConfiguratio --> ICDISessionConfiguration and ICDITargetConfiguration
	* cdi/org/eclipse/cdt/debug/core/cdi/Session.java
	* cdi/org/eclipse/cdt/debug/core/cdi/SessionConfiguration.java
	* cdi/org/eclipse/cdt/debug/core/cdi/model/Target.java
	* cdi/org/eclipse/cdt/debug/core/cdi/model/TargetConfiguration.java
2004-11-02 19:29:59 +00:00
Alain Magloire
5ce890bd56 2004-11-02 Alain Magloire
Refactor ICDIConfiguratio --> ICDISessionConfiguration and ICDITargetConfiguration
	* cdi/org/eclipse/cdt/debug/core/cdi/ICDISession.java
	* cdi/org/eclipse/cdt/debug/core/cdi/ICDISessionConfiguration.java
	* cdi/org/eclipse/cdt/debug/core/cdi/model/ICDITarget.java
	* cdi/org/eclipse/cdt/debug/core/cdi/model/ICDITargetConfiguration.java

	* src/org/eclipse/cdt/debug/core/CDIDebugModel.java
	* src/org/eclipse/cdt/debug/interternal/core/model/CDIDebugTarget.java
	* src/org/eclipse/cdt/debug/interternal/core/model/CThread.java
2004-11-02 19:29:58 +00:00
Alain Magloire
c1db45f6f6 2004-11-02 Alain Magloire
Tentative fix for PR 77435
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/VariableManager.java
2004-11-02 14:58:24 +00:00
Bogdan Gheorghe
2473fc9bad Partial Fix for Bug 74427: Indexer needs to store more info
Add more info to the index notification mechanism
Updated Indexer Tests to use new notification mechanism
2004-11-02 06:43:17 +00:00
David Inglis
83261630e4 fixed bogus exception with older cdi debuggers. 2004-11-02 03:34:28 +00:00
David Inglis
46d6b8f8c1 see change log 2004-11-02 03:32:44 +00:00
Alain Magloire
b39a005df0 2004-11-01 Alain Magloire
Change to the errorParserManager, ... finally
	- do no reorder the arbitrary the error parsers array
	- if IErrorParser.processLine() return true bail out.

	* src/org/eclipse/cdt/core/ErrorParserManager.java
	* plugin.xml
2004-11-02 03:28:10 +00:00
Andrew Niefer
c891858040 framework for selection tests (open declaration) 2004-11-01 21:35:03 +00:00
Andrew Niefer
075f7ffbaf create failing test wrapper for regression tests 2004-11-01 20:02:19 +00:00
Alain Magloire
57c79fa828 Add the corresponding xxDescriptor to the variable interface. 2004-11-01 16:54:34 +00:00
Alain Magloire
08da96c392 2004-11-01 Alain Magloire
Patch from Mikhail Voronin to implement 71240.
	Too many changes to enumerate refer to PR:
		https://bugs.eclipse.org/bugs/show_bug.cgi?id=71240
2004-11-01 16:01:29 +00:00
David Inglis
7a24fe76ca missing NLS markup 2004-11-01 15:16:40 +00:00
David Inglis
5c2daef8ba deprecate 2004-11-01 15:15:56 +00:00
Alain Magloire
dbf7f21cd2 indentention. 2004-11-01 01:38:35 +00:00
Alain Magloire
ab7f3e9bcf reset the fValue to null for CExpressions 2004-11-01 01:09:39 +00:00
Alain Magloire
417fff8e3a remove the variable for ExpressionManager variable list. 2004-11-01 01:08:57 +00:00
Alain Magloire
e37879d199 2004-10-31 Alain Magloire
Tentative fix for PR 74496
2004-11-01 00:27:29 +00:00
Alain Magloire
8edc6b4de2 2004-10-31 Alain Magloire
Refactor ICDIVariableObject --> ICDIVariableDescriptor
	Refactor ICDIArgumentObject --> ICDIArgumentDescriptor
	Refactor ICDIRegisterObject --> ICDIRegisterDescriptor
	Addition ICDIThreadStorageDescriptor, ICDIThreadStorage
	Addition ICDILocalVariableDescriptor, ICDILocalVariable
	Addition ICDIGlobalVariableDescriptor, ICDIGlovalVariable

	Adjust the classes to the changes.
2004-10-31 20:57:40 +00:00
Alain Magloire
2a6c0b8c16 Fix expression manager 2004-10-30 03:32:49 +00:00
Mikhail Khodjaiants
cbf89ce619 Use the new expression API of CDI. 2004-10-29 21:22:18 +00:00
David Inglis
28efe5b06a rollback getEnv old methods added new getEnv methods that use new constants to fix backward compatability issue 2004-10-29 15:16:45 +00:00
Alain Magloire
a4c551bbd7 2004-10-29 Alain Magloire
Remove of ICDISharedLibraryManager
	* cdi/org/eclipse/cdt/debug/core/cdi/ICDISession.java
	* cdi/org/eclipse/cdt/debug/core/cdi/ICDISharedLibraryManager.java
	* cdi/org/eclipse/cdt/debug/core/cdi/model/ICDITarget.java
	* cdi/org/eclipse/cdt/debug/core/cdi/model/ICDISharedLibraryManagement.java
2004-10-29 15:13:35 +00:00
Alain Magloire
35a28e136d 2004-10-29 Alain Magloire
Remove of ICDISharedLibraryManager
	* cdi/org/eclipse/cdt/debug/core/cdi/Session.java
	* cdi/org/eclipse/cdt/debug/core/cdi/SharedLibraryManager.java
	* cdi/org/eclipse/cdt/debug/core/cdi/model/Target.java
	* cdi/org/eclipse/cdt/debug/core/cdi/model/SharedLibraryManagement.java

	* src/org/eclipse/cdt/debug/mi/core/GDBCDIDebugger.java
	* src/org/eclipse/cdt/debug/mi/core/GDBServerCDIDebugger.java
2004-10-29 15:13:08 +00:00
Alain Magloire
080a687752 2004-10-29 Alain Magloire
Changes to the CDI interface
	* SeAutoSolibActionDelegate.java
2004-10-29 15:12:43 +00:00
Alain Magloire
e945252b3c remove getType() 2004-10-28 19:08:00 +00:00
Sean Evoy
18b49394c4 Commit for Leo Treggiarri -- Initial Managed Build System patch for CDT 2.1 2004-10-28 17:16:53 +00:00
Alain Magloire
2dfb046061 2004-10-28 Alain Magloire
Add getType() method.
	* cdi/org/eclipse/cdt/debug/core/cdi/model/ICDIExpression.java
	* cdi/org/eclipse/cdt/debug/core/cdi/model/ICDIValue.java
2004-10-28 17:09:02 +00:00
Alain Magloire
dc0936d60d 2004-10-28 Alain Magloire
Add ICDIValue.getType() and ICDIExpression.geType() new methods.
2004-10-28 17:08:54 +00:00
Andrew Niefer
28848655d5 Fix recovery after not expanding a function macro 2004-10-27 19:01:46 +00:00
David Inglis
e875aee948 fixed bug #77135 2004-10-27 16:55:47 +00:00
David Inglis
61b7feb54d Added Debugger console to older debuggers 2004-10-27 15:22:03 +00:00
David Inglis
08412e5d6d fail launch on unrecognized binary file 2004-10-27 14:51:58 +00:00