CDT Commit Report for - August 15, 2002

amagloire

Remove isStepping() for now.

gdb could send a OOB (*stopped) without any reasons.

Redo the event dispatch now a permanent thread is use to
dispatch events.

Typo fixes from Tom Tromey.

Old gdb mi uses a List instead of Tuple try to cope.

race condition first move the command in the rxQueue.

dinglis

small buglet

use new debugger configuartion page extension
added AbstractCLaunchTAb

new debugger extension format

removed bogus projectNatureImages extension

added launch icon

fixed dynamic debugger area not showing

added debug launch action to c perspective

throw exception if no debugger availble

check arraylist

handle non-ui startup

returns "" if no name specifed in ext-point

implemented better debug configuration handling

new debugger configuartion page extension
move UIPlugin out of internal

handle missing debugger better

jgreen

Added methods to create and convert to
default standard make C and C++ projects from simple projects such as
when checking out new code "as a project" from CVS

Added methods to create and convert to
default standard make C and C++ projects from simple projects such as
when checking out new code "as a project" from CVS.
Using CCorePlugin as the holder of all knowledge as to what a C/C++ Standard Make project is.

mkhodjai

Return correct support flags.

Added the implementation of the 'terminate' method.

More implementation.