This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug python/15482] New: No way to create prefix parameters from python.


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]