Skip to main content

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

Hi Dobrin,
There was a few changes in this area bugs 248627, 310052, 310031, 310992.  So it may take some investigation to find out what was the breaking change.  I did a quick sanity test with PDA, and single thread stepping works there without a problem.  Could you give more details as to why buildDelta is not being called for you on suspended?

-Pawel

On 05/10/2010 09:05 AM, Alexiev, Dobrin wrote:

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

_______________________________________________ cdt-dev mailing list cdt-dev@xxxxxxxxxxx https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top