From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17519 invoked by alias); 4 Nov 2019 16:26:24 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 17510 invoked by uid 89); 4 Nov 2019 16:26:24 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.1 spammy=FChE, offer X-HELO: us-smtp-1.mimecast.com Received: from us-smtp-delivery-1.mimecast.com (HELO us-smtp-1.mimecast.com) (207.211.31.120) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 04 Nov 2019 16:26:23 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1572884782; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=44BQPCETaO3r2TGpmfZZ8cnWeq6sswG5KhLN+MLeXF4=; b=QCNasct5itYTTWUGVRa0EyRSuJGQpIwWPdCDkVwHMac2yDSY2cMBTmNPC9l91rdG2nhMvk zU7JPkToKHUxj86R3Tqsj0WZZFzLS2ZB8iWN4FOcRMllMq+3DSYI2eqLRtxDopNqy74Wxx lFuzsdZ3zKSkypepbQGinkNLVmGsHK0= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-139-iH5mgqi7MW21Ai6YL57dJA-1; Mon, 04 Nov 2019 11:26:19 -0500 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 4870C800C73; Mon, 4 Nov 2019 16:26:18 +0000 (UTC) Received: from redhat.com (ovpn-116-53.phx2.redhat.com [10.3.116.53]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 095725D9CD; Mon, 4 Nov 2019 16:26:18 +0000 (UTC) Received: from fche by redhat.com with local (Exim 4.92) (envelope-from ) id 1iRfBI-0004Vb-68; Mon, 04 Nov 2019 11:26:16 -0500 Date: Mon, 04 Nov 2019 16:26:00 -0000 From: "Frank Ch. Eigler" To: Simon Marchi Cc: Aaron Merey , Tom Tromey , Christian Biesinger via gdb-patches , Christian Biesinger Subject: Re: [RFC PATCH] Support debuginfo and source file fetching via debuginfo server Message-ID: <20191104162616.GA13319@redhat.com> References: <20190820202809.25367-1-amerey@redhat.com> <87pnj6dl3k.fsf@tromey.com> <87sgn71ji6.fsf@tromey.com> <87lfsye5l5.fsf@redhat.com> <87bltrelab.fsf@redhat.com> MIME-Version: 1.0 In-Reply-To: User-Agent: Mutt/1.12.0 (2019-05-25) X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset=WINDOWS-1252 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-SW-Source: 2019-11/txt/msg00092.txt.bz2 Hi - > I haven't followed this thread closely, so it might be an obvious "no", b= ut > I was wondering if the library could offer to install a callback that is = call > relatively often, allowing GDB to interrupt the operation [...] That could also work, at the cost of extending the API. Will play with it. - FChE