public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug python/15482] New: No way to create prefix parameters from python.
@ 2013-05-17  4:24 toojays at toojays dot net
  2015-05-04 16:15 ` [Bug python/15482] " tromey at sourceware dot org
  0 siblings, 1 reply; 2+ messages in thread
From: toojays at toojays dot net @ 2013-05-17  4:24 UTC (permalink / raw)
  To: gdb-prs

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.


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bug python/15482] No way to create prefix parameters from python.
  2013-05-17  4:24 [Bug python/15482] New: No way to create prefix parameters from python toojays at toojays dot net
@ 2015-05-04 16:15 ` tromey at sourceware dot org
  0 siblings, 0 replies; 2+ messages in thread
From: tromey at sourceware dot org @ 2015-05-04 16:15 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=15482

Tom Tromey <tromey at sourceware dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tromey at sourceware dot org

--- Comment #1 from Tom Tromey <tromey at sourceware dot org> ---
What I do is make separate "set" and "show" prefix commands,
then make the parameter.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-05-04 16:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-17  4:24 [Bug python/15482] New: No way to create prefix parameters from python toojays at toojays dot net
2015-05-04 16:15 ` [Bug python/15482] " tromey at sourceware dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).