Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Hierarchical Register Groups
  • From: Shiva Sharma <SHIVA.SHARMA@xxxxxxxxxxxx>
  • Date: Thu, 17 Jun 2021 13:25:51 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=synopsys.com; dmarc=pass action=none header.from=synopsys.com; dkim=pass header.d=synopsys.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=6ev8x7ZF6k1EU4nW6Yg791n4MRuUgpNauBszKECG8L4=; b=nGnjuxJRykfXuyuQo57mtpS0G2yavUOAYjblZFl6dyexi9UR1NtYMBIsgfkXyMIqW5CZK4/LsARkEYzkfBQkks2Mkwu6vUrrkTPPJMycePLu31gGE6YVbv0+zQWGQCHw/ejkYVQkdNV1KUNH2odE8xsshi/gHZ0aWGzpfEqJxfTtUah945QoSW53+zXM1jS4x1OUf0OBI4gpY/9tUfNPp3SvglWQhW1AFK2H51MixbSCEHp8BAAbhLOSqvpqHIHf+axQ+T9s5u99aeE01AiYlFV9uZI3+R5IGbV45lGaaguKf83wuotXrwOzpWwf+DukFzp7nizUR+9FP08POEwy3g==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=CSMrUPhmJWEMJspG3izYMc9f617my2z2RLiERAssVl+Qxy74vCdUFa+Qq4l+bAvu/YVX3aW0LY/WaG+kYQTiOJZGxqy+WmhFfcVjWapIzXLwHS6t025Iy0F67Iu+lNfgYKu7oR+jGyAOFtGO1bO7nNMmjoOEgR8IDlqvXlaIXpSb6V8t3/CjmXnw4TRuPEHkuWQe5v0IifzUygL9+4mzchKbmZ9H6Myq6wXOUp2K85HWEjT8A+Ck6KdSgN9X8xXN7RxEIWS3+Gw09pab6uQooUdlgZubzz0U+KNWlN9LxAvAfuNJ3KghShx1fYAt6GRBxiZqUJ28AasOOT7l5cZ/Ig==
  • Delivered-to: cdt-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/cdt-dev/>
  • List-help: <mailto:cdt-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/cdt-dev>, <mailto:cdt-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/cdt-dev>, <mailto:cdt-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: Addjd5p4xITa/7ZuRiuOQQ4bAnQWxw==
  • Thread-topic: Hierarchical Register Groups

Hi Jonah, team,
 
If I want to create register groups in hierarchical manner during launch of debug session than how can I make use of the field ‘parent_id’ from group’s memento ?
 
I have extended RegisterGroupPersistance class but the groups seems to be created only in serial manner, so do not understand what is use of field ‘parent_id’ which is container_id internally. Is there a restriction ?
 
I want to create structure like (where ‘R’ could have ‘Core Registers’ group as container and could be set as ‘parent_id’ ?):
 
 
Please guide if this is easily possible ?
 
Thanks & Best Regards,
Shiva Sharma..
 
 
 

Back to the top