1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-07 00:55:24 +02:00
Commit graph

3206 commits

Author SHA1 Message Date
Alain Magloire
feb4ca7af0 Remove unused parameters. 2003-11-20 22:23:03 +00:00
Alain Magloire
3039c5061a Fix NPE 46313 2003-11-20 22:22:51 +00:00
Alain Magloire
0abe445974 Do not Disable the events. Part of FIX for 46313 2003-11-20 22:22:22 +00:00
Alain Magloire
0865df6aef updated. 2003-11-20 19:42:12 +00:00
Alain Magloire
f9b97a95f4 Allow to get the lineNumber from a offset of symbol 2003-11-20 19:42:02 +00:00
Mikhail Khodjaiants
a07655f08e Removed dependencies on internal packages from other cdt plugins. 2003-11-20 19:02:32 +00:00
cvs2svn
25abb2d142 This commit was manufactured by cvs2svn to create branch 'cdt_1_2'.
Cherrypick from master 2003-11-20 17:09:24 UTC Mikhail Khodjaiants <mikhailkhod@googlemail.com> 'Removed dependencies on internal packages from other cdt plugins.':
    debug/org.eclipse.cdt.debug.mi.ui/src/org/eclipse/cdt/debug/mi/internal/ui/PixelConverter.java
2003-11-20 17:09:25 +00:00
Alain Magloire
6aa85907b9 updated. 2003-11-20 16:17:41 +00:00
Alain Magloire
1267ab88f7 Only use JDK-1.3 methods. 2003-11-20 16:17:31 +00:00
Mikhail Khodjaiants
21f66ca19b Fix for PR 45533: MIException while creating MISession can leave an orphan gdb process. 2003-11-19 21:47:53 +00:00
Alain Magloire
ff03b9fc87 updated. 2003-11-19 21:03:58 +00:00
Alain Magloire
65bd9c8935 Set the argument of cdec.get() to true, to allow
an update.
2003-11-19 21:03:46 +00:00
Alain Magloire
6deb0ad99c addr2line returns "??" when not finding the filename 2003-11-19 20:47:37 +00:00
Alain Magloire
9d3d0c03a0 updated. 2003-11-19 20:39:55 +00:00
Alain Magloire
c02f51e17e Do not load the symbols right away ... only on demand. 2003-11-19 20:39:41 +00:00
Alain Magloire
45c18901fd Cache the values in IBinary 2003-11-19 20:39:11 +00:00
Mikhail Khodjaiants
d47a5ddca5 Applied the changes made to the corresponding classes of 'org.eclipse.debug.ui'. 2003-11-18 23:44:05 +00:00
Mikhail Khodjaiants
2a86c34d37 Fix for PR 46592: Debug View shows Functions as func(type param,...)(). 2003-11-18 23:36:37 +00:00
Mikhail Khodjaiants
f32ce48b2c Fix for PR 46845: Deferred breakpoints support. 2003-11-18 23:23:03 +00:00
Mikhail Khodjaiants
d0e8fc4b6e Fix for PR 45534: gdb/MI error in retrieving a register can lead to an empty register pane. 2003-11-18 22:41:20 +00:00
Mikhail Khodjaiants
e0486ead58 Fix for PR 46884: Add a preference page to set common source location 2003-11-18 22:25:13 +00:00
David Inglis
493af74925 Merge from HEAD to address bugs targeted for 1.2.1 2003-11-18 22:04:16 +00:00
Mikhail Khodjaiants
8e1e5f6454 Fix for bug 46843: Add 'Search subfolders' option. 2003-11-18 21:07:40 +00:00
Mikhail Khodjaiants
c9469ad6ff Fix for bug 35960: search for duplicate file names. 2003-11-18 20:33:14 +00:00
Mikhail Khodjaiants
219e0985f1 Fix for bug 43372: changed the source lookup procedures to avoid the usage of 'getCanonicalPath'. 2003-11-18 20:00:42 +00:00
Mikhail Khodjaiants
819b3ba6d1 Fix for PR 46870: NPE when hovering over expression that is not in the current context 2003-11-18 19:45:48 +00:00
Mikhail Khodjaiants
b2b090d2fd Fix for PR 46861: Use a special image for arguments in the Variables view. 2003-11-18 19:33:12 +00:00
Alain Magloire
29026f5fb0 Those are heavy changes concerning the Binary Parser.
The problem was that binaryParser scheme was
a perfomance problem affecting a lot of people
when projects were medium/big size.  The IBinaryParser
was extended to allow one more method isbinary()
so that will let the BinaryParser open() the file
only once instead of multiple time like it did before.
2003-11-18 17:16:39 +00:00
Mikhail Khodjaiants
52ecc62130 Fix for PR 46850: Unable to report problems from the methods of 'ICDIRuntimeOptions'. 2003-11-18 17:07:18 +00:00
cvs2svn
6b9e66e8a6 This commit was manufactured by cvs2svn to create branch 'cdt_1_2'.
Cherrypick from master 2003-11-18 16:20:49 UTC Alain Magloire <alain@qnx.com> 'Attempt to address performance problem in the IBinaryParser':
    core/org.eclipse.cdt.core/utils/org/eclipse/cdt/utils/coff/parser/ARMember.java
    core/org.eclipse.cdt.core/utils/org/eclipse/cdt/utils/coff/parser/BinaryArchive.java
    core/org.eclipse.cdt.core/utils/org/eclipse/cdt/utils/coff/parser/BinaryObject.java
    core/org.eclipse.cdt.core/utils/org/eclipse/cdt/utils/coff/parser/PEParser.java
    core/org.eclipse.cdt.core/utils/org/eclipse/cdt/utils/coff/parser/Symbol.java
    core/org.eclipse.cdt.core/utils/org/eclipse/cdt/utils/elf/parser/ElfParser.java
    debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/internal/core/CBreakpointManager.java
    debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/internal/core/sourcelookup/SourceUtils.java
2003-11-18 16:20:50 +00:00
David Inglis
5e41c259a0 fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=46685 2003-11-14 17:56:29 +00:00
David Inglis
4fa34d40f6 fixed #46431 2003-11-13 20:54:45 +00:00
Doug Schaefer
f69b3bad49 Patch for Sean Evoy:
- Fixes for bugzilla 44451 and 44841
2003-11-13 20:20:06 +00:00
Hoda Amer
6cea59feeb Patch for Bogdan 2003-11-11 18:28:20 +00:00
Mikhail Khodjaiants
6d9d51bfe9 Fix for PR 46358: NPE in the "setCurrentThread" method of "CDebugTarget". 2003-11-10 18:20:06 +00:00
John Camelon
b281e36768 CORE
Fixed Bug 39554 : _Pragma directive is not supported (ANSI C99) 

TESTS
	Moved testBug39554() from ASTFailedTests to QuickParseASTTests.
2003-11-07 19:49:10 +00:00
David Inglis
7684f7c2c8 Fix for 45737 & 45835 2003-11-06 19:48:07 +00:00
John Camelon
f9e17af94f CORE
Fixed Bug 44838 : exception when resolving parameter references in a constructor 
	Fixed Bug 46165 : fields referenced in constructor chains are not called back upon 
	Fixed Bug 45551 : Macro replacement in #include <file.h> directives 

TESTS
	Added CompleteParseASTTest::testBug44838().  
	Added CompleteParseASTTest::testBug46165().  
	Added ScannerTestCase::testBug45551().
2003-11-06 04:58:09 +00:00
John Camelon
5c13a1c935 CORE
Removed warnings from parser source tree.  
	Removed preliminary task tags support to clean up parser interfaces and implementation.   
	Added preliminary IProblem support to 

UI
	Updated parser clients to use new IProblem strategy.  

TESTS
	Updated parser clients to use new IProblem strategy.
2003-11-05 18:15:01 +00:00
Mikhail Khodjaiants
ea700ffbc1 Fix for PR 45957: Memory view: last column does not show updates. 2003-11-03 19:17:21 +00:00
John Camelon
29f63b1333 Added initial code assist/parser interface. 2003-11-03 14:20:38 +00:00
cvs2svn
3cd4819fac This commit was manufactured by cvs2svn to create branch 'cdt_1_2'.
Cherrypick from master 2003-11-03 14:17:15 UTC John Camelon <jcamelon@ca.ibm.com> 'Added initial code assist/parser interface.':
    core/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/parser/ast/IASTCompletionNode.java
    core/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/parser/ast/IASTNode.java
    debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/sourcelookup/SourceLookupFactory.java
    debug/org.eclipse.cdt.debug.ui/src/org/eclipse/cdt/debug/ui/sourcelookup/DefaultSourceLocator.java
2003-11-03 14:17:16 +00:00
John Camelon
be09974d58 Patch for Andrew Niefer
core:
Fixed Bug 44925 : Search: Elaborated type specifier
Partially Fixed Bug 44510 : C/C++ Search gives wrong results 

ui:
Fixed Bug 44337 : Disabling of "definition" not making sense in Search 
dialog
Fixed Bug 44947 : Navigate from Outline: Enumeration type not 
pre-populated
Fixed Bug 44948 : Navigate via Open Declarations: typedef decl not found
2003-11-03 14:01:00 +00:00
David Inglis
51281a34c5 merge from HEAD to fix 45668 & 45612 2003-10-30 14:11:43 +00:00
David Inglis
8303a99e46 merge from HEAD for bugs 45734 & 45736 2003-10-30 14:04:08 +00:00
Alain Magloire
a164a003c3 updated. 2003-10-29 17:01:59 +00:00
Alain Magloire
d4daad44a8 Change the scope of some fields. 2003-10-29 17:01:50 +00:00
Alain Magloire
bbb5b11bcf Also release the BinaryContainer of the project 2003-10-29 17:01:36 +00:00
Alain Magloire
b0182c5aa6 updated 2003-10-29 16:41:09 +00:00
Alain Magloire
2408483866 updated. 2003-10-29 16:40:05 +00:00