Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tcf-dev] How to find the file that TCFLaunch is running and is there a unique identifier for TCFLaunch ?
  • From: Gidi Gal <gidigal@xxxxxxxxxxx>
  • Date: Tue, 14 Jan 2020 15:06:35 +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=I8+DCuM9Jf9I8kC7Q9ElXMozBYP/a27Gi9ohJB/qtLU=; b=go0PnC0ahT+Zr2yb5cfTL0aLOK/MqvKXiZK7klfpTaem7t90nGscw2EXX0FGfGVB9ON3Yac1z1wGvnPoU3oXJeJI/3qBnMH706WBbvfajOWpbHnMNrMHME9Lhi68dxlEX13GBYc7zmnTJ1Frca4zI9QbLqKnEG9PG3vLSgFj4F2JnxaqCZJriMU60xhhBsxP5ENWB5tZoJsHX12jruyc2YJZOCAqYGOV+lDfrlunW0s4HRa8Ctv/8OEtnc5C/GMjN2kmHnZyA7NNYmNN2CZ1twjEALApe3kcfdXMPdOWZxD1Cj/bS5QfJPTn9WXn+4kLfza5k5EGkU1wJzX3M7ytMQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=Lci33/78+sj47MmE9M5YIA5TwymucZnlDpqyD+f+NZJ5OyOutYd882tRntSkdS5NVb5qB9FdQBRpV4ozejM4I/mpgy26H0CX62yD0vutKVj2KXFvzko4r97lcPNR2lwBM5rdA/u2PE1yfZ3mpJVgGCz9NraW2WyI4G2EgNPBN++W6tKGais/PuyZOgWJasZXLtQ6UWdS5Kmr3nhS3QbJu8ku/dbAMK1/ttA0zAz5m6PN4qf2p9AsDc3LRVoAMljaR0ELHWbE1b8qTRLj7IjKRIbiWCq4kgrCeSNVGMcqUBM6nAkEtGeC6qiO31BMkqzOjh1eZsvIFPEcNXQ6WrJ/GA==
  • 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: AQHVyutHwgGqDkweW0GWZvYn91oUuA==
  • Thread-topic: How to find the file that TCFLaunch is running and is there a unique identifier for TCFLaunch ?

Hello,

Every TCFLaunch specifies which file should be running on the target. Is there an API to retrieve this file ?
I'm looking for a way to find the Eclipse project (if there is such project) which contains to this file.

Also, is there a unique identifier for TCFLaunch ?
In my code, I listen to events related to TCFLaunch. I keep a cache of TCFLaunch elements and I'm looking for unique id as a key for this cache.

Thanks,
Gidi

Back to the top