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

6023 commits

Author SHA1 Message Date
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
David Inglis
8cec1f832b added terminal support 2004-11-16 21:21:58 +00:00
David Inglis
b8b99d5287 added use teminal attribute 2004-11-16 21:15:31 +00:00
Alain Magloire
659d2c4384 2004-11-16 Alain Magloire
Update the library interface to changes in java from Spawner
	* library/Spawner.h
	* Win32ProcessEx.c
	* os/win32/x86/spawner.dll
2004-11-16 20:53:51 +00:00
Alain Magloire
580b6dfb45 2004-11-16 Alain Magloire
Fix for 27663, allow to exec with pty emulation.
	* library/Makefile
	* library/openpty.c(set_noecho): new function
	* library/opentpty.h: update header.
	* library/pty.c: refactor forkpyt to openMaster()
	* library/PTY.h: regenerate
	* library/spawner.c: add exec2() support
	* library/Spawner.h: regenerate

	* os/linux/x86/libpty.so
	* os/linux/x86/libspawner.so
2004-11-16 20:49:27 +00:00
Alain Magloire
4dec40862e 2004-11-16 Alain Magloire
FIX for 27663
	* utils/org/eclipse/cdt/utils/pty/PTY.java
	* utils/org/eclipse/cdt/utils/spawner/ProcessFactory.java
	* utils/org/eclipse/cdt/utils/spawner/Spawner.java
	* utils/org/eclipse/cdt/utils/spawner/SpawnerInputStream.java
2004-11-16 20:41:14 +00:00
Andrew Niefer
79dfbf7c90 fix ClassCastException bug 74202 2004-11-16 20:06:20 +00:00
Alain Magloire
97fa2e884b 2004-11-16 Alain Magloire
NPE when watchpoints are set in the gdb console.
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/BreakpointManager.java
2004-11-16 20:03:08 +00:00
Andrew Niefer
bb46ce4f7f fix failures in content assist tests 2004-11-16 15:58:00 +00:00
Alain Magloire
9891f98c52 2004-11-16 Alain Magloire
Do not check for isEnable() when changing condition.
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/mode/Breakpoint.java
2004-11-16 15:31:49 +00:00
Andrew Niefer
d5f27d5c45 - patch from Tanya Wolff for open declaration tests
- new Refactoring test framework (from me)
2004-11-16 15:17:56 +00:00
Mikhail Khodjaiants
e99487c7dd Fix for bug 78604: Disassembly causes Java exception when disassembling beyond fn(?). 2004-11-15 22:29:43 +00:00
Mikhail Khodjaiants
407463cb32 Fix for bug 78604: Disassembly causes Java exception when disassembling beyond fn(?).
Added the "getAddressFactory" method to the "IDisassembly" interface.
2004-11-15 22:28:38 +00:00
Mikhail Khodjaiants
341c8766b4 Fix for bug 78604: Disassembly causes Java exception when disassembling beyond fn(?).
Added the "getAddressFactory" method to the "IDisassembly" interface.
2004-11-15 22:28:09 +00:00
Andrew Niefer
ead89d4bbb patch from Devin Steffler for 77805 2004-11-15 22:17:43 +00:00
Andrew Niefer
50054ebf36 fix bug 74202 2004-11-15 21:09:01 +00:00
Mikhail Khodjaiants
4c5be532cc Batch breakpoint updates in one job. 2004-11-15 20:47:48 +00:00
Sean Evoy
ee27feda67 Commit for Leo Treggiari:
Code to handle the case where a manifest file or project file contains a higher version number than the Managed Build System.
New JUnit tests for the new model.
Updates to some external strings.
2004-11-15 19:33:09 +00:00
Alain Magloire
757c7b4860 2004-11-14 Alain Magloire
Fix for PR 77546.
	Make the error parser manager faster by
	using IResourceProxyVisitor to get the files.
	Use eoParser.findFileName() faster.
	* src/org/eclipse/cdt/core/ErrorParserManager.java
	* src/org/eclipse/cdt/core/internal/errorparsers/GASErrorParser.java
	* src/org/eclipse/cdt/core/internal/errorparsers/GCCErrorParser.java
	* src/org/eclipse/cdt/core/internal/errorparsers/GLDErrorarser.java
2004-11-15 03:41:14 +00:00
Alain Magloire
40c7fa80a3 2004-11-11 Alain Magloire
PR 78573, patch from Brad Jarvinen
	* src/org/eclipse/cdt/internal/errorparser/VCErroParser.java
2004-11-13 00:18:56 +00:00
Alain Magloire
4cc2406abf 2004-11-11 Alain Magloire
PR 78570, patch from Brad Jarvinen
	The default VC error parser understands (<line number>) but doesn't understand
	(<line number>, <column>), which is also a valid VC error output format.
	* src/org/eclipse/cdt/internal/errorparser/VCErroParser.java
2004-11-12 23:35:25 +00:00
Alain Magloire
4cd3ad7c88 create the breakpoint disable if it was disable. 2004-11-12 20:51:09 +00:00
Alain Magloire
ab89c5a46e define equals(ICDICondition) 2004-11-12 20:33:09 +00:00
Mikhail Khodjaiants
0b13d54499 Apply the breakpoint's condition changes to the associated gdb breakpoint only if there are differences. 2004-11-12 19:25:28 +00:00
Mikhail Khodjaiants
5e2af5b84f Compare breakpoint source handles as pathes. 2004-11-12 19:18:47 +00:00
Mikhail Khodjaiants
3d578e42da Implemented the "equals' method of the "Condition" class. 2004-11-12 19:15:28 +00:00
Bogdan Gheorghe
44e45fb15f Fix for Bug 78414: IProblem count increased through indexing header files stand-alone 2004-11-12 18:49:29 +00:00
Alain Magloire
4f1af97e09 Should have been part of a previous commit fix. 2004-11-12 18:46:10 +00:00
Alain Magloire
78118d0486 2004-11-12 Alain Magloire
Fix for PR 78488
	* mi/org/eclipse/cdt/debug/mi/core/command/MICommand.java
2004-11-12 18:35:40 +00:00
David Daoust
7b7e3de2d2 Update of Managed Build documentation for CDT 2.1 from Leo 2004-11-12 15:55:35 +00:00
David Inglis
daec23935b fixed bug # 78292 2004-11-12 14:55:52 +00:00
Alain Magloire
4bc6d0803b fireevents to the children 2004-11-12 02:12:30 +00:00