From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 45856 invoked by alias); 23 Jul 2015 16:17:13 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 45846 invoked by uid 89); 23 Jul 2015 16:17:12 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-ig0-f181.google.com Received: from mail-ig0-f181.google.com (HELO mail-ig0-f181.google.com) (209.85.213.181) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Thu, 23 Jul 2015 16:17:11 +0000 Received: by igbpg9 with SMTP id pg9so440943igb.0 for ; Thu, 23 Jul 2015 09:17:09 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.50.70.34 with SMTP id j2mr473697igu.54.1437668229617; Thu, 23 Jul 2015 09:17:09 -0700 (PDT) Received: by 10.107.154.199 with HTTP; Thu, 23 Jul 2015 09:17:09 -0700 (PDT) In-Reply-To: References: Date: Thu, 23 Jul 2015 16:17:00 -0000 Message-ID: Subject: Re: Python API: can I make new prefix Parameters? From: Evan Driscoll To: Armando Miraglia Cc: gdb@sourceware.org Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2015-07/txt/msg00036.txt.bz2 On Thu, Jul 23, 2015 at 11:09 AM, Evan Driscoll wrote: > but that still gives the same error: > > (gdb) source ~/gdb/test_parameter.py > Traceback (most recent call last): > File "~/gdb/test_parameter.py", line 72, in > File "~/gdb/test_parameter.py", line 67, in __init__ > RuntimeError: Could not find command prefix test-category This is still true, by the way, if I fix 'test-category' by changing it to 'my-category' in TestParameter.__init__. (That mostly just showed up during my double check and transcription to the email.) Evan