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

2124 commits

Author SHA1 Message Date
John Camelon
d64dd56f51 2003-04-24 John Camelon
Fixed Java 1.3 compliance issue w/AutomatedTest.java
	Fixed False failure in HelloWorld.java.
2003-04-24 17:36:42 +00:00
Mikhail Khodjaiants
304e26f30c Check for null pointer in 'isCharacter' and 'isCharPointer'. 2003-04-24 16:03:44 +00:00
Mikhail Khodjaiants
2c27efbc06 Check for null pointer in 'isCharacter' and 'isCharPointer'. 2003-04-24 15:41:38 +00:00
Mikhail Khodjaiants
65353ae67b Added shortcuts for the C/C++ Debug specific views. 2003-04-24 15:31:28 +00:00
Mikhail Khodjaiants
44a3cd9a5b Update the actions of the 'Shared Libraries' view even if the viewer's input is the same as before. 2003-04-24 15:24:13 +00:00
Alain Magloire
70f30ce631 updated. 2003-04-24 15:21:18 +00:00
Alain Magloire
009549f216 new function update() to search for the pid of the inferior. 2003-04-24 15:21:10 +00:00
Alain Magloire
db78b5ea0e new file to parse "info program" 2003-04-24 15:20:45 +00:00
Alain Magloire
e5747c7de9 new method createMIInfoProgram 2003-04-24 15:20:24 +00:00
Alain Magloire
e0d210a7e3 call MIInferior.update in processSuspend() 2003-04-24 15:20:10 +00:00
Alain Magloire
423c7a7e50 Bug fix was always disable for Windows 2003-04-24 15:19:49 +00:00
Alain Magloire
6925845c3f updated. 2003-04-24 14:23:36 +00:00
Alain Magloire
83aec86d43 Change the scope of raise and the sig flags to be public. 2003-04-24 14:23:27 +00:00
Judy N. Green
588c2f09b8 Added requires section and removed empty os ws arc from org.eclipse.cdt-feature 2003-04-23 18:32:47 +00:00
Judy N. Green
533f0a144e Updated version numbers from 1.0.1 to 1.1.0 2003-04-23 18:15:56 +00:00
Mikhail Khodjaiants
7bb5feba42 If error occurs when acquiring the signal information from gdb the error message should be displayed in the 'Signals' view. 2003-04-23 18:01:38 +00:00
Mikhail Khodjaiants
d80ef3ecc9 Throw DebugException when getSignals() fails. 2003-04-23 17:51:24 +00:00
Doug Schaefer
dce8a1d011 Patch for Andrew Niefer:
Added  DomFailedTest::testBug36769 
Added  DomFailedTest::testBug36771 
Fixed AutomatedTest to handle files  with commas in their names 
Added  ScannerTestCase::testBug36770
2003-04-23 17:30:50 +00:00
Alain Magloire
51243d8162 updated. 2003-04-23 17:09:43 +00:00
Alain Magloire
d31a0a3a62 In SignalManager.update().
Move the creation of the signallist after doing
info signals.
2003-04-23 17:08:15 +00:00
David Inglis
09a1c8f4d9 update version 2003-04-23 16:47:21 +00:00
David Inglis
9387911ca1 update version 2003-04-23 16:41:03 +00:00
David Inglis
5ae31fb0e6 update version 2003-04-23 15:03:25 +00:00
Mikhail Khodjaiants
e01e638264 Additional checks for the situation when the stack depth is not 0 and the frame array is empty. 2003-04-23 14:34:47 +00:00
Doug Schaefer
9806035059 Patch for Hoda Amer:
- Some failing STL template tests.
2003-04-23 14:07:50 +00:00
Judy N. Green
7b1dd86f30 updated copyright to include 2003 2003-04-23 14:01:24 +00:00
Alain Magloire
64dee6f15a 10 seconds delay 2003-04-22 21:15:57 +00:00
Alain Magloire
1fcbc804ab updated 2003-04-22 20:56:55 +00:00
Alain Magloire
8e88d4cc83 new method isEmpty() 2003-04-22 20:56:47 +00:00
Alain Magloire
ebc59cc62c Clear the event queue when terminating. 2003-04-22 20:56:34 +00:00
Alain Magloire
b7fc69bdac Remove the delay of 10 seconds in Target.suspend() and put in MIInferior.interrupt() 2003-04-22 20:56:16 +00:00
Doug Schaefer
30b5b45010 Patch for John Camelon:
CORE 
        Revisited bug36247      Parser confused by symbols #defined elsewhere   
        Fixed Bug36708          Problem parsing Loki's Reference TypeTraits.h   
        Fixed Bug36690          Problem parsing Loki's Reference Functor.h Implementation   
        Fixed Bug36692          Problem parsing Loki's Reference Singleton.h Impl 
        Fixed Bug36703          Problem parsing Loki's Reference TypeInfo.h Impl   
        Fixed Bug36689          Problem parsing Loki's Reference AbstractFactory.h Impl 
        Fixed Bug36707          Problem parsing Loki's Reference TypeManip.h   

TESTS 
        Updated DOMTests::testBug36247().   
        Moved testBug36692(), testBug36703(), testBug36708(), testBug36707(), testBug36689() 
        and testBug36690() from DOMFailedTests to DOMTests and updated them.
2003-04-22 15:22:31 +00:00
Doug Schaefer
20ddc794c8 Patch for Andrew Niefer:
Added DOMFailedTests::testBug36713() 
Added DOMFailedTests::testBug36714() 
Added DOMFailedTests::testBug36717() 
Added DOMFailedTests::testBug36730()
2003-04-22 14:43:45 +00:00
Mikhail Khodjaiants
e51ac980e7 Disconnect: terminate should be called from the disconnect event handler. 2003-04-22 14:40:15 +00:00
Doug Schaefer
966d0a1670 Patch for Hoda Amer:
-reversed the change to the ICElement interface.
-solves the method template with body bug
-solves bug #36726: ElementDeltaTests::testElementDeltas()
failure in Junit
2003-04-21 20:02:58 +00:00
Doug Schaefer
ae94fe7955 - Fixed the test failures that arose because the targets don't
automatically copy over their configs (however now they do for
targets defined at the extension point).
- Config elements and attributes are now saved in the cdtbuild file, but
not any children.
2003-04-21 19:37:47 +00:00
Doug Schaefer
eaf3aacd4e Patch for John Camelon:
CORE/UI
Fixed Bug36551 Bad parse on attached file.
Partial Fix for Bug36631 remove linear search algorithm from OffsetMapping 
TESTS 
Added DOMTests::testBug36551(). 
Adjusted AutomatedTest to turn on line numbering. 
Added DOMFailedTests and 11 failed test cases.  
Changed CModelElementTests so that I can get on with my work.
2003-04-21 18:34:44 +00:00
Doug Schaefer
bff475c968 Patch for Andrew Niefer:
Fixed Bug36475 - Scanner does not concatenate strings
Fixed Bug36509 - Scanner turns strings into identifiers when expanding macros
Fixed Bug36521 - Scanner gets confused over commas in function like macros
Fixed Bug36695 - Scanner looses escaping on chars (ie '\4' to '4')
 
 
Moved ScannerFailedTest::testBug36475 to ScannerTestCase::testBug36475() 
Moved ScannerFailedTest::testBug36509 to ScannerTestCase::testBug36509()
Moved ScannerFailedTest::testBug36521 to ScannerTestCase::testBug36521()
Added ScannerTestCase::testBug36695()
 
Updated ScannerTestCase::testBug36047
Updated ScannerTestCase::testBug36045
2003-04-21 18:04:53 +00:00
Mikhail Khodjaiants
b2fc9ab4ed Disconnnect: target should be disconnected before terminate the session because of race condition. 2003-04-21 17:57:02 +00:00
David Inglis
8213a68d1c remove console mode, not used 2003-04-21 17:09:03 +00:00
David Inglis
445d0d51ee update ceditor to 2.0/2.1 2003-04-21 17:05:46 +00:00
David Inglis
e6ecdc51cd cleanup 2003-04-21 16:23:27 +00:00
David Inglis
fd3e1ebcc0 run the init of completion contributor in a ISafeRunnable 2003-04-21 16:19:44 +00:00
Doug Schaefer
67b40d2e68 Patch for Hoda Amer:
"Function template with body" bug fix + JUnit test
2003-04-21 16:16:59 +00:00
Alain Magloire
c84fe548f3 updated. 2003-04-21 15:15:25 +00:00
Alain Magloire
332f6a338c Ignore exception when doing
set auto-solib-path on
2003-04-21 15:15:16 +00:00
Mikhail Khodjaiants
01011016c0 Unnecessary error logging (bug 36682). 2003-04-21 15:07:47 +00:00
Doug Schaefer
bfbb6e209b Patch for Hoda Amer:
- A fix for bug 36379: The parser to set Line information when scanning as
well.
2003-04-21 14:49:26 +00:00
Mikhail Khodjaiants
d3d90593b4 Fix for bug 36682. 2003-04-21 14:36:25 +00:00
Mikhail Khodjaiants
595aeddd55 Temporary fix for character values. 2003-04-21 14:12:01 +00:00