From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 982B138582B7; Fri, 14 Oct 2022 14:08:53 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 982B138582B7 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1665756533; bh=BJQK240S/cZtE526uIEhTJR/D95SD1K8tWyWMp395vk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=lwc+rMlK6kD0POLG1ulw1Je43UO69bpL8r/+yqUpM0LRU7DDCAuh1lhvHp9N1sbl+ rsYy9Aj2LJKtbAAIr47wcKMz8wg5TygBeC59q48Xyohre1X/26qtwYrv/kptFap3XP 9GvcVVJ5UT39RKwgXmui464ipYl8ai5Mq9nduyiw= 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 14:08:53 +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 #7 from Simon Marchi --- (In reply to Daniel Hilburn from comment #6) > In attempting to update my gdb version, it appears that Visual Studio's > Android debugger is adb and it uses gdbserver deployed to the device with > the deployed app to debug it remotely. Where did you see my gdb version > information? I'd like to also check the gdbserver and adb versions to make > sure that they are also up-to-date. In your MI logs: 17: (2094895) ->~"GNU gdb (GDB) 8.3\n" adb is the tool used to access / connect to devices, but you definitely hav= e a GDB somewhere. Any idea where it comes from, Android SDK or shipped with a Visual Studio extension? --=20 You are receiving this mail because: You are on the CC list for the bug.=