CDT Commit Report for - April 24, 2003

amagloire

call MIInferior.update in processSuspend()

update new function to do interruption.

Change the scope of raise and the sig flags to be public.

New file added to do interrupt on a pid.

new method createMIInfoProgram

updated.

Bug fix was always disable for Windows

New file to compile with VC++

new file to parse "info program"

Fix the signature.

new function update() to search for the pid of the inferior.

jcamelon

CORE
Fixed bug36693 - Problem parsing Loki's Reference SmallObj.cpp Impl
Fixed bug36696 - Problem parsing Loki's Reference SmartPtr.h Impl
Improved our error handling robustness so that we don't mistake function bodies for CElements.
Fixed bug36713 - Parser fails on definitions of pointers to functions
Fixed Dave's performance test parse failure.
Fixed bug36811 - The using directive causes parser to fail
Fixed bug36794 - ClassCastException for A template with no parameters

TESTS
Moved fixed tests from FailedTests to DOMTests.
Added LokiFailures.java to failed tests directory.

JohnC

Patch applied on behalf of Andrew Niefer.

This patch fixes 2 scanner bugs:
Bug36816 Scanner infinite loop on incomplete #include
Bug36255 Parser hangs/goes infinite

This patch also introduces a new automated test,
FractionalAutomatedTest, which tests the parser on incomplete files.

CORE
Fixed Bug36799 STL Testing: Parser fails on Variable Definition

TESTS
Moved fixed tests from FailedTests to DOMTests.
Added DOMTests::testBug36799().
Cleaned up tests to reduce amount of code necessary to maintain these things.

CORE
Fixed Bug36799 STL Testing: Parser fails on Variable Definition

TESTS
Moved fixed tests from FailedTests to DOMTests.
Added DOMTests::testBug36799().
Cleaned up tests to reduce amount of code necessary to maintain these things.

JohnC

Patch for Andrew Niefer:

This patch fixes 2 scanner bugs:
Bug36816 Scanner infinite loop on incomplete #include
Bug36255 Parser hangs/goes infinite

This patch also introduces a new automated test,
FractionalAutomatedTest, which tests the parser on incomplete files.

mkhodjai

Display error messages in the 'Registers' view.

Added shortcuts for the C/C++ Debug specific views.

Check for null pointer in 'isCharacter' and 'isCharPointer'.

Update the actions of the 'Shared Libraries' view even if the viewer's input is the same as before.