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

7294 commits

Author SHA1 Message Date
Leo Treggiari
a9602f87cf Add test for top-level tool-chain 2005-07-03 03:55:29 +00:00
Leo Treggiari
c488f8ca33 Fix for problem with tool-chain defined at top level in manifest 2005-07-02 20:34:48 +00:00
Chris Recoskie
841ba5d06f crecoskie July 1, 2005
- Applying minor patch from Jerimiah Lott to refactor some code into protected methods.  This should allow for better subclassing of the wizard.
2005-07-01 18:53:56 +00:00
Mikhail Khodjaiants
47dfe9b49c Bug 102386: double-clicking on a disassembly line in the disassembly view does not add a breakpoint. 2005-06-30 21:18:33 +00:00
Leo Treggiari
700bf57ccc Fix 100581 - add the .c extension to the project-specific C++ Source File type when converting an old CDT C++ project 2005-06-30 20:00:44 +00:00
Bogdan Gheorghe
0d77c8e7e2 Fix for 97281: [CTags Indexer] requires the project to be closed/opened to work 2005-06-30 16:07:38 +00:00
Alain Magloire
fa4497f2fa 2005-06-29 Alain Magloire
Fix for PR 102174 patch from Johane Woo.
	* utils/org/eclipse/cdt/utils/spawner/EnvironmentReader.java
2005-06-30 02:57:35 +00:00
Alain Magloire
7161893f55 2005-06-29 Alain Magloire
Fix PR 102159: NPE in the referencesSearchGroup: fillcontextMenu.
	* src/org/eclipse/cdt/internal/ui/editor/CEditor.java
	* src/org/eclipse/cdt/internal/ui/search/actions/ReferencesSearchGroup.java
2005-06-30 02:36:00 +00:00
Mikhail Khodjaiants
288e94d28e Bug 41725: I can't set a breakpoint in a function where I used attach source.
Bug 45514: Breakpoints made is assembly view do not show in C view.
2005-06-29 21:15:28 +00:00
Alain Magloire
865d770780 2005-06-29 Alain Magloire
Fix PR 100602
	* mi/org/eclipse/cdt/debug/mi/core/GDBTypeParser.java
2005-06-29 16:42:20 +00:00
Alain Magloire
14a8034c5b 2005-06-29 Alain Magloire
Patch From Chris Wiebe fix PR 101386
	* utils/org/eclipse/cdt/utils/macho/MachO.java
2005-06-29 16:29:48 +00:00
Bogdan Gheorghe
4c2bd01885 Fix for 94434: [SearchEngine] returns typedef as a definition for C++ 2005-06-29 15:58:51 +00:00
John Camelon
6314ff0d79 Fixed Bug 97967 - [Locations] Problems involving offsets in tu which has ExtendedScannerInfo 2005-06-29 15:55:41 +00:00
Vladimir Hirsl
b6a787a64a Re-fix for PR 102058: Per file discovery + Extended Scanner Info + C Project does not work
Fixing per project scanner config discovery too.
2005-06-29 15:46:44 +00:00
Mikhail Khodjaiants
05422c38fe Removed unused imports. 2005-06-29 05:28:57 +00:00
Vladimir Hirsl
a4b032301a Fix for PR 102058: Per file discovery + Extended Scanner Info + C Project does not work.
Fixed a bug with unitial updating of discovered scanner info.
2005-06-29 05:00:42 +00:00
John Camelon
295e397a5a Patch for Devin Steffler.
Fixed Bug 101287  	'find decl/defn' navigation not working using ctags indexer & no ScannerInfo
2005-06-28 20:35:54 +00:00
Andrew Niefer
d2dce4a297 fix ClassCastExceptions (bug 101872) 2005-06-28 20:33:41 +00:00
Alain Magloire
82427c42a6 2005-06-28 Alain Magloire
Fix PR 94612: addr =<PENDING>
	* mi/org/eclipse/cdt/debug/mi/core/MIFormat.java
2005-06-28 19:49:08 +00:00
Bogdan Gheorghe
e11007b7c0 Added indexed file count to Indexer View Info Dialog 2005-06-28 19:46:40 +00:00
Chris Recoskie
6edaf6ef3c crecoskie June 28, 2005
- fixing Bugzilla 102072 (custom wizard pages are only displayed the first time the wizard is invoked)
2005-06-28 19:32:55 +00:00
Bogdan Gheorghe
2829a3708b Fix for 100656: ArrayIndexOutOfBoundsException in hover 2005-06-28 18:50:11 +00:00
John Camelon
371443e780 Add failing test (commented out). 2005-06-28 18:35:07 +00:00
Andrew Niefer
0c76ed8894 fix bug 90609 : lookup of names used in friend declaration 2005-06-28 17:59:27 +00:00
Alain Magloire
52a370c3ae 2005-06-27 Alain Magloire
New command from newer version of gdb "set breakpoint pending"
	better handling of the breakpoint while the target is running.
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/BreakpointManager.java
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/EventManager.java
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/BreakpointManager.java
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/Target.java
	* mi/org/eclipse/cdt/debug/mi/core/command/CommandFactory.java
	+ mi/org/eclipse/cdt/debug/mi/core/ccommand/MIGDBSetBreakpoinPending.java
2005-06-28 16:57:33 +00:00
Leo Treggiari
03cb2a3ec9 Fix for problem converting CDT 1.2 & 2.0 projects 2005-06-28 16:53:14 +00:00
Mikhail Khodjaiants
3dc2073d23 Bug 89276: Typo in org.eclipse.cdt.launch/plugin.xml. 2005-06-28 15:31:57 +00:00
Mikhail Khodjaiants
465bd40eb2 Bug 101188: Breakpoints don't work with MingW gdb. Use "toPortableString" instead of "toOsString" when setting the source search paths. 2005-06-28 15:24:38 +00:00
Vladimir Hirsl
e7527608ff Fix for PR 102015: [Scanner Config] Per file discovery does not discover any info for a new project.
Missing files are now created during MakeCorePlugin startup.
2005-06-28 15:12:33 +00:00
John Camelon
af0f510c86 Fixed Bug 101910 - Non deterministic JUnit failures in DOMLocationInclusionTests 2005-06-28 14:47:11 +00:00
David Daoust
b77a4b7284 Fix 75290 2005-06-28 12:41:55 +00:00
Alain Magloire
888d8a3b2c 2005-06-27 Alain Magloire
Change in ICDIReferenceValue.
	* cdi/org/eclipse/cdt/debug/core/cdi/model/type/ICDIReferenceValue.java
	* src/org/eclipse/cdt/debug/internal/core/model/CValue.java
2005-06-28 03:03:08 +00:00
Alain Magloire
dd61bd77b0 2005-06-27 Alain Magloire
Bug when parsing "int *&" corrected.
	Change in ICDIReferenceValue.
	Use the type in the response of the var-create instead of reissuing -var-info-type

	* cdi/org/eclipse/cdt/debug/mi/core/cdi/CdiResource.properties
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/SignalManager.java
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/ SourceManager.java
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/Value.java
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/Variable.java
	* cdi;/org/eclipse/cdt/debug/mi/core/cdi/model/CharValue.java
	* cdi;/org/eclipse/cdt/debug/mi/core/cdi/model/IntergralValue.java
	* cdi;/org/eclipse/cdt/debug/mi/core/cdi/model/PointerValue.java
	* cdi;/org/eclipse/cdt/debug/mi/core/cdi/model/ReferenceValue.java
	* mi/org/eclipse/cdt/debug/mi/core/GDBTypeParser.java
	* mi/org/eclipse/cdt/debug/mi/core/MIInferior.java
2005-06-28 03:02:59 +00:00
John Camelon
504759ff91 Patch for Devin Steffler.
Bug 100104 - NPE during failing KnR declarator which has consumed too much
2005-06-28 01:34:07 +00:00
Alain Magloire
166c0d9e22 MI2 adjustements. 2005-06-27 20:43:02 +00:00
Alain Magloire
670002408b 2005-06-27 Alain Magloire
Base on a patch from Chris Wiebe.
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/BreakpointManager.java
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/EventManager.java
2005-06-27 20:39:15 +00:00
Alain Magloire
0e98d98601 2005-06-27 Alain Magloire
Fix PR 100069
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/Location.java
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/Locator.java
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/StackFrame.java
2005-06-27 19:34:33 +00:00
John Camelon
e931e4a547 Fixed Bug 101875 - [Navigation] Offsets wrong if header files do not have a trailing new-line 2005-06-27 19:16:06 +00:00
Bogdan Gheorghe
c79f8eb661 Fix for 101903: Junit failures for RC1 2005-06-27 19:13:00 +00:00
Andrew Niefer
d30c9cee80 fix bug 100403 qualified names in class member declarations 2005-06-27 18:52:29 +00:00
Alain Magloire
189ad381e0 2005-06-27 Alain Magloire
Refactor the class extending CLICommand to CLIXXXX for more clarity.
	Pass the MIVersion in all of the class extending MICommand, this is
	necessary some command option will not be accepted depending on the version.
	Too much file to enumerate.
	* ...
2005-06-27 15:24:55 +00:00
Alain Magloire
a729a32e61 2005-05-27 Alain Magloire
Use the fCDIVariable instead of fCDIVariableObject when possible.
	* src/org/eclipse/cdt/debug/internal/core/model/CVariable.java
2005-06-27 15:22:16 +00:00
Mikhail Sennikovsky
9f57f32a20 Fixed the bug related to the preferences dialog resizing when the build preference page is displayed 2005-06-27 13:03:38 +00:00
Mikhail Sennikovsky
ab117ca51d Fixed the bug that macros specified in the OBJECTS and LIBRARIES options are always kept unresolved in the buildfile 2005-06-27 12:19:02 +00:00
Doug Schaefer
0f7bebac8d EPL'ing the CDT. 2005-06-27 12:17:23 +00:00
Doug Schaefer
2fd25239b8 EPL'ing the CDT. 2005-06-27 03:46:51 +00:00
Bogdan Gheorghe
978d14030d Partial Fix for 101287 2005-06-27 03:30:45 +00:00
Vladimir Hirsl
486931b62c Fix for 101344: problem markers are not being removed from header files
Fixed removing indexer problem markers originally created by indexing header files not included by any source files.
2005-06-27 03:26:53 +00:00
Bogdan Gheorghe
230c1eafb1 Fix for 92935 2005-06-27 01:31:33 +00:00
Leo Treggiari
1f78ede7df Add resource custom build step test 2005-06-26 17:25:13 +00:00