From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0E97A385482A; Fri, 23 Apr 2021 14:49:13 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0E97A385482A From: "tromey at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug remote/27768] Connecting to debugserver fails Date: Fri, 23 Apr 2021 14:49:12 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: remote X-Bugzilla-Version: 10.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: tromey at sourceware dot org 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: cc cf_gcctarget 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, 23 Apr 2021 14:49:13 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D27768 Tom Tromey changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tromey at sourceware dot o= rg Target| |*-*-darwin* --- Comment #1 from Tom Tromey --- lldb extended the gdb remote protocol stop replies. https://github.com/llvm/llvm-project/blob/main/lldb/docs/lldb-gdb-remote.txt // We have extended the "T" packet to be able to also understand the // following keys and values: ... // "metype" unsigned mach exception type (the value of the EXC_XXX enumerations) // as an unsigned integer. For targets with mach // kernels only. [...etc...] Unfortunate that they chose not to have this be probed. Some work in remote.c would be needed to handle these. Also: > warning: Architecture rejected target-supplied description gdb's Darwin tdep code doesn't seem to handle XML target descriptions. --=20 You are receiving this mail because: You are on the CC list for the bug.=