From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 79897 invoked by alias); 14 Apr 2016 09:07:03 -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 79880 invoked by uid 89); 14 Apr 2016 09:07:02 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-wm0-f53.google.com Received: from mail-wm0-f53.google.com (HELO mail-wm0-f53.google.com) (74.125.82.53) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Thu, 14 Apr 2016 09:07:01 +0000 Received: by mail-wm0-f53.google.com with SMTP id a140so137725574wma.0 for ; Thu, 14 Apr 2016 02:07:00 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc; bh=YNjcthYgdvKZV0LM2dRAH6GKAtMZcmPaS1msWfZXNuA=; b=GqNyW8FbKZG365ySI4XC1icojaqaLiOa5Edk0rYFd2W6obX5gLpiaPpwcJCp4gKyqU ZhT2lSoTX8d6bjZFKqBxQKMolUlj9l4QjnPsDTjER/qobMDD4VaMXBkr5t/Q5+/JGNp0 Sn6L4S4g1LWNVYlrNRCCpYwPaja3FCqKX2XUgNyMjRLCpTDU5WbKBDE5D3jD82AP1Tj+ YuQiD7J1sew95C4BQMDXblXXJ9HADaK6GGr2ATq8W2umidaiGlBI4Ccv/vgrE8jXZFj9 g6Tr4Y7kpjXrj/je6UcEWw3UA60fZYZSZTVBEA1hdZCufOCefIxpwXrG6iO9zYlMviX2 G8xg== X-Gm-Message-State: AOPr4FXAw2LxCpMb2lEg/1+ndymKVDsqa28NKbLanLmXED7ky6AB+RvnovvtANmPuuWosrfxa2fwkMDllcICqw== MIME-Version: 1.0 X-Received: by 10.28.87.18 with SMTP id l18mr11602083wmb.38.1460624818378; Thu, 14 Apr 2016 02:06:58 -0700 (PDT) Received: by 10.28.170.1 with HTTP; Thu, 14 Apr 2016 02:06:58 -0700 (PDT) In-Reply-To: References: <570C14D4.3030600@codesourcery.com> <570CFA04.3070109@codesourcery.com> <570E99DC.8080902@codesourcery.com> <570EABAA.50908@redhat.com> <570EC0C0.8030500@redhat.com> Date: Thu, 14 Apr 2016 09:07:00 -0000 Message-ID: Subject: Re: PR13984 - gdb stops controlling a thread after "Remote 'g' packet reply is too long: ..." error message From: Orgad Shaneh To: Pedro Alves Cc: Luis Machado , gdb-patches@sourceware.org Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2016-04/txt/msg00314.txt.bz2 On Thu, Apr 14, 2016 at 11:33 AM, Orgad Shaneh wrote: > On Thu, Apr 14, 2016 at 12:57 AM, Pedro Alves wrote: >>> gdb-remote-7.6 is the output of 7.6 Cavium version, which doesn't. >> >> TBC, does this happen with current FSF master against old (unpatched) >> FSF 7.4 gdbserver? This might be due to local Cavium patches... > > No. It works as expected. > > I tried compiling FSF 6.5 for mips64-octeon-linux-gnu host, > > configured using ./configure --host=mips64-octeon-linux-gnu > --target=mips64-octeon-linux-gnu > > It works fine with 7.4, but uses the host's gcc with 6.5... Ok, autoconf helped. FSF gdbserver 6.5 has the same issue when the gdb client is >=7.5: "Remote 'g' packet reply is too long". So this doesn't seem to be related to Cavium patches. - Orgad