From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A39A4385DC22; Fri, 18 Feb 2022 15:23:43 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A39A4385DC22 From: "simark at simark dot ca" To: gdb-prs@sourceware.org Subject: [Bug c++/28906] GDB debugger hangs after step call Date: Fri, 18 Feb 2022 15:23:43 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: c++ X-Bugzilla-Version: 9.2 X-Bugzilla-Keywords: X-Bugzilla-Severity: critical X-Bugzilla-Who: simark at simark dot ca X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: gdb-prs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-prs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Feb 2022 15:23:43 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D28906 --- Comment #3 from Simon Marchi --- Sorry, "master" refers to the latest development version, the master branch= in the git repository: https://sourceware.org/git/?p=3Dbinutils-gdb.git;a=3Dsummary GDB 11.2 is available as a release tarball here: https://sourceware.org/pub/gdb/releases/?C=3DM;O=3DD In either case, you would have to build it yourself. It's not terribly complicated, normally this should be enough to get something working: ./configure --prefix=3D/tmp/gdb-install make all-gdb cd gdb make install That will give you a GDB in /tmp/gdb-install/bin/gdb You will probably need to install some dependencies first, on Ubuntu you ca= n do that with "apt-get build-dep gdb". --=20 You are receiving this mail because: You are on the CC list for the bug.=