Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-debug-dev] Disconnect button

Hi Mikhail,

Thanks for your reply!

Jie

On 1/17/07, Mikhail Khodjaiants <Mikhail.Khodjaiants@xxxxxxx> wrote:
The disconnect button is controlled by the IDisconnect interface.
CDebugTarget implements it and delegates the enablement to the
corresponding target configuration, see TargetConfiguration.java.
For the gdb/mi implementation the disconnect button is enabled only for
"attach" sessions.

Regards,
Mikhail
-----Original Message-----
From: cdt-debug-dev-bounces@xxxxxxxxxxx
[mailto:cdt-debug-dev-bounces@xxxxxxxxxxx] On Behalf Of Jie Zhang
Sent: 17 January 2007 06:14
To: cdt-debug-dev@xxxxxxxxxxx
Subject: [cdt-debug-dev] Disconnect button

Hi,

I have a question about disconnect button: Where/when will the
disconnect button be enabled? CDebugTarget's constructor has an
parameter named allowDisconnect, but it is not used in the constructor.
So I'm wondering how the disconnect button is enabled/disabled.

Thanks,
Jie
_______________________________________________
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.


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



Back to the top