From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23127 invoked by alias); 17 May 2013 04:24:26 -0000 Mailing-List: contact gdb-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-prs-owner@sourceware.org Received: (qmail 23094 invoked by uid 48); 17 May 2013 04:24:25 -0000 From: "toojays at toojays dot net" To: gdb-prs@sourceware.org Subject: [Bug python/15482] New: No way to create prefix parameters from python. Date: Fri, 17 May 2013 04:24:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: python X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: toojays at toojays dot net X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 X-SW-Source: 2013-q2/txt/msg00288.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=15482 Bug #: 15482 Summary: No way to create prefix parameters from python. Product: gdb Version: 7.6 Status: NEW Severity: normal Priority: P2 Component: python AssignedTo: unassigned@sourceware.org ReportedBy: toojays@toojays.net Classification: Unclassified The gdb.Command constructor takes a PREFIX argument which allows prefix commands to be created. This allows the extension developer to group their extensions under a common namespace. gdb.Parameter should provide a similar mechanism, but as of gdb 7.6, it does not. I was not able to find any way to create prefix parameters from Python. -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.