From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 97266 invoked by alias); 23 Dec 2019 14:37:58 -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 97257 invoked by uid 89); 23 Dec 2019 14:37:58 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=preferences, picture, H*RU:sk:mail-il, downloads X-HELO: mail-il1-f171.google.com Received: from mail-il1-f171.google.com (HELO mail-il1-f171.google.com) (209.85.166.171) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 23 Dec 2019 14:37:56 +0000 Received: by mail-il1-f171.google.com with SMTP id a6so1666135ili.9 for ; Mon, 23 Dec 2019 06:37:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=HZmFhzRrv97lzybqb4+MEygzZzo+RqREbHfYduijQQo=; b=aey9FJF8sFUutVf/0jQo+K0XYT01TOjOipsUXGgfKUvSZO51HiD1TDbZ1a+UlfA+JB RkOU5jZboU+zu7T8Hhe5qNTBbuHsdxn5l/BGSNcYbzmpNr0kZSnCTOiBtmUN08Q8yer1 QNoQ/7OCfCOJ5Cck0QLEKp2ix2s8zUKcNu6dHVoMY5PnfHbHOU+YGbjyCqz/IOYKw+Wk C9zGog3Ba30MihXVXvVOsXrCh3YaffnNJUA3Y+ja8lrFAQq3EwphSzcdUB339KjS0PAh l27lyvtloSaj8rw5n2vjY1O3bVr9aGXSRedLirpatAb1JAbCzBdojkGK1YVbDKFeVuzr vqbg== MIME-Version: 1.0 Received: by 2002:a6b:720d:0:0:0:0:0 with HTTP; Mon, 23 Dec 2019 06:37:54 -0800 (PST) In-Reply-To: References: <31d23a62-eef1-63d4-f992-a0b553b141b9@redhat.com> From: Tudor Popescu Date: Mon, 23 Dec 2019 14:37:00 -0000 Message-ID: Subject: Re: GDB doesn't interrupt target To: Jonah Graham Cc: Pedro Alves , GDB Development Content-Type: text/plain; charset="UTF-8" X-SW-Source: 2019-12/txt/msg00050.txt.bz2 Hello, I have tracked the problem to a link: Wiki.eclipse.org/CDT/FullGDBConsole. Junit test failures #2 and things to work on #1 are the exact descriptions of my problem. The page hasn't been updated since 2016. Can you tell me how were these issues addressed? Maybe it involves just replacing a jar? plugin. On Friday, December 20, 2019, Jonah Graham wrote: > (resending because last email with embedded picture bounced) > > > On Fri, 20 Dec 2019 at 10:37, Tudor Popescu wrote: >> >> Hello, >> >> Well we have the following versions: >> >> org.eclipse.cdt 9.3.0.201706122201 >> org.eclipse.cdt.dsf.gdb 5.3.0.201706122201 >> org.eclipse.cdt.dsf.gdb.ui 2.6.0.201706122201 > > I can't immediately see any significant changes since this version was > released. However, there are a few patch releases for CDT 9.3, current > one is 9.3.3 (https://www.eclipse.org/cdt/downloads.php) (p2 > https://download.eclipse.org/tools/cdt/releases/9.3/). Have you tried > with something more recent. The new-ui support was very new when 9.3 > was released, so there may be some bug fixes. In fact, CDT 9.3 was > released more than a year before the version of GDB you are using. > While I always hope that we release CDT that will work with future and > unreleased GDBs, it is hard to be certain of that. Can you please > report back if this is failing in most recent CDT releases (CDT 9.10 > https://www.eclipse.org/cdt/downloads.php part of Eclipse 2019-12 > release https://www.eclipse.org/downloads/) > >> >> On Windows, the suspend works. Should it work on Linux as well? > > > On Windows there is no new-ui (yet!), so the code paths in Eclipse are > very different for this. Of course suspend *should* work on both. > > Please raise a bug > (https://bugs.eclipse.org/bugs/enter_bug.cgi?product=CDT) in CDT with > the details and I can look at it further. In addition to the version > of those bundles, I need what launch configuration you are using. You > can either share your .launch file, or if that is not possible tell me > what is selected in Debug Configurations dialog on the left (launch > config type) and if present which launcher (this area, next to > revert/apply buttons may be blank). See > https://i.imgur.com/wIkAb0U.png > > And it would be most useful to include the MI trace to see what is > going wrong. If it off by default, but you can turn it on in > Preferences -> C/C++ -> Debug -> GDB and check "Show the GDB traces > [...]". Once enabled the Console view will display the MI trace. > > I hope we can get to the bottom of this. > > >> >> All the best, >> Tudor > > > ~~~ > Jonah Graham > Kichwa Coders > www.kichwacoders.com >