From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 406C93858D3C; Mon, 29 Apr 2024 15:49:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 406C93858D3C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1714405752; bh=hC3Zw3/OQXnZHgZJIdwOMsn34Xxi9LbQeHvfnsmnR+c=; h=From:To:Subject:Date:In-Reply-To:References:From; b=vObtvOP2fkIFszV4Jd6ICDt0uWUB2hl9RZANiAy00OM+fnKwg7ciqkHMN9GoLd72D CFOC0FY3Fgs95NyHljQENnEciVimlIWfkr6Y+yAvSz4fEGceYJn4phpa8+mZITgtDP TPt32r2tO0JWM/tFgtpy+4lcVlrqpRIGAs+w+HSY= From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug tdep/29409] [gdb, tdep/aarch64] FAIL: gdb.opt/inline-small-func.exp: info breakpoints Date: Mon, 29 Apr 2024 15:49:11 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: tdep X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: vries at gcc dot gnu.org X-Bugzilla-Status: NEW 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=3D29409 --- Comment #15 from Tom de Vries --- Alternatively, this works: ... diff --git a/gdb/linespec.c b/gdb/linespec.c index ca154d2dcba..6537fa54bba 100644 --- a/gdb/linespec.c +++ b/gdb/linespec.c @@ -1734,6 +1734,7 @@ linespec_parse_basic (linespec_parser *parser) name =3D copy_token_string (token); PARSER_EXPLICIT (parser)->line_offset =3D linespec_parse_line_offset (name.get ()); + parser->state.funfirstline =3D 0; /* Get the next token. */ token =3D linespec_lexer_consume_token (parser); ... But that's related to this ( https://sourceware.org/pipermail/gdb-patches/2008-January/054857.html ) discussion. --=20 You are receiving this mail because: You are on the CC list for the bug.=