Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-debug-dev] Bug 155275

Hi,
 
This problem is caused by passing a wrong argument to the backend. The stack frame depth is passed to the "getCDIStackFrames(int lowFrame, int highFrame)" method of the CThread class instead of passing the high frame level.
The fix is simple, but it may affect the existing non-gdb/mi based implementations. I have applied the fix to the HEAD and I would like to apply it to the 3.1.1 branch.
Comments?
 
Thanks,
Mikhail Khodjaiants
ARM Ltd. 

-- IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium.  Thank you.


Back to the top