Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-debug-dev] hack in CVariable.dispose()

John,

The mapping between CVariables and var-objects in the gdb/mi
implementation is very sensitive area. I am not sure but this issue may
be related to the changes that Alain and I made to fix the problem with
the registers update when switching between stack frames and threads.
The changes in this area need very good regression testing for gdb/mi.

Mikhail
   

-----Original Message-----
From: cdt-debug-dev-bounces@xxxxxxxxxxx
[mailto:cdt-debug-dev-bounces@xxxxxxxxxxx] On Behalf Of John Cortell
Sent: 04 December 2006 17:19
To: CDT Debug developers list
Subject: [cdt-debug-dev] hack in CVariable.dispose()

There is a comment at the beginning of CVariable.dispose() that says:

	// Hack: do not destroy local variables

Someone here is working on fixing leaks that have been detected in a
debug session of our product, and CVariable.dispose() is part of the
problem.

John

_______________________________________________
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