From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 39E923858418; Fri, 14 Oct 2022 15:56:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 39E923858418 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1665762976; bh=tYqGtG0ncK5mSGObC4NSBhYQdYRM3tsMS4/XD184seA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Z3PmyyjcgS2n34PJA4z9iCY4pndu4TsZdRooqXnn6/67QURJZBFSfgYogghoY7HPs om4Amf+fc7GP687PGuD/wByDf9WUCy/sE0CgLsp/D7GAZK2zTNyTsLrOYgDt+koDks 37t6yYEoAiKDqYyA3rHe4fmdZzcW03Qwj81zM6Zk= From: "simark at simark dot ca" To: gdb-prs@sourceware.org Subject: [Bug threads/29681] VS 2022 Preview C++ Android debugger crashes on breakpoint in thread on arm64v8a device Date: Fri, 14 Oct 2022 15:56:16 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: threads X-Bugzilla-Version: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: simark at simark dot ca X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 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 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D29681 --- Comment #11 from Simon Marchi --- (In reply to Daniel Hilburn from comment #10) > Thank you so much for all of your help on this. Do you know if there is a > prebuilt gdb binary for windows which I can download? I tried downloading > the 12.1 gdb source code, but it won't build for me. I extracted it and t= hen > ran "./configure" and then "make" and it emits "no targets specified and = no > makefile found". I don't know if someone provides a pre-built binary. What's more is that in your case, since you want to debug AArch64 code, you'll need to enable the AArch64 target. That means passing a flag like --target=3Daarch64-something-something to configure. You can try to start = your existing GDB and do "show configuration" to see how that one was configured, and start from there. After that, the build environment on Windows is very different from Linux, = so I may not be able to help you much. --=20 You are receiving this mail because: You are on the CC list for the bug.=