From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qv1-xf2a.google.com (mail-qv1-xf2a.google.com [IPv6:2607:f8b0:4864:20::f2a]) by sourceware.org (Postfix) with ESMTPS id 3FEF4384243D for ; Tue, 22 Sep 2020 19:01:23 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 3FEF4384243D Received: by mail-qv1-xf2a.google.com with SMTP id j10so10078472qvk.11 for ; Tue, 22 Sep 2020 12:01:23 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:to:cc:from:subject:message-id:date:user-agent :mime-version:content-language:content-transfer-encoding; bh=Z7BPYjFXQrDL3O0eY44YlA50sd94tKQjy5KlcfYzUcc=; b=hyMnuYU+HJflPonxaSEdRdCQ+cNjz84wT2wj6XWHA8r/RuTMJP9DHYtvEsUGLJaRPs DKFKhRJFt1O8/QIv11AhZOy0wKW9pEtFwXtjes8+MxPuAiyTo9+6TLZIRxUsEIQ0xGk8 wRLKZHHnpkinrLhKSUen1hkHlA/6cvdiBJi2mG9CeAJKUUQcU2zdW3La2PF3LBhinGmO WnhQCkzkOveWRnGhM9iF5h5EFIWtgTt5RUV4ZlD0g4G+i5s1npZ5ybvMELaN6+/99e+j dbLsc9piDjWQERtKLIMMiiDDe+vS+Mcp2ipyH1P0d1bMrIMowNH6roeXRJMapWEjUnfS wBCg== X-Gm-Message-State: AOAM532zt5VehZl9oJ9wVRfeErz8Al/b/dIl/hXVaRtHERGpaa+D8wJN +I4lFny3OxT6xNHd+v0/ZjcxoQ== X-Google-Smtp-Source: ABdhPJyNAcSFt3Kwpax3dThmfzlISMVjPrclZNqjSCLRJv5quu7AsX8MgwzVh41APx7Ljgg4qkJqdA== X-Received: by 2002:ad4:48c8:: with SMTP id v8mr7673206qvx.52.1600801282645; Tue, 22 Sep 2020 12:01:22 -0700 (PDT) Received: from ?IPv6:2804:7f0:8283:9bb9:f0e5:cbd:b3c1:d314? ([2804:7f0:8283:9bb9:f0e5:cbd:b3c1:d314]) by smtp.gmail.com with ESMTPSA id m24sm12862875qtn.59.2020.09.22.12.01.21 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 22 Sep 2020 12:01:22 -0700 (PDT) To: "gdb@sourceware.org" Cc: Pedro Alves From: Luis Machado Subject: Do we still support DICOS? Message-ID: <14e31f08-fc7e-9539-09b9-b8bb8d37513b@linaro.org> Date: Tue, 22 Sep 2020 16:01:19 -0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-4.4 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gdb@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Sep 2020 19:01:24 -0000 Hi, In the middle of discussing the usefulness of tracepoints/fast tracepoints (which should be left for another thread potentially), do we still care about DICOS? I see the files are still in the tree, along with sprinkled references here and there. Should we just declare that dead and have the code cleaned up? Regards, Luis