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
Leo Treggiari
cb24633d18
Update MBS to use project-specific content types when available
2005-06-26 03:54:50 +00:00
Alain Magloire
59725982d0
2005-06-25 Alain Magloire
...
Fix PR 91069: BinaryRunner search improvements from Chris Wiebe.
* model/org/eclipse/cdt/internal/core/model/BinaryRunner.java
2005-06-25 19:33:42 +00:00
Alain Magloire
939eb01a27
2005-06-25 Alain Magloire
...
Fix PR 94735: return an empty object.
* src/org/eclipse/cdt/debug/internal/ui/CBreapointWorkbencAdapterFactory.java
2005-06-25 17:29:06 +00:00
Alain Magloire
bccae53f03
2005-06-25 Alain Magloire
...
Fix PR 98458: extra semicolon in namespace wizard class.
* src/org/eclipse/cdt/internal/ui/wizards/classwizard/NewClassCodeGenerator.java
2005-06-25 17:07:13 +00:00
Alain Magloire
978df06f37
2005-06-25 Alain Magloire
...
We should consider a "^done" like a suspended only for CLICommands, for example:
(gdb) run
^done
(gdb)
* mi/org/eclipse/cdt/debug/mi/core/RxThread.java
2005-06-25 16:45:37 +00:00
Alain Magloire
732810e8ec
2005-06-25 Alain Magloire
...
Fix for PR 98788: Templates
* src/org/eclipse/cdt/internal/ui/viewsupport/CElementImageProvider.java
2005-06-25 16:42:51 +00:00
Alain Magloire
1252d8004a
2005-06-25 Alain Magloire
...
PR 98788: Templates
* model/org/eclipse/cdt/core/model/tests/CModleElementsTests.java
* model/org/eclipse/cdt/core/model/tests/ITemplateTests.java
* model/org/eclipse/cdt/core/model/tests/StructureCModelElementsTests.java
* model/org/eclipse/cdt/core/model/tests/StructuralTemplateTests.java
2005-06-25 16:42:39 +00:00
Alain Magloire
dd2d2f9a52
2005-06-25 Alain Magloire
...
Fix PR 98788: Dealing with templates
* model/org/eclipse/cdt/core/model/ICElement.java
+ model/org/eclipse/cdt/core/model/IFunctionTemplate.java
+ model/org/eclipse/cdt/core/model/IFunctionTemplateDeclaration.java
+ model/org/eclipse/cdt/core/model/IMethodTemplate.java
+ model/org/eclipse/cdt/core/model/IMethodTemplateDeclaration.java
+ model/org/eclipse/cdt/core/model/IStructureTemplate.java
+ model/org/eclipse/cdt/core/model/IStructureTemplateDeclaration.java
* model/org/eclipse/cdt/core/model/ITemplate.java
* model/org/eclipse/cdt/internal/core/model/CModelBuilder.java
* model/org/eclipse/cdt/internal/core/model/Funtion.java
* model/org/eclipse/cdt/internal/core/model/FunctionTemplate.java
* model/org/eclipse/cdt/internal/core/model/Method.java
* model/org/eclipse/cdt/internal/core/model/MethodTemplate.java
+ model/org/eclipse/cdt/internal/core/model/MethodTemplateDeclaration.java
* model/org/eclipse/cdt/internal/core/model/StructureTemplate.java
+ model/org/eclipse/cdt/internal/core/model/StructureTemplateDeclaration.java
* model/org/eclipse/cdt/internal/core/model/Template.java
2005-06-25 16:42:26 +00:00
Andrew Niefer
a0dd64276b
changes to help reduce the number of arrays used in resolving bindings
2005-06-24 21:05:28 +00:00
Mikhail Sennikovsky
2b8dec03b8
Added support for the options that contained by a tool-chain
2005-06-24 21:01:21 +00:00
Mikhail Sennikovsky
ec7b5fa286
Some fixes for the managed build environment and macros UI. All UI issues that seemed to randomly appear previously should be gone now
2005-06-24 20:53:05 +00:00
Bogdan Gheorghe
9688b97f43
Fix for 101711 : Dependency Tests failing on Linux
2005-06-24 20:48:35 +00:00
Vladimir Hirsl
e5baf66734
Fix for 101156: Scanner Info Discovery support needs to allow specification of compiler command.
...
New attribute is added to scannerInfoConsoleParser element in ScannerConfigurationDiscoveryProfile extension point schema. No public API has been changed.
2005-06-24 19:37:26 +00:00
John Camelon
14c4a4fb50
Patch for Devin Steffler.
...
Fixed Bug 100947 [BaseScanner] empty string for 91086 fix can create a bad key for the CodeReaderCache
2005-06-24 17:55:37 +00:00
Mikhail Sennikovsky
46044323e3
Checked in the copyright fixes for the schema files
2005-06-24 10:34:53 +00:00
John Camelon
c7701325e4
Patch for Devin Steffler.
...
FIXED 100858- New C++ Class wizard creates broken code and adds an include to the project to compensate
FIXED 101133- [New Class Wizard] appends included paths to the projects path indefinitely
2005-06-23 20:13:00 +00:00
Andrew Niefer
f51b36a2c8
fix ClassCastException: Bug 101269: Traceback indexing QT application
2005-06-23 19:32:53 +00:00
Doug Schaefer
9d761485f0
Turned off the test info provider for finding function matches. This has been killing us trying to test content assist.
2005-06-23 19:30:42 +00:00
Mikhail Khodjaiants
3d4b84023f
Bug 100756: Breakpoints listed twice in Breakpoints view.
2005-06-23 18:11:11 +00:00
Andrew Niefer
b5d98c79f4
fix bug 101384: NPE in parser
2005-06-23 17:56:13 +00:00
Andrew Niefer
cbd0d0ef66
fix bug 86688 - friend declaration in local class
2005-06-23 17:36:30 +00:00
David Inglis
cf09e84a32
CPL to EPL transistion - license header update for IBM
2005-06-23 16:02:46 +00:00
David Inglis
92cae3205a
CPL to EPL transistion - license header update for QNX
2005-06-23 16:01:26 +00:00
Doug Schaefer
e470be8631
EPL'ing the CDT.
2005-06-23 14:44:35 +00:00