From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id BF2683852C44; Mon, 28 Nov 2022 13:49:25 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BF2683852C44 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1669643365; bh=QgAoC6RVdcN5SlDCEy79unk18bPpC44/WoyF8hAIgLg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=tyc30tLx+kp7ngkd/QZ7OPROQEkxGy6aH71vJBrsVHbxqEY1Jzln4i+dQw/IWm7jI zuagsfKj8puA2iaq2KENxfN/lLBUzKft+nfGoMtDX198uhhyLpNtyH4jKTOivlzGsK CAC+uIlBR+AWhC/a7S6q1pz9Bacf4hAPAdBvq4hI= From: "cvs-commit at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug cli/29800] Trying to "document" an undefined command causes crash Date: Mon, 28 Nov 2022 13:49:25 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: cli X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: good-first-bug X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: tromey at sourceware dot org X-Bugzilla-Target-Milestone: 13.1 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=3D29800 --- Comment #4 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Tom Tromey : https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3Db70e9270fbaf= d43a3fece0c7dd52cabd70854dfd commit b70e9270fbafd43a3fece0c7dd52cabd70854dfd Author: Tom Tromey Date: Fri Nov 18 09:04:39 2022 -0700 Fix crash in "document" command PR cli/29800 points out that "document" will now crash when the argument is an undefined command. This is a regression due to the "document user-defined aliases" patch. Approved-By: Joel Brobecker Reviewed-By: Philippe Waroquiers Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=3D29800 --=20 You are receiving this mail because: You are on the CC list for the bug.=