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

6041 commits

Author SHA1 Message Date
Andrew Niefer
c20d990dc3 patch from Devin Steffler:
removing IBindings from IScopes
2005-01-13 20:29:34 +00:00
Alain Magloire
f814de106b 2005-01-13 Alain Magloire
PR 82764 Fix the the type parsing.
	* mi/org/eclipse/cdt/debug/mi/core/GDBTypeParser.java
2005-01-13 20:23:35 +00:00
Mikhail Khodjaiants
cfdbde0d64 Added NEWS file. 2005-01-13 18:51:12 +00:00
Mikhail Khodjaiants
4acb21bc17 Bug 73168: Use memory view provided by Eclipse platform in CDT.
Removed the old memory view.
2005-01-12 21:23:07 +00:00
Mikhail Khodjaiants
3b9ce4e55a Fix bug 82601: Enhance the ICDIMemoryBlock interface. 2005-01-12 20:35:01 +00:00
John Camelon
ea5fe525ea Removed lastToken from DOM Parsers. 2005-01-12 16:43:43 +00:00
Alain Magloire
703ec24b6c Check for outof range offsets. 2005-01-12 16:38:36 +00:00
John Camelon
cdfc350d10 Added lengths to ASTNodes. 2005-01-12 02:16:26 +00:00
Alain Magloire
11b1607681 wrong value was returned 2005-01-12 00:20:18 +00:00
Mikhail Khodjaiants
ff4f5d878a Replaced deprecated methods and constants. 2005-01-11 20:56:37 +00:00
Mikhail Khodjaiants
6892af49a8 Replaced deprecated methods and constants. Cleanup. 2005-01-11 20:52:30 +00:00
Alain Magloire
aea694040c 2005-01-10 Mikhail Khodjaiants
PR 82601 changes to the memory block interface
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/ICDIMemoryBlock.java
	* mi/org/eclipse/cdt/debug/mi/core/output/MIMemory.java
2005-01-11 20:46:19 +00:00
Alain Magloire
a502144d5d 2005-01-10 Mikhail Khodjaiants
PR 82601 changes to the memory block interface
	* cdi/org/eclipse/cdt/debug/core/cdi/model/ICDIMemoryBlock.java
2005-01-11 20:45:26 +00:00
Mikhail Khodjaiants
0a9d717f51 Use the asynchronous implementation for resume, suspend, step etc provided by eclipse 3.1. 2005-01-11 20:43:57 +00:00
David Inglis
dd9f4af843 FIXED bug # 82572 2005-01-11 18:45:57 +00:00
Vladimir Hirsl
2758147c93 Fix for PR 82408 [ScannerConfig] GCCScannerInfoConsoleParser throws exception on "quoted spaces".
The problem was incorrect parsing of lines containing "matched" characters (`, ' and ").
2005-01-11 17:28:26 +00:00
David Inglis
70a3403e0b Further fix to 36837
* src/org/eclipse/cdt/internal/ui/util/ResourceToItemsMapper.java
Fix for 82516
	* src/org/eclipse/cdt/internal/ui/viewsupport/CElementLabels.java
2005-01-11 15:17:45 +00:00
Mikhail Khodjaiants
c796aad342 Use the asynchronous implementation for resume, suspend, step etc provided by eclipse 3.1. 2005-01-10 22:52:06 +00:00
John Camelon
0f2803f134 Patch for Devin Steffler.
This patch adds getProblems() to the CVisitor and CPPVisitor classes.  This is required to get IASTProblems since the new parser doesn't use a callback anymore.
Also, updated tests accordingly.
2005-01-10 21:11:53 +00:00
Alain Magloire
0d121179f8 2005-01-10 Alain Magloire
Fix for PR 82506
	* mi/org/eclipse/cdt/debug/mi/core/MISession.java
	* mi/org/eclipse/cdt/debug/mi/core/output/MIParser.java
2005-01-10 20:33:50 +00:00
Mikhail Khodjaiants
46c23f102c Bug 73168: Use memory view provided by Eclipse platform in CDT. 2005-01-10 18:53:41 +00:00
Alain Magloire
74ebb4ef75 2005-01-07 Alain Magloire
Part of Fix 82323.
	The "New" action was not shown when workspace was empty
	or no selection.
	* src/org/eclipse/cdt/internal/ui/cview/MainActionGroup.java
	And make sure we do not put problem icons on resources that !exist() && isReadOnly().
	* src/org/eclipse/cdt/internal/ui/util/ResourceToItemsMapper.java
2005-01-07 20:43:03 +00:00
Alain Magloire
0939d72702 2005-01-07 Alain Magloire
Fix PR 82202
	* src/org/eclipse/cdt/internal/ui/cview/CViewDropAdapter.java
	* src/org/eclipse/cdt/internal/ui/editor/DocumentAdapter.java
	* src/org/eclipse/cdt/internal/ui/util/Resources.java
2005-01-07 17:52:07 +00:00
Alain Magloire
e0d1a45365 2005-01-07 Alain Magloire
Fix PR 82202
	* model/org/eclipse/cdt/internal/core/model/CElement.java
	* model/org/eclipse/cdt/internal/core/model/Openable.java
2005-01-07 17:50:11 +00:00
Vladimir Hirsl
424182887a Fix for PR 82354 [Scanner Config] incorrect discovered defines
- Corrected MACRO=MACRO=value pattern.
2005-01-06 21:46:32 +00:00
Chris Wiebe
c44a67648d 2005-01-06 Chris Wiebe
added parser timeout to TypeParser
	* browser/org/eclipse/cdt/internal/core/browser/cache/TypeParser.java
2005-01-06 21:07:12 +00:00
John Camelon
d019346a04 Fixed 81887 [Parser2] if () {...} else if () ... else {...} parsed incorrectly
Started DOMScannerTests.
2005-01-06 20:52:07 +00:00
John Camelon
35a922fdfd Add in common IASTProblemHolder interface. 2005-01-06 15:44:56 +00:00
John Camelon
4b39617534 Removing IProblem references from DOM Parser/Scanner 2005-01-05 20:23:09 +00:00
John Camelon
d91724f835 IASTProblems are now attached to the AST rather than reported. 2005-01-05 16:43:46 +00:00
Mikhail Khodjaiants
c9c2c1498e Fix for bug 82184: arrayboundsexception on display of array variable. 2005-01-04 21:45:27 +00:00
Mikhail Khodjaiants
bab6bd72b7 Removed the disassembly editor extension. 2005-01-04 21:09:23 +00:00
John Camelon
334abb5ab0 Continuation of IProblem/Backtrack migration for Parser2. 2005-01-04 18:51:08 +00:00
John Camelon
416db61299 Start of IProblem/Backtrack migration for Parser2. 2005-01-04 14:52:22 +00:00
Vladimir Hirsl
4aad3e762a Fix for PR 82052 [ScannerConfig] new Mozilla Standard C++ project has weird Discovery paths with errors.
In ScannerInfoConsoleParserUtility
- Absolute include paths are correctly handled in translateRelativePaths(..).
- Corrected normalization of paths ending with single dot in normalizePath(..)
2004-12-31 17:46:15 +00:00
David Inglis
e20f39193f fixed qnx spawner 2004-12-24 17:26:22 +00:00
Vladimir Hirsl
2f8b9abb4b Fix for PR 77940: Missing built-ins for mingw
Addendum: Symbol definitions as a result of -dD option are written to the standard error stream since gcc version 3.4.x.
This is now proprly handled.
2004-12-24 17:16:04 +00:00
Alain Magloire
8fc3226f2d warning scrubs 2004-12-24 15:24:05 +00:00
Alain Magloire
3e04941539 Remove most to the warnings. 2004-12-24 15:16:00 +00:00
Vladimir Hirsl
2eb2ae36d9 Fix for PR 77940: Missing built-ins for mingw
Option -dD is added to the default generate external scanner info command. GCCSpecsConsoleParser is updated to properly handle results of this option.
2004-12-24 05:58:47 +00:00
Andrew Niefer
b8955a476e more CompleteParser2Tests
- member visibilty
- destructors
2004-12-24 00:13:43 +00:00
Mikhail Khodjaiants
672820b546 Cleanup. 2004-12-24 00:08:04 +00:00
Mikhail Khodjaiants
bf04836b6f The "ascii" renedering is removed from the default renderings. 2004-12-24 00:05:32 +00:00
Alain Magloire
2588a0df58 2004-12-22 Alain Magloire
On going work to clean cdt.ui from misc. warnings
	and removing the deprecated interfaces in Eclipse-3.1
2004-12-23 20:10:31 +00:00
Alain Magloire
cc17803d62 2004-12-22 Alain Magloire
On going work to clean cdt.ui from misc. warnings
	and removing the deprecated interfaces in Eclipse-3.1
2004-12-23 19:53:24 +00:00
Alain Magloire
aee9e0e44e 2004-12-22 Alain Magloire
On going work to clean cdt.ui from misc. warnings
	and removing the deprecated interfaces in Eclipse-3.1
2004-12-23 19:38:20 +00:00
Mikhail Khodjaiants
c227d55fc4 Fix for bug 75948: Provide "breakpoint type name" for C breakpoints.
Applied patch from Jared Burns.
2004-12-22 21:44:53 +00:00
Mikhail Khodjaiants
a0f0cb5366 Fix for bug 73168: Use memory view provided by Eclipse platform in CDT.
The CMemoryBlockextension is used as an adapter to "IMemoryBlockRetrieval".
2004-12-22 20:59:39 +00:00
Doug Schaefer
0583121e43 Updated the version numbers to 3.0.0. 2004-12-22 19:49:22 +00:00
John Camelon
38f71e03c8 LocationMap meet IProblem. 2004-12-22 19:28:40 +00:00