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. |