From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8955A3858C2B; Sat, 18 Mar 2023 16:29:35 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8955A3858C2B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1679156975; bh=TSAdWTtzlASxha8YBUr/sXwiMxZHQmh1ReueQAVOfJQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=FPrIN18W/eBHW1RM2o6ZY18smHZqMhJEblM33x2eWSDTEznJE0utQlvL1zGw8Uavp U9vnMr8+SKRU/C5Tk+Cz0Wf0PztNNCBvfHeHM6ibCBMLGY9KkEYp/+9ZFt8XLYMiGg 8rYe98fnDRBrQpJsKOyWauf4wHpPlPXudcRfpcVE= From: "czgf2v at 163 dot com" To: gdb-prs@sourceware.org Subject: [Bug gdb/30242] gdb weird one specific command with specific input not valid to run Date: Sat, 18 Mar 2023 16:29:35 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: gdb X-Bugzilla-Version: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: czgf2v at 163 dot com X-Bugzilla-Status: WAITING X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: 14.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=3D30242 --- Comment #5 from czgf2v --- more explicitly, I wish the output in gdb ```bash (gdb) set trace-commands off +set trace-commands off (gdb) bt #0 main (argc=3D1, argv=3D0x7fffffffd888) at basic.c:8 #0 main (argc=3D1, argv=3D0x7fffffffd888) at basic.c:8 (gdb) thread=20 [Current thread is 1 (Thread 0x7ffff7d58740 (LWP 5608))] [Current thread is 1 (Thread 0x7ffff7d58740 (LWP 5608))] """""" I wish to output this syntax highlighted line (gdb)=20 ``` --=20 You are receiving this mail because: You are on the CC list for the bug.=