From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 93463 invoked by alias); 30 Jan 2019 14:49:36 -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 93124 invoked by uid 89); 30 Jan 2019 14:49:35 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-0.0 required=5.0 tests=BAYES_20,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-spam-relays-external:Sendmail, H*RU:Sendmail, sinan, acan X-HELO: smtp.polymtl.ca Received: from smtp.polymtl.ca (HELO smtp.polymtl.ca) (132.207.4.11) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 30 Jan 2019 14:49:34 +0000 Received: from simark.ca (simark.ca [158.69.221.121]) (authenticated bits=0) by smtp.polymtl.ca (8.14.7/8.14.7) with ESMTP id x0UEnRrW021532 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Wed, 30 Jan 2019 09:49:32 -0500 Received: by simark.ca (Postfix, from userid 112) id CAA671E882; Wed, 30 Jan 2019 09:49:27 -0500 (EST) Received: from simark.ca (localhost [127.0.0.1]) by simark.ca (Postfix) with ESMTP id 262BB1E4A3; Wed, 30 Jan 2019 09:49:26 -0500 (EST) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Date: Wed, 30 Jan 2019 14:49:00 -0000 From: Simon Marchi To: =?UTF-8?Q?=C3=96mer_Sinan_A=C4=9Facan?= Cc: gdb Subject: Re: Differences between -i=mi/mi2/mi3 ? In-Reply-To: References: Message-ID: <028ff2bc30310213fac12bcae8447348@polymtl.ca> X-Sender: simon.marchi@polymtl.ca User-Agent: Roundcube Webmail/1.3.6 X-IsSubscribed: yes X-SW-Source: 2019-01/txt/msg00039.txt.bz2 On 2019-01-30 02:42, Ömer Sinan Ağacan wrote: > I relized that the gdb version I use supports 3 mi parameters, but I > can't find > any documentation on what are different between these versions. Is this > documented anywhere? > > Thanks > > Ömer Actually, this information added to the documentation quite recently: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=commitdiff;h=1fea0d5379be553f9bcee7c50fba4cff00176d1b;hp=e7b47f2e68c6eaff916ea4d1202a77e15730f48f I guess it will become live on https://sourceware.org/gdb/onlinedocs/gdb with the next release of GDB. In the mean time you can always build the doc yourself (or just read the commit above). mi3 currently doesn't exist (even though "mi3" was accepted by GDB as the "future" MI version). But this patch will be pushed shortly (after the branching for GDB 8.3), becoming the first mi3-specific change: https://sourceware.org/ml/gdb-patches/2019-01/msg00427.html Simon