From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id AA7A7388CC12; Tue, 15 Nov 2022 14:19:58 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AA7A7388CC12 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1668521998; bh=xe0lyNflH6vBUyqyIUbzKHlR978Fk8Ij++DannXi7K8=; h=From:To:Subject:Date:From; b=xwYEhvlpAreoj/FdlsA/8UfUBkzgiWy7eF1JfNwjWzdEUA2dbZofuiPGw/6i5KF4k sgyXoRELjnVs8MtYhGybLX32GSekYtVIwB3luMEsltv1FY73kIqhqjAiT4ppGtHVcc Fml48vthZZ4jBjEkmsPmwg6PUaspe1wBl1RtYv/4= From: "simon.marchi at polymtl dot ca" To: gdb-prs@sourceware.org Subject: [Bug gdb/29784] New: Handling of trailing space of the "with" command Date: Tue, 15 Nov 2022 14:19:58 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: gdb X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: simon.marchi at polymtl dot ca 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: 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=3D29784 Bug ID: 29784 Summary: Handling of trailing space of the "with" command Product: gdb Version: HEAD Status: NEW Severity: normal Priority: P2 Component: gdb Assignee: unassigned at sourceware dot org Reporter: simon.marchi at polymtl dot ca Target Milestone: --- Marking trailing spaces with for clarity: (gdb) complete set architecture set architecture auto set architecture i386 set architecture i386:intel set architecture i386:x64-32 set architecture i386:x64-32:intel set architecture i386:x86-64 set architecture i386:x86-64:intel set architecture i8086 (gdb) with max-completions unlimited -- complete set architecture set architecture Using "with" here seems to drop the trailing space. We would expect the sa= me results for both commands. --=20 You are receiving this mail because: You are on the CC list for the bug.=