From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id IN+/LB6Wz1+HbwAAWB0awg (envelope-from ) for ; Tue, 08 Dec 2020 10:05:02 -0500 Received: by simark.ca (Postfix, from userid 112) id B599C1F096; Tue, 8 Dec 2020 10:05:02 -0500 (EST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 627951F071 for ; Tue, 8 Dec 2020 10:04:58 -0500 (EST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id C82153896C19; Tue, 8 Dec 2020 15:04:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C82153896C19 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1607439897; bh=uhNUXQaNb5LFpGyDSdd2pFfAxMmt37nUf2aGmNRU5nA=; h=References:In-Reply-To:Date:Subject:To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=yVyjnmOz2QjxV++uqe7VDkZgQJ/gBbCX1lHADIHd8i8t0XpdBOGIoR8Pt/qgwYQzf PD2tT3mx+ULEAQUi3ubYViv20hxi7bLAwUqtIk/nAjOVKChub/CqKD05A/ZOUS/TpT 5eT+mu5zDKwq8KRKZOB26pcOrgX7UCe32U77p4Ws= Received: from mail-qk1-x742.google.com (mail-qk1-x742.google.com [IPv6:2607:f8b0:4864:20::742]) by sourceware.org (Postfix) with ESMTPS id 289F4385800D for ; Tue, 8 Dec 2020 15:04:56 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 289F4385800D Received: by mail-qk1-x742.google.com with SMTP id z188so16151841qke.9 for ; Tue, 08 Dec 2020 07:04:56 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=uhNUXQaNb5LFpGyDSdd2pFfAxMmt37nUf2aGmNRU5nA=; b=XozBMxuSaDg25E1WzIwZoFs/6mBNSEVVFnJYqglk4+NR7z2KZod33UKb/6fhgBddUi VML+DlPBsVbUy5I07d/NS7rz5oR98tpkw5QeHYX1DEYximn2T6Hixt2opfKQuK7FJhSV LCbFbtyF8FGD6GHuY0VYqEfHujv1uUungwbFYdEZqmF0cPeFowc0aw5tPJjrbbTLTJYI 4q9W1TFhKYYcsPSlJ9+HLOat7iPAWfDRPtByD/Kim1+nIYhnhMJ9+qaMvf85UmJWOuKt qq20WZAjkSYcaRvpbd4dxLRrBbqE8TIB0fFq/6CoMBFZ7rKIeAmF9kSQzDyHDFRj2aR2 c5tw== X-Gm-Message-State: AOAM5316iVVnYRVG83qya6mWMOhdyoocB7Ek1M+umDgWblhmQZahzMEX DuBE2ASvrpl+BXTLIq8TdbSnzeQGPunv7HbiMAlAeU036vKVDQ== X-Google-Smtp-Source: ABdhPJxJI6MAvMsJQia3ludrdYU+E86H0todEP0DH75jGir/WQpU8xZXEFEpsoT0w4GAy9EXTN/adBq8uafD4PmeAd8= X-Received: by 2002:a37:9301:: with SMTP id v1mr30207312qkd.419.1607439895393; Tue, 08 Dec 2020 07:04:55 -0800 (PST) MIME-Version: 1.0 References: <20201207223342.1451954-1-simon.marchi@polymtl.ca> <20201207223342.1451954-3-simon.marchi@polymtl.ca> In-Reply-To: <20201207223342.1451954-3-simon.marchi@polymtl.ca> Date: Tue, 8 Dec 2020 16:04:18 +0100 Message-ID: Subject: Re: [PATCH 3/3] gdb: remove QNX Neutrino tdep support To: Simon Marchi Content-Type: text/plain; charset="UTF-8" X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Christian Biesinger via Gdb-patches Reply-To: Christian Biesinger Cc: gdb-patches Errors-To: gdb-patches-bounces@sourceware.org Sender: "Gdb-patches" On Mon, Dec 7, 2020 at 11:33 PM Simon Marchi via Gdb-patches wrote: > Plus, although we are able to compile-test this code, but we have now > idea if it actually works. s/but we have now/we have no/ ? Christian