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

3469 commits

Author SHA1 Message Date
Alain Magloire
0bde2ce901 implement ISymbol.getSize() 2004-01-09 22:08:38 +00:00
Alain Magloire
b4cb4ecb76 Fix a bug when doing the getSymbols() in the binarySearch 2004-01-09 22:07:48 +00:00
Alain Magloire
522d6bc8b3 new method ISymbol.getSize() 2004-01-09 22:06:31 +00:00
John Camelon
51fc347c92 Patch for Andrew Niefer.
Core:
        Added IParameterizedSymbol.setHasVariableArgs() &
hasVariableArgs()
        Modified ParserSymbolTable.resolveFunction & reduceToViable
        Modified CompleteParseASTFactory.createMethod & createFunction

Tests:
        Added CompleteParseASTTest.testBug43110_XRef
        Added ParserSymbolTableTest.testBug43110_Ellipses
        Added ParserSymbolTableTest.testBug43110_EllipsesRanking
        Added ParserSymbolTableTest.testBug43110_EllipsesRanking_2
2004-01-09 16:59:30 +00:00
Alain Magloire
7d3eaf190b improvements. 2004-01-08 22:43:17 +00:00
Alain Magloire
3f777884b8 on going work on stabs. 2004-01-08 22:28:27 +00:00
John Camelon
15e4fa6b79 Patch for Andrew Niefer
Core:
        Added IDerivableContainerSymbol.lookupFunctionForFriendship.
        Modified IASTFactory.createMethod to take an ITokenDuple for the 
method name.
        Added LookupType.FORFRIENDSHIP and use it in LookupElement.
        Modified CompleteParseASTFactory.createMethod to handle friend 
functions.

Tests:
        Added CompleteParseASTTest::testBug48307_FriendFunction_1
        Added CompleteParseASTTest::testBug48307_FriendFunction_2
2004-01-08 16:57:54 +00:00
Hoda Amer
ed90c66221 Content Assist Work : Adding logging capabilities 2004-01-08 15:37:26 +00:00
Sebastien Marineau
c209012141 Replace QNX copyright with standard CPL copyright. 2004-01-08 12:06:08 +00:00
Doug Schaefer
208055cbb3 Fixed the build scripts to use a seperate script generator
version of eclipse so that we can use 2.1.2 to generate
the scripts since 3.0 is broken.
2004-01-07 22:20:44 +00:00
Alain Magloire
bf3ef0b67e organize imports. 2004-01-07 21:08:20 +00:00
Alain Magloire
081264bae4 Fix Pr 49652.
Show the full path of the binaries.
2004-01-07 21:02:50 +00:00
Alain Magloire
41a0020d24 Fix for PR 49595
The error parsers were not save in the correct order.
2004-01-07 17:39:05 +00:00
John Camelon
7a48cc3a16 Patch for Andrew Niefer
CORE

Support the content assist lookup kind LookupKind.THIS, where the lookup 
looks in the class of the this pointer.
Fix a bug where the forward declared functions/methods appeared twice in 
the content assist results .

TESTS

Added ContextualParseTest::testCompletionLookup_LookupKindTHIS
2004-01-07 02:00:22 +00:00
Alain Magloire
24e017a04a First implementation of STABS debug format parsing 2004-01-06 21:19:57 +00:00
Mikhail Khodjaiants
e63680bf70 Fix for bug 49587: Unable to set breakpoints in the editors that extend CEditor. 2004-01-06 20:45:35 +00:00
John Camelon
d02df84a93 CORE
Renamed IToken::tELIPSE to IToken::tELLIPSIS
	Partially fixed Bug 43110 : Parser support needed for functions with ellipses 

TESTS
	Added CompleteParseASTTest::testBug43110() and QuickParseASTTests::testBug43110().
2004-01-06 15:26:48 +00:00
John Camelon
0ec807acad CORE
Removed warnings.  
	Moved StructuralParseCallback from model to parser directory to facilitate building the parser standalone.
2004-01-05 21:31:04 +00:00
Doug Schaefer
8cceffb272 Fix the classpaths to use dynamic containers again.
My apologies :-)
2004-01-05 21:16:28 +00:00
Doug Schaefer
e2a9baddeb Fix version number. 2004-01-05 20:51:56 +00:00
Doug Schaefer
e1b04cf0c0 Added org.eclipse.core.runtime.compatability as a
dependency to satisfy Eclipse 3.0M6 requirements.
2004-01-05 20:26:57 +00:00
Hoda Amer
b4c1ec6c05 Content Assist work: Bug fixing 2003-12-31 20:39:37 +00:00
Hoda Amer
4ce12b38ca Content Assist work: Bug fixing 2003-12-31 18:37:59 +00:00
Hoda Amer
4ae8242ff6 Content Assist work: Bug fixing 2003-12-30 22:39:05 +00:00
Hoda Amer
93369ee4cd Content Assist work 2003-12-29 22:01:31 +00:00
Mikhail Khodjaiants
27f6d25ecb Fix for bug 49294: Source file doesn't change when switching between stack frames. 2003-12-23 19:01:37 +00:00
Hoda Amer
7dc9ef21ba Content Assist work : Template Engine work 2003-12-22 21:12:56 +00:00
Tanya-Marise De Sousa
5f1500c433 Reworked TOC. Moved all build-related task topics to the "Building projects" book.
As a result, updated the tasks.xml file. Continue to recover outstanding 1.2
tech review comments.
2003-12-22 20:42:51 +00:00
Mikhail Khodjaiants
ac91633edf Fix for bug 49282 terminate the gdb session if the termination of the inferior fails. 2003-12-22 20:27:31 +00:00
Mikhail Khodjaiants
5432ae0bcd Fix for bug 49278 do not retry the "info threads" command if the first attempt fails. 2003-12-22 19:54:11 +00:00
Tanya-Marise De Sousa
d8d5fd9434 Added Mike Behm's (Red Hat) mark up to help.css. 2003-12-19 20:50:45 +00:00
Tanya-Marise De Sousa
f26603479a Updated copyright graphic. Made other content changes. 2003-12-19 20:47:29 +00:00
Alain Magloire
fae44f1c82 updated log 2003-12-19 17:15:22 +00:00
Alain Magloire
a1d50b221a Added a CommandLauncher.getCommandLine() 2003-12-19 17:14:41 +00:00
Alain Magloire
16f0fdb92f Fix PR 40247
Overload the ViewSorter in CViewSorter not to use
the labelProvider.
2003-12-19 15:54:11 +00:00
Alain Magloire
4123b94c18 . 2003-12-18 23:38:06 +00:00
Alain Magloire
d9141a8a93 The -gdb-set environment is not describe properly
in the doc ... finally discover at it works by looking
at the command line, first attempt to rectify
2003-12-18 23:23:03 +00:00
David Inglis
e8e72e90ad fixed bug #49143 2003-12-18 21:50:17 +00:00
Alain Magloire
4dd68890fa updated 2003-12-18 21:39:22 +00:00
Alain Magloire
654462825d Possible NPE, PR 49146 2003-12-18 21:37:04 +00:00
David Inglis
d11053223e Fix for PR 49051 2003-12-18 15:45:21 +00:00
Mikhail Khodjaiants
2450aa42da Fix for bug 49061: Different values are used as default for the "Load shared library symbols automatically" option. 2003-12-17 22:16:41 +00:00
Hoda Amer
67ad10a37b Symbol Table work for Content Assist By Andrew 2003-12-17 20:51:39 +00:00
Hoda Amer
33f033599d Content Assist work 2003-12-17 19:21:32 +00:00
Alain Magloire
c01adea573 updated the log 2003-12-17 01:59:14 +00:00
Alain Magloire
2f4b323387 Depend on org.eclipse.boot 2003-12-17 01:59:02 +00:00
Alain Magloire
ef34e01089 Choose a debugger base on the Eclipse platform. 2003-12-17 01:58:46 +00:00
Alain Magloire
6f2d021b52 updated the log. 2003-12-17 01:53:05 +00:00
Alain Magloire
190a43899d Fix PR 48921.
Check also for Object files.
2003-12-17 01:52:41 +00:00
Mikhail Khodjaiants
5fdc6c2dc5 Show the gdb arguments when tracing. 2003-12-16 20:34:55 +00:00