Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Halted thread no longer expanded in M7

Hello,

 

I just updated to M7 and I noticed that when my DSF debugger thread halts the thread is no longer auto expanded and its top stack is no longer selected.

 

When I debugged the GDB DSF debugger I saw that it works well because it fires IRunControl.IContainerSuspendedDMEvent.

That triggers StackFramesVMNode.buildDelta to calls buildDeltaForSuspendedEvent which adds the flags SELECT and EXPAND to the delta.

 

In my debugger I do not fire IRunControl.IContainerSuspendedDMEvent but only fire IRunControl.ISuspendedDMEvent.

That event is not delivered to StackFramesVMNode.buildDelta - therefore buildDeltaForSuspendedEvent is not called, add SELECT and EXPAND are not added to the delta flags.

 

Any idea what might have changed between M6 and M7 in the area?

 

Thanks

Dobrin


Back to the top