Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tcf-dev] Renaming RunControl contexts
  • From: Eugene Tarassov <eugenet@xxxxxxxxxx>
  • Date: Mon, 3 May 2021 17:52:51 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=xilinx.com; dmarc=pass action=none header.from=xilinx.com; dkim=pass header.d=xilinx.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=s/mg1SYgszhokMH+b3qkUHBkusTJEeynVzk60YvSxlQ=; b=gqUpWx3J9oXjlR/EO1WLeq9NhQwBpnBQTLDiajzE5zGsWb1xE5/62sCh5cV6HJ7qJ7M8yIDiEBXo029mq571ksIKnNOJ+IeASa2FMHJGp5HaMZUoMCAPZpT7zQywtYqaAOuoNi6vOQevsppGHy7TY4fsamRnG9NQY2ckJIdOkLsiIJ0h2ElZWWh3g8d99OTvtfItkzcTkL6wpQXfzUV68I0hcf81tnnSeXWLbXXgtQHzmje3na0V2W/GoqJWnuBAAs/0juwwgj0AK7hnZMRX52YBfrB6dkmUjhEFjuV8DTzNwtapNjCIRvGshbhVywoP/jcgSqncnPbtgsem48vGYg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=YOdY2vu2KrlcxVun1joOoeQBd34QYD8RwTPFrZmjCBHFbbC4QMTRQDxgBzKI1F86WQFjjsKtSJRECsa+Og4S2yfwCwbCAK0zqakvmovkAw3/uXfLGnYLl5YzFfINJeuY0Wr6rQiIs5E2n84s0PJCm9TZXK6dif2T7vnkM8rmxCf/UrICaSCsDqVokk0qhvSmW2jBfgv1+ftFzAZx8QKG7r/SMCo6+ZS/kxicS0JIIoYa9N2CFPfl/Gl/XzR2Ni+RYv/Epvp1mPZXg/eTuyrDhOc3dTL8TiG2u6r6aLCsBGUyBph8r4Wpu5fCPnW84Xt/rUkWzW9xW04RTTEPX6O3XQ==
  • Delivered-to: tcf-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/tcf-dev/>
  • List-help: <mailto:tcf-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/tcf-dev>, <mailto:tcf-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/tcf-dev>, <mailto:tcf-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AddALGB2BdV3LRGIS2KVCCYTXPr+XAAGIg1w
  • Thread-topic: Renaming RunControl contexts

Hi,

 

You cannot change context parent.

You can destroy the context and create a new one at different parent.

 

Regards,

Eugene

 

From: tcf-dev <tcf-dev-bounces@xxxxxxxxxxx> On Behalf Of Lillieskold, Claes
Sent: Monday, May 3, 2021 7:58 AM
To: tcf-dev@xxxxxxxxxxx
Subject: [tcf-dev] Renaming RunControl contexts

 

CAUTION: This message has originated from an External Source. Please use proper judgment and caution when opening attachments, clicking links, or responding to this email.

 

Hi,

I'm trying to implement moving of a RunControl contexts, where

the context being moved changes its parent. In the TCF agent,

after re-aprenting, a 'contextChanged' event is sent.

 

The problem is that the new context hierarchy is not

properly represented in the Eclipse Debug view after the move,

specifically. The moved context is shown under its new parent,

but it's also shown under the previous/old parent.

 

What is the correct way to communicate from the agent that a context has

changed parent. Or alternatively, is there a recommended workaround for

this scenario?

 

Thanks,

Claes

----------------------------------------------------------------------
Intel Sweden AB
Registered Office: Isafjordsgatan 30B, 164 40 Kista, Stockholm, Sweden
Registration Number: 556189-6027

This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.


Back to the top