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

5904 commits

Author SHA1 Message Date
Alain Magloire
442dba3306 2004-11-19 Alain Magloire
Fix for PR 39204
	* src/org/eclipse/cdt/internal/ui/editor/CEditor.java
2004-11-19 19:30:30 +00:00
John Camelon
f5891e712a Fixed AST2Test failure. 2004-11-19 18:53:53 +00:00
Bogdan Gheorghe
7c700e68e9 Fix for 43664: Search should report matches outside of workspace 2004-11-19 18:53:42 +00:00
Andrew Niefer
81a02aa350 first test from GCC suite 2004-11-19 18:22:39 +00:00
John Camelon
d533e36b40 Refactoring new parser for C++. 2004-11-19 16:32:22 +00:00
John Camelon
87785b3e67 Patch for Devin Steffler
Fixed 77276 - Preprocessor problem - Multi line #if are not accepted
	Fixed 77097 - Preprocessor problem - Multi line #defines are not accepted
2004-11-19 16:05:43 +00:00
Doug Schaefer
05fcfa3b2d Rebuild of Mac libraries as provided in 79066. 2004-11-19 15:11:22 +00:00
Alain Magloire
052b582c19 2004-11-19 Alain Magloire
No need for stackframe when creating the Type class,
	but rather use the target in the constructor.
2004-11-19 03:38:57 +00:00
John Camelon
eecdc3e370 Fixed failed SelectionRegressionTest 2004-11-19 01:37:58 +00:00
Mikhail Khodjaiants
7ff44b1055 Fix for bug 69184: Activate the Expression view when expression is added. 2004-11-18 22:41:32 +00:00
Mikhail Khodjaiants
0448368a27 Worker threads can try to evaluate expressions on the stack frames that have already been disposed. A flag is added to identify that the stack frame is disposed. 2004-11-18 22:39:29 +00:00
Doug Schaefer
30c7c341a3 Added in the interfaces and extension point schemas for Debug Core. 2004-11-18 21:11:05 +00:00
Doug Schaefer
1fe04a51d4 Fixed the ascii property on this file and updated it with debug.core stuff. 2004-11-18 21:10:36 +00:00
Andrew Niefer
7d6aa41cb5 fix failing content assist tests 2004-11-18 21:09:43 +00:00
Andrew Niefer
235b6312f0 patch from Devin Steffler : fix for 71317 invalid overload of the name 2004-11-18 21:05:26 +00:00
John Camelon
9293cb16fb Added AST2Tests to ParserTestSuite.
Move IASTNullStatement into the general dom package, it was in the C package incorrectly.
2004-11-18 20:46:23 +00:00
Doug Schaefer
6ddf1fab68 Build the libraries for Linux PPC. 2004-11-18 20:45:36 +00:00
John Camelon
76d22e0f05 Patch for Devin Steffler
Fixed 77281 - Unable to parse assignment statements
	Fixed 77921 - Syntax Error on initializer with floats
	Fixed 76763 - Problem for #error has extra characters
2004-11-18 20:30:27 +00:00
Doug Schaefer
2b21f4f108 Checking in the shared libraries for AIX. 2004-11-18 20:28:43 +00:00
Alain Magloire
8668f1dd8b Comment out the feedback to .log
it worry the user way to much.
2004-11-18 20:22:16 +00:00
John Camelon
552b75eb26 Patch for Devin Steffler.
Fixed 77009 - ASTUtil#getType ignores volatile
2004-11-18 18:38:32 +00:00
Alain Magloire
9a38e1a718 2004-11-19 Alain Magloire
Fix for 78816
	* src/org/eclipse/cdt/debug/mi/core/MIPlugin.java
2004-11-18 17:59:42 +00:00
Alain Magloire
3051c780f3 Updated to reflect the changes in Spawner.java and PTY.java 2004-11-18 17:07:29 +00:00
John Camelon
74f0cc0f87 Patch for Devin Steffler.
[FIXED][75731][Search] open declaration on class incorrectly points to constructor definition
[FIXED][77989][F3] Open declaration fails in "using namespace N"
[FIXED][78435]Open declaration of argument can't find itself
2004-11-18 16:52:07 +00:00
Doug Schaefer
0a3ce8977b Rebuild of ia64 libraries contributed by Intel in 78941. 2004-11-18 16:45:55 +00:00
Andrew Niefer
afeb157d1f Bindings for ILabels, more general visitor, Scope interfaces for C 2004-11-18 16:33:04 +00:00
Doug Schaefer
8c69def994 Updated the Windows spawner DLL to build using MinGW gcc. 2004-11-18 16:11:50 +00:00
John Camelon
548574d7fd Externalized String 2004-11-18 16:10:21 +00:00
Alain Magloire
5221d3a97c *** empty log message *** 2004-11-18 16:07:54 +00:00
Alain Magloire
1cc0b27515 2004-11-19 Alain Magloire
Clear the confusion about sublist of stackframes.
	PR 78611

	* cdi/org/eclipse/cdt/debug/core/cdi/model/ICDIStackFrame.java
	* cdi/org/eclipse/cdt/debug/core/cdi/model/ICDIThread.java
	* src/org/eclipse/cdt/debug/internal/model/CThread.java
2004-11-18 16:06:57 +00:00
John Camelon
deabf0e68b Patch for Devin Steffler.
Fixed 77821 - usualArithmeticConversions doesn't handle pointers
2004-11-18 14:34:42 +00:00
Bogdan Gheorghe
502f1c4822 Fix for Bug 78678: Indexer stops reindexing file after repeated saves 2004-11-17 21:52:45 +00:00
John Camelon
6a84887550 Merging AST2 branch into HEAD.
Definition of new DOM AST interface.
	Construction of new C Parser.
	Tests.
2004-11-17 20:52:23 +00:00
Doug Schaefer
cea83a5a77 Updated DOM documentation. 2004-11-17 20:47:34 +00:00
David Inglis
176c726567 api update to use IBinaryObject instead of IBinaryExecutable in debugger 2004-11-17 19:57:54 +00:00
Doug Schaefer
d074ea78ab Updated the options for Linux and pub in a disclaimer on the DOM
section since it is likely to change.
2004-11-17 19:49:57 +00:00
John Camelon
6c0f439c6c IScannerInfo enhancements.
- Definition of IExtendedScannerInfo
	- Scanner2 implementation for bulk of this
	- added support to core model builder to ignore implicit inclusions/macros
	- JUnit
2004-11-17 19:39:17 +00:00
David Inglis
71be97ba3e new pty supprt for spawner 2004-11-17 19:33:39 +00:00
Doug Schaefer
d3fe28291c Initial ISV Doc. Plus some goodies on the new DOM. 2004-11-17 19:30:08 +00:00
Alain Magloire
c5f2c56792 2004-11-17 Alain Magloire
Fix for 78816
	* mi/org/eclipse/cdt/debug/mi/core/MIInferior.java
2004-11-17 15:39:15 +00:00
Alain Magloire
bcc527d28a 2004-11-16 Alain Magloire
Optimize things by providing a new method
	ICDIRegisterGroup.hasRegisters();
	* cdi/org/eclipse/cdt/debug/core/cdi/model/RegisterGroup.java
2004-11-17 03:53:05 +00:00
Alain Magloire
334882d258 2004-11-16 Alain Magloire
Optimize things by providing a new method
	ICDIRegisterGroup.hasRegisters();
	* cdi/org/eclipse/cdt/debug/core/cdi/model/ICDIRegisterGroup.java
	* src/org/eclipse/cdt/debug/internal/core/model/CRegisterGroup.java
2004-11-17 03:52:49 +00:00
Alain Magloire
e5f9c0c311 2004-11-16 Alain Magloire
Remove some warnings and use the new Launch key
	to decide whether or not to use pseudo tty.
	* mi/org/eclipse/cdt/debug/mi/core/TxThread.java
	* mi/org/eclipse/cdt/debug/mi/core/command/RawCommand.java
	* src/org/eclipse/cdt/debug/mi/core/MIPlugin.java
2004-11-17 03:24:14 +00:00
Alain Magloire
f1002fe6a3 regenerate the sharedlibraries binaries. 2004-11-17 02:48:13 +00:00
Doug Schaefer
522cf10a81 Add copyright notices to feature.xml files. This is visible on the update site. 2004-11-17 02:01:53 +00:00
Doug Schaefer
992e8e09d3 Fix for 77428. Fixed up copyright years and changed the version to be
automatically generated.
2004-11-16 22:33:31 +00:00
Vladimir Hirsl
19a8eda676 Fix for PR 78792 [Scanner Config] Include paths not discovered from build output of Ethereal project.
Fixed ambiguous (prefix & postfix based) source file name detection.
2004-11-16 21:53:22 +00:00
David Inglis
e2b84054ef use default constant for terminal 2004-11-16 21:34:26 +00:00
David Inglis
e0546e73af added terminal default constant 2004-11-16 21:32:41 +00:00
David Inglis
8692efd446 default terminal to true 2004-11-16 21:28:46 +00:00