CDT Commit Report for - August 30, 2002

amagloire

Implement getCurrentStackFrame()

Use the breakpointManager for createLocation()

remove debug prints

Implement createLocation() and createCondition().

new method MIInfoThreads.

implements gdb "info threads"

add createLocation() and createCondition() where they are the most usefull.

createLocation() is in breakpointManager.

Use VariableManager for ExpressionManager

implements gdb "info threads" parsing

remove createLocation()

Bug fix for the else branch

Implements ExpressionManager

remove CreateCondition()

remove dead code we are now return target as the source.

Use MIInfoThreads instead MIThreadListIds.

createCondition is in BreakpointManager.

Comment out debug print.

dinglis

changed Runtime.exec to use ProcessFactory in cdt.core change
ICDISession.getConfiguration() to return a proper config based on run/attach/corefile

mkhodjai

More implementation of breakpoints.