Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] cdt.debug.core.sourcelookup: How do I use it, from other components, like the OutputScanner
  • From: Moritz Strübe <moritz.struebe@xxxxxxxxxx>
  • Date: Mon, 8 Feb 2021 11:59:12 +0100
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=mathema.de; dmarc=pass action=none header.from=mathema.de; dkim=pass header.d=mathema.de; 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=wmACqkXVuXEl/viK2jJwaQEX81KJaO3ksrkwXiwZVlA=; b=fLxD5Lmo9XQH7QxwsqvqHfn3G7CvIP2VdeJv8Jv0cc2GD2G9jdNMVQAZNjM5Y/vSX0W4KwxcU6sOFMR2OEiylYYlrROu6Gs9f4h3Ebe/DZkW2Ge0salRG3Y3SbVKW9HzqCGq9mM+iEVbvb672LDq/LPn5YbBnE9NEkoJ/vWLkexmaQ/hzRKAlO3MySTjkCEbTcBJdTIzoeomHHfpN2YSWkQBEi28dMCnIEZMk7cxN6FQpRwGX6QOUgKu0No9cBOY9Vpb5Ow7Po3xVSXWsdP8LZl7NtRAfc/4D5M8HNJmjM+y8RCK8orNbhs8lWXjGk4s5y1NUtUZK0tzOUefFqST9w==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=cZWd2gIjEp6RzgGQsDv8Maz0Sx1L+hfdn6tJr/oefB6+wcHgLavRD2WG9AY6I6uaYWUj4ky+gQECh1l+RjxGwiT5v8OA7JFI5lG/eVj1J6GzWXLK4DftsnNCSOScQIuvWyQJomDM9HPFl0euJrRPTmdHTks9cZOHBItiEZA5o1qgAr3zHIZfRDPqtZXJOjIx0E2KNgxGrW6CuOghplxckIIpFzHwSFRECC4duf80hM9kG0yDCSCeihOwEOs112+HTWd5sAGQPl1iiQa9tPdzQc7Qxb0JV5G9GZIKpKpt031iuJJyOC9fofP/nh2WjbjzkWagQUimY5a9MfntkHAr4g==
  • 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>
  • User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1

Hey,

I got the WSL2-Stuff working. \o/ However I need to do some path mapping between the Docker container and the local system to get the OutputScanner working. I'd like to use the sourcelookup-Stuff, as this seems like the cleanest way to go*. I tried to dig into the code, but I'm having trouble getting the best entry point: Should I create a new CProjectSourceContainer? What do I have to consider doing so? Is there a better Interface?

Cheers
Morty

--

MATHEMA GmbH
Schillerstraße 14 | 90409 Nürnberg

Telefon: +49 (0)911 180778-50
E-Mail: moritz.struebe@xxxxxxxxxx | Web: www.mathema.de

Geschäftsführer: Andreas Hanke, Thomas Haug
Handelsregister: HR B 35517, Nürnberg/Bayern



Back to the top