Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tcf-dev] Renaming RunControl contexts
  • From: "Lillieskold, Claes" <claes.lillieskold@xxxxxxxxx>
  • Date: Mon, 3 May 2021 14:58:13 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=intel.com; dmarc=pass action=none header.from=intel.com; dkim=pass header.d=intel.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=3ARmIWitC0GEGWynVcBoGk+HPqFG+nAPry18eY7fQrQ=; b=XP3pAnvKEdEgyCg1Px5u3K1Bmm6UCIBRKuSB4U7dJn4wStmbAIx3ePvk1eFfNT45lkrDWr+cyqzRg903iGQ1g7HQtincUOrqCYAJwsu/0CXVZ1DG2YixGmN4y5nQOtT+rof7Aw2OoeraJl0Q3vupGK7CYNbiwFZhzlezvJOMdFfThXG/trmaUFlM18RytnRvIirIvtI8st+bzByunAWkjZW4RI9rbJW+hWzO6x6qzE8dK5FtJwCC6WALRkk4yzgWevjaKrcGQtlRCbjkhVXDxl8Uy0n2tkrYRqxwxg068ggNu1mKkw9hiM1J6syUtyWZYEE3ACvuZ8AIC6E2qzNoVQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=gFg/pHNO+uBqQjqnfFmCSm2WM6jnEWXVUuBGIU8lS8Q0V3Y94ir/DFCHkt2NmyRMODKF/PB00iY/UttPoeYCErdq1Wt/gyovHqaoaQDON56ElA7N8zIzUNeLNmKzJgpm7oU4w+wcKOyjt9Sgti0NFJOpj2uymvagFpeg623u/UqitL0WhlqHQSSPqWJR3YEv9IYjWwuX32YmtqeDfQJ/s6vBK7gvFq2gjo6qRTjvAjSG3KIg3YjX/XXG+fd5db83qcYWcwyiRq8+PxJqQvGUX67tAOYwMBtdlO9wU+GjF493tIxSbL/ceruj6LkggFXjo5+fOB1hl5RHnyYJnj1bcg==
  • Delivered-to: tcf-dev@xxxxxxxxxxx
  • Dlp-product: dlpe-windows
  • Dlp-reaction: no-action
  • Dlp-version: 11.6.0.76
  • Ironport-sdr: JQyzLGXu8v/Jcs1RWbpcBFgc37l5uyqfg+MuOFuOr4TEHICx5juRk5gd0uc5qBSOfXEeaFMx1q 0S04tpUUrGLw==
  • Ironport-sdr: s9RrLiZFL7FtiV4S1BMlj07JKU6aZSNSrUi4Qmz0+lCSJqEzEDt1y60y3L+yjBDRYfnNIH13NU b0LBfiq1yewA==
  • 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+XA==
  • Thread-topic: Renaming RunControl contexts

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