Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Eclipse CDT Project, COVID-19, and my time
  • From: Nathan Ridge <zeratul976@xxxxxxxxxxx>
  • Date: Mon, 23 Mar 2020 03:23:04 +0000
  • Accept-language: en-CA, 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=6vFYCivb+Uiz7qfbPTYt+wmtiURnET+tDrgpYvaAsq8=; b=dbWsN9LfiFPB3FAmAnbIbp0gghpmDw96rGX3fKdKVVhGFD4PEySJ8DaJdgtmxv9peR4t84lrb1CTh448Un6uj/TGL0fMCcPhSUmC0OUY3k6XKYaHsYcdADAS02WojcF9ELrqiPqXMyXWB+UnoYt63IZwXP14b89xPMVF0wFvw7s5hJ0SLFYuO6yv/BPOZd6oGhuTw70KiHzQRI0f70mKF4EemIIjtP9qj9rerwQbiWdpKh0AYnWTFuvGwdNR1lW0Il1c0m3HYyexSIEmGGr6OsuoZOMJTTV0nfs44dnnX427FnfPkSbx6hQanU4Bx4BTGwWQhpfvjrDfm241/D9hsA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=YdrZcsjGNpHtYuSa/GOON96OJLD9hyXdndyNImNTUxNCRts8abi93HN0Gqi2Jn0wADhPpyRUImvEp7Fk8nvP+L4ZJcZt1udn3uisWyBm21hi/0QiQUBtjVk3Q/2EU0R4XTBOCNshg68rwxlr97WONDBqkvbD7RoQgO/9cMuuuClUP8HDqQvUqtW6KYbpqMAQM5r2AFYfV1wbx9nkGpomNkYRAza9r2OJSNeEaPVDR2NNuyoxeY8VaP1E/U85Ya58i1+CgrNIfUKfl9fQiv95NyHUyXbyTyzZmIvnDVQh5gQ4Ww5O8x1PT4EF8sOHW67OpDx2Lv7yyfUOWBsRZ102qA==
  • 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: AQHV/sJZQYa3lHNtRES9GCzUk5nWhKhRniSAgAAEU4CAAAWKgIAAORQAgAACsICAACHzAIADgMEl
  • Thread-topic: [cdt-dev] Eclipse CDT Project, COVID-19, and my time

I'm not familiar with the configuration-related aspects of the indexer either.

However...

> I set a breakpoint to IScannerInfoProvider.getScannerInformation(IResource) and found that CDT sometimes passes the project as the resource. Not sure whether this is serious, since my code only provides info on a per-source-file base.

... if you can try this again, and post a stack trace when this is called with a project and a stack trace when this is called with a file, I can try to shed some light on what the purpose of the two types of calls are.

Regards,
Nate

Back to the top