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

7615 commits

Author SHA1 Message Date
Leo Treggiari
0d47484eda New tests for conversion and multi-version support 2005-09-09 14:24:38 +00:00
Leo Treggiari
0c84b90020 Bug fixes for conversion functionality 2005-09-09 14:23:58 +00:00
Doug Schaefer
6c54322782 Start of PDOM. 2005-09-09 13:31:28 +00:00
Leo Treggiari
8a7ca5b2aa Fix bugs with validating configuration names 2005-09-09 02:33:49 +00:00
Mikhail Khodjaiants
d616526e79 The "Debugger" tab of the launch configuration dialog is too wide. 2005-09-08 21:50:01 +00:00
Leo Treggiari
3b1a507cc6 Additional external dependency calculator test 2005-09-07 13:37:38 +00:00
Mikhail Khodjaiants
34411d80e6 Cleanup: replaced "new Boolean" by the static Boolean objects (Java 1.4). 2005-09-06 20:19:08 +00:00
Mikhail Khodjaiants
db189e5935 Bug 108636: mi level selection option should be moved to the gdb page. 2005-09-06 19:11:57 +00:00
Leo Treggiari
d743e195a3 New test for external dependency management 2005-09-03 02:52:14 +00:00
Mikhail Khodjaiants
7fb7da6e35 Bug 108723: Create a separate tab for gdb server's conection options. 2005-09-02 21:25:55 +00:00
Leo Treggiari
3df6aeb4e9 Move setting of 'checked' to finally block so that other callers cannot use the results before they are ready. 2005-09-02 19:32:06 +00:00
Leo Treggiari
b243933e48 Remove check from loadExtensions and just do it in loadExtensionsSynchronized. Otherwise, a caller to loadExtensions could try to use the extension maps before they are populated. 2005-09-02 19:03:33 +00:00
Mikhail Khodjaiants
fe2b61a78e Bug 108424: Debugger stops on removed breakpoints. 2005-09-01 20:33:54 +00:00
Alain Magloire
b2960a2e43 2005-08-31 Alain Magloire
Improve performance by caching the type result on the frame
	and on the RegisterManager.  The patch is originally from Chris Wiebe
	with modifications.
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/RegisterManager.java
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/Register.java
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/StackFrame.java
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/VariableDescriptor.java
2005-09-01 03:11:34 +00:00
Doug Schaefer
1dab68cabe The build scripts require the testing plugin to be the same version as the testing feature. 2005-08-31 20:45:50 +00:00
Doug Schaefer
93f62f0ba8 Upversioned the features. 2005-08-31 19:27:15 +00:00
Doug Schaefer
491bead72b Upversioned the features. 2005-08-31 19:10:51 +00:00
Doug Schaefer
20c122f90f Got rid of the tee in the build.sh to make it more flexible as to where the build log goes. 2005-08-31 18:50:56 +00:00
Alain Magloire
155525b0ea 2005-08-31 Alain Magloire
Fix Pr 107571: Part of this fix is to add the
	inferior process in the session
	* src/org/eclipse/cdt/launch/internal/LocalAttachLaunchDelegate.java
2005-08-31 17:36:31 +00:00
Alain Magloire
9511669ee0 2005-08-31 Alain Magloire
Fix Pr 107571:  Do not create the Console pipe is we
	have no consumer.
	* mi/org/eclipse/cdt/debug/mi/core/MISession.java
2005-08-31 17:35:33 +00:00
Alain Magloire
0af6f04543 . 2005-08-30 20:18:35 +00:00
Alain Magloire
0972235514 2005-08-30 Alain Magloire
New test for PR 109202 (written by Devin Steffler)
	* ui/org/eclipse/cdt/ui/tests/tex/selectiontests/CPPSelectionTestsDOMIndexer.java
2005-08-30 20:17:22 +00:00
Alain Magloire
1abe3efac6 2005-08-30 Alain Magloire
New test for PR 109202 (written by Devin Steffler)
	* parser/org/eclipse/cdt/core/parser/tests/ast2/AST2CPPTests.java
2005-08-30 20:16:08 +00:00
Alain Magloire
63a0d506da 2005-08-30 Alain Magloire
PR 108202, code from Devin Steffler.
	* parser/org/eclipse/cdt/internal/core/dom/parser/c/GNUCSourceParser.java
	* parser/org/eclipse/cdt/internal/core/do/parser/cpp/GNUCPPSourceParser.java
2005-08-30 20:15:08 +00:00
Alain Magloire
930b697e19 2005-08-30 Alain Magloire
New test in PR 107150 (written by Devin Steffler)
	* parser/org/eclipse/cdt/core/parser/tests/ast2/AST2CPPTests.java
	* parser/org/eclipse/cdt/core/parser/tests/ast2/AST2Tests.java
	* parser/org/eclipse/cdt/core/parser/tests/scanner2/Scanner2Test.java
2005-08-30 19:49:11 +00:00
Alain Magloire
ca26718e84 2005-08-30 Alain Magloire
PR 107150, code/patch written by Devin Steffler
	* parser/org/eclipse/cdt/internal/core/parser/scanner2/BaseScanner.java
2005-08-30 19:48:58 +00:00
Leo Treggiari
6b0195f1f8 Minor update for Output Name Provider 2005-08-28 21:27:14 +00:00
Leo Treggiari
b3614c4ad4 Fix bugs with external dependency calculation 2005-08-28 15:56:17 +00:00
Alain Magloire
55872940c2 2005-08-28 Alain Magloire
Speed improvement after exchanging with the HP folks.
	HP has apps having hundred of local variable running on machine
	with hundred of registers.  The latency of the command "-var-create"
	is too taxing.  So we take the approach of not waiting for post command
	MISession.postCommand(MIVarCreate, -1) and synchronize when we need the
	mi varObj.

	The next step will be to cache the types, since sending ptype/whatis
	is also time consuming.

	* cdi/org/eclipse/cdt/debug/mi/core/cdi/ExpressionManager.java
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/RegisterManager.java
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/VariableManager.java
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/Argument.java
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/GlobalVariable.java
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/LocalVariable.java
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/Register.java
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/ThreadStorage.java
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/Variable.java
	* mi/org/eclipse/cdt/debug/mi/core/RxThread.java
2005-08-28 03:21:50 +00:00
Alain Magloire
41d098da72 2005-08-27 Alain Magloire
Fix PR 108206: Do not use the UI thread when parsing
	the working copy for the outliner.
	* src/org/eclipse/cdt/internal/ui/CElementAdapterFactory.java
	* src/org/eclipse/cdt/internal/ui/DeferredCWorkbenchAdapter.java
	* src/org/eclipse/cdt/internal/ui/editor/CContentOutlinePage.java
	* src/org/eclipse/cdt/internal/ui/editor/CContentOutlineProvider.java
2005-08-27 22:50:52 +00:00
Alain Magloire
a43ab33c8c 2005-08-27 Alain Magloire
Fix PR 108205: limit the number of refresh by ignoring WorkingCopies events.
	* src/org/eclipse/cdt/ui/CElementContentProvider.java
2005-08-27 22:46:56 +00:00
Mikhail Khodjaiants
4604a2056f Bug 108130: wrong type shown on breakpoint view for R watchpoint created from gdb console. 2005-08-26 15:50:10 +00:00
Mikhail Khodjaiants
282d9eb299 Bug 66446: Use the debugger path as a debugger process label. Deprecated the "renderDebuggerProcessLabel" method. 2005-08-25 21:45:23 +00:00
Mikhail Khodjaiants
c8e4f80647 Bug 66446: Use the debugger path as a debugger process label. 2005-08-25 21:44:59 +00:00
Mikhail Khodjaiants
541144055f Bug 106241: Argument stopInMain has no impact in method org.eclipse.cdt.debug.core.CDIDebugModel#newDebugTarget. 2005-08-25 20:12:44 +00:00
Mikhail Khodjaiants
485f7b6bf0 Bug 108028: Duplicate watchpointes. 2005-08-25 18:26:34 +00:00
Mikhail Khodjaiants
b6b18c2e07 Wrong date. 2005-08-24 15:12:42 +00:00
Mikhail Khodjaiants
8590ecef22 Bug 107208: toggle breakpoint with external sources doesn't work. 2005-08-24 15:07:07 +00:00
Leo Treggiari
a1ccd95cad Apply Bob M. patch for browseType and resourceFilter attributes.
Fix problem with overridesOnlyValue uncovered by Bob's fix.
2005-08-23 22:01:17 +00:00
Mikhail Khodjaiants
fece65cbf3 Bug 107787: Casting variable to array causes NPE. 2005-08-23 21:27:17 +00:00
Alain Magloire
09fcd6ef44 2005-08-20 Alain Magloire
Fix PR 105613:  Preview label duplicated
	* src/org/eclipse/cdt/internal/ui/preferences/CTemplatePreferencePage.java
2005-08-21 03:30:49 +00:00
Alain Magloire
b1afdc1ddd 2005-08-20 Alain Magloire
Fix for PR 106540: Link with editor did not work correctly for non C resources.
	* src/org/eclipse/cdt/internal/ui/cview/CView.java
2005-08-21 03:01:41 +00:00
Alain Magloire
ef4e5c166a 2005-08-20 Alain Magloire
Fix PR 86802 106911 87497 : Assembly editor fixes.
	* src/org/eclipse/cdt/internal/ui/editor/asm/ASMEditorActionContributor.java
	* src/org/eclipse/cdt/internal/ui/editor/asm/AsmSourceViewerConfiguration.java
	* src/org/eclipse/cdt/internal/ui/editor/asm/AsmTextEditor.java
	* plugin.xml
2005-08-21 02:48:27 +00:00
Leo Treggiari
aa14b8d1ee Add icon directory to build.properties 2005-08-15 03:05:37 +00:00
Leo Treggiari
a750708290 Fix documentation with commandLinePattern 2005-08-12 21:26:02 +00:00
Leo Treggiari
9ac46ef79e Fix bug with adding Option inputs to the dependency list 2005-08-12 21:09:53 +00:00
Alain Magloire
725ad300be Update images from Chris Herborth 2005-08-12 19:49:53 +00:00
Chris Wiebe
565769ca30 2005-08-12 Chris Wiebe
Fix PR 106577: NPE in CTags Indexer
	* index/org/eclipse/cdt/internal/core/index/ctagsindexer/CTagsFileReader.java
	* index/org/eclipse/cdt/internal/core/index/ctagsindexer/CTagsIndexAll.java
2005-08-12 19:09:10 +00:00
Chris Wiebe
fdc0a1e7ed 2005-08-12 Chris Wiebe
Fix PR 106778: IndexerTypesJob2 painfully slow
	* browser/org/eclipse/cdt/internal/core/browser/cache/IndexerTypesJob2.java
	Fix progress monitor
	* browser/org/eclipse/cdt/internal/core/browser/cache/TypeCacheManager.java
2005-08-12 18:37:21 +00:00
Leo Treggiari
c63d1a13eb Fix documentation for osList and archList 2005-08-12 15:58:34 +00:00