From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7C9663858C50; Mon, 23 Jan 2023 22:51:42 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7C9663858C50 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1674514302; bh=1vq062CsrsICL+f+QlicwappANTxjfnk6EYnazQD7wc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=rmvVOB+TA5c9PKqrWip9ZTelXOAAR91MqfOa3NEZK4FwNQwJmtgVo0Nl4/oTDOpti 67ftA2YuhHwKtO5UFTOiy7N/qIxsaz6V0EDmhFJ0xff4mJLq4U1d1jLh+Bi9w6+RQ3 TwCl7VG6VoToc8DydimFMMooG/FX7JBzn5+1xy1k= From: "tromey at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug cli/15814] Improve "skip file X" behaviour in .gdbinit to allow quiet adding of skip entries Date: Mon, 23 Jan 2023 22:51:41 +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: 7.6 X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: tromey at sourceware dot org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED 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 bug_status resolution 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=3D15814 Tom Tromey changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tromey at sourceware dot o= rg Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #3 from Tom Tromey --- The skip is no longer ignored. It's still noisy but you can suppress it: | skip file /usr/include/blah.h | cat > /dev/null --=20 You are receiving this mail because: You are on the CC list for the bug.=