Re: Python gdb.Function is an old-style class?
Paul Smith <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
Meh, Evolution formatting fail; the "works" example should of course be: > class MyStuff(gdb.Function): > def __init__(self): > gdb.Function.__init__(self, "mystuff") > > def invoke(self): > do_stuff()