Skip to main content

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

Done. Thanks.


From: cdt-debug-dev-bounces@xxxxxxxxxxx [mailto:cdt-debug-dev-bounces@xxxxxxxxxxx] On Behalf Of John Cortell
Sent: 29 August 2006 22:59
To: CDT Debug developers list; CDT Debug developers list
Subject: Re: [cdt-debug-dev] Bug 155275

+1 . Same here.

John

At 04:57 PM 8/29/2006, Ken Ryall wrote:
+1 for putting the fix in 3.1.1 as well, we’ll adjust our back-end to deal with the change.

- Ken


From: ext Mikhail Khodjaiants <Mikhail.Khodjaiants@xxxxxxx>
Reply-To: CDT Debug developers list <cdt-debug-dev@xxxxxxxxxxx>
Date: Tue, 29 Aug 2006 12:09:55 +0100
To: <cdt-debug-dev@xxxxxxxxxxx>
Conversation: Bug 155275
Subject: [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.


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

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