From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca (simark.ca [158.69.221.121]) by sourceware.org (Postfix) with ESMTPS id 78C6A3952D9E for ; Mon, 9 Mar 2020 21:10:07 +0000 (GMT) Received: from [172.16.0.95] (192-222-181-218.qc.cable.ebox.net [192.222.181.218]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id BE2231E56E; Mon, 9 Mar 2020 17:10:06 -0400 (EDT) Subject: Re: GDB "asserts" after "next"ing through a remote stub To: Shahab Vahedi , "gdb@sourceware.org" References: From: Simon Marchi Message-ID: Date: Mon, 9 Mar 2020 17:10:06 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: tl Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00, SPF_HELO_PASS, SPF_PASS 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: Mon, 09 Mar 2020 21:10:08 -0000 On 2020-03-04 4:15 p.m., Shahab Vahedi wrote: > I am having difficulties in using GDB [1] that is connected to a remote > stub [2]. An older version of GDB (v8.0) runs smoothly against this > stub. The problem manifests itself as: Hi Shahab, I don't have much time to look into this, but it sounds related to this patch series here: https://sourceware.org/legacy-ml/gdb-patches/2020-03/msg00015.html Simon