Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tcf-dev] Are there events in TCF which are equivalent to DebugEvent.CREATE and DebugEvent.TERMINATE
  • From: Gidi Gal <gidigal@xxxxxxxxxxx>
  • Date: Wed, 15 Jan 2020 12:13:06 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=none; dmarc=none; dkim=none; 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=B0xs1TgcKF5I+VgQcLD5KOdw96w3SRhNGSbBU2+6eUg=; b=DTXcJSIgZXsn0o5fgPI1payo9dwCfJPhUYUbpzijYVQQ4YMy9Hx2/TlGsJF/wg+tEpHaN7X37ApbKryX/HBB1gxySezKIYvE9HSpPoj5dWMqGX1OBmt36/CvUGyehEoYI9IlVasR/NLP9AH76XAM1cTlONRuR6LC6+G27rLNh8qqSVXFGLrBzZrMyNexmPUbe/Ufhnsm43LMIfPc//pl8E7paKIXgXp31w4W7XsIFBtEwlctQI7z0P+Zf8VRfU2K/wPbKsDJNhcK2H/dSXzRv1J7zyvk1EECfFDQb6oiXvcOGq9LYgUI97vTUrOh/Mkf1xUoqNBK5ReD+V1C+qKBpA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=DyXko+x79ra5i3/uikrXrIXuyKw+eIodMHHkhmy1N7R7VVT+eNDUn9nVJG4VkHcwXRl8eBVbkTolhRt5rfspEdYFODx3+Th5cxCjahYBr9hKlz3+lu6TgWk6WcUOyY5Czw3BKtaS9QL0qGBVp8DhvamKwgj9XzD0HY3HUGS+Ki9f0FtELln/mPCIXCjau82gNcwdAi5VGqRBdmliwMLTXMlGWwSQD5tC+BQ6nH9e5uLgE0O7wBDBW8/59eKudX72LIDaWSF0Q5MQzElvx7T++b3e5rZlzwkv04gf05AAGetoRCff7oGpB5s3xcX66T4OS8G50ClGtDx0yDJyqJM9zg==
  • 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: AQHVy5xjfvPYR1+pzUuMu80qRfY+QA==
  • Thread-topic: Are there events in TCF which are equivalent to DebugEvent.CREATE and DebugEvent.TERMINATE

Hello,

The debug mechanism in org.eclipse.debug.core.DebugEvent send 4 events which are important to me:  CREATE, TERMINATE, SUSPEND, RESUME. Regarding SUSPEND and RESUME - The events in IRunControl.RunControlListener provide a replacement. What events are equivalent to CREATE and TERMINATE ? I tried to listen to these DebugEvent events during the launch of debug session in WindRiver Workbench 4, which is based on TCF. I don't see them being triggered.

Thanks,
Gidi

Back to the top