From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 350 invoked by alias); 1 Mar 2008 18:44:01 -0000 Received: (qmail 32499 invoked by uid 48); 1 Mar 2008 18:43:19 -0000 Date: Sat, 01 Mar 2008 18:44:00 -0000 From: "tromey at redhat dot com" To: frysk-bugzilla@sourceware.org Message-ID: <20080301184319.5812.tromey@redhat.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug general/5812] New: alias command bugs X-Bugzilla-Reason: AssignedTo Mailing-List: contact frysk-bugzilla-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: frysk-bugzilla-owner@sourceware.org X-SW-Source: 2008-q1/txt/msg00357.txt.bz2 List-Id: I wanted to emulate gdb's "ptype" command, so I tried: alias ptype print -type fhpd responds: (fhpd) alias ptype print -type Error: unrecognized option '-type' fhpd did let me do: alias ptype "print -type" I found this much less intuitive. I'd prefer the first formulation. Also, once I did that, ptype still did not work: (fhpd) ptype Error: Unknown command: ptype I dug a bit and found that CLI.java does not actually do anything with aliases. -- Summary: alias command bugs Product: frysk Version: unspecified Status: NEW Severity: normal Priority: P2 Component: general AssignedTo: frysk-bugzilla at sourceware dot org ReportedBy: tromey at redhat dot com http://sourceware.org/bugzilla/show_bug.cgi?id=5812 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.