From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 98240 invoked by alias); 17 Jun 2019 12:11:23 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 98220 invoked by uid 89); 17 Jun 2019 12:11:23 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,HTML_MESSAGE,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 spammy=75, H*f:sk:dbf95e6, H*i:sk:dbf95e6, H*r:sk:gdb@sou X-HELO: pb-smtp20.pobox.com Received: from pb-smtp20.pobox.com (HELO pb-smtp20.pobox.com) (173.228.157.52) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 17 Jun 2019 12:11:21 +0000 Received: from pb-smtp20.pobox.com (unknown [127.0.0.1]) by pb-smtp20.pobox.com (Postfix) with ESMTP id 60899717CB for ; Mon, 17 Jun 2019 08:11:20 -0400 (EDT) (envelope-from jonah@kichwacoders.com) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=mime-version :references:in-reply-to:from:date:message-id:subject:to:cc :content-type; s=sasl; bh=jqfI3yxumlOjg4chkpsY6Wbnjew=; b=cbfROw VGBNLfgjaU/Mfgp1jAr+QZGWT8VM2DxF9hCb1OTbO4OQ14oUoRXhbHZVzPAaxGx1 j8Z5TSm7Dego0uarGLLofTelAissMOjalVlqlVMCXxuKO0gWuXamxBwsym0kVh2y eUzZpGvk7fOpVvp+dB+ONOhqMAdrq59yJBn48= Received: from pb-smtp20.sea.icgroup.com (unknown [127.0.0.1]) by pb-smtp20.pobox.com (Postfix) with ESMTP id 5A44F717CA for ; Mon, 17 Jun 2019 08:11:20 -0400 (EDT) (envelope-from jonah@kichwacoders.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=kichwacoders.com; h=mime-version:references:in-reply-to:from:date:message-id:subject:to:cc:content-type; s=mesmtp; bh=l5b6ESII6pPZ5FGvGhA3oO6roikRBxcZV5uJUuI4Fwk=; b=pmvYOFY9hmO1wibKo8U5PlqpaQG0mDlj8FyEzF0cc7oR98KRPyTC8/bA+uXkOjGbSq6ualTvdOUT/eU4qNQyDUyrHNNP1h7+xQcM0bUMtEPDERJJCDUUBI9BFUQzJ8ct7uLgc21bDyoD53lEb720nj+Wr7Pkt1Fft+vYkNCE8Iw= Received: from mail-qt1-f181.google.com (unknown [209.85.160.181]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pb-smtp20.pobox.com (Postfix) with ESMTPSA id 0A860717C9 for ; Mon, 17 Jun 2019 08:11:17 -0400 (EDT) (envelope-from jonah@kichwacoders.com) Received: by mail-qt1-f181.google.com with SMTP id n11so10335254qtl.5 for ; Mon, 17 Jun 2019 05:11:16 -0700 (PDT) MIME-Version: 1.0 References: <70fdd9107d9bb3cee0a1a342aedc05bf3c8e9bae.camel@fit.cvut.cz> <871rzu9at0.fsf@tromey.com> In-Reply-To: From: Jonah Graham Date: Mon, 17 Jun 2019 12:11:00 -0000 Message-ID: Subject: Re: MI3 and async notifications To: Jan Vrany Cc: Tom Tromey , "gdb@sourceware.org" X-Pobox-Relay-ID: 0241194C-90F9-11E9-8146-B0405B776F7B-18936988!pb-smtp20.pobox.com Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2019-06/txt/msg00036.txt.bz2 On Mon, 17 Jun 2019 at 06:53, Jan Vrany wrote: > On Sat, 2019-06-15 at 08:34 -0600, Tom Tromey wrote: > > From what I understood from Jonah's comments earlier, this would break (at > least) > CDT. So CDT would either have to stick with MI2 (not great in a long term) > or refactor their code (not sure CDT guys would be happy to do so, > especially as > - I presume - CDT needs to support wide range of GDB versions already in > the wild, > a problem I do not have). > Yes, you have understood correctly. CDT currently supports GDB 7.5+. Jonah