Re: Python API: can I make new prefix Parameters?
Evan Driscoll <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <CAAR9PsVqoyQbf5Y9gNUhPKDAWuxfDWucEgevq8f2igFowydspA@mail.gmail.com> |
On Thu, Jul 23, 2015 at 11:09 AM, Evan Driscoll <[email protected]> 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 <module> > 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