Home
last modified time | relevance | path

Searched refs:cmdclass (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/python/
Dpy-param.c617 enum command_class cmdclass, in add_setshow_generic() argument
630 commands = add_setshow_boolean_cmd (cmd_name.get (), cmdclass, in add_setshow_generic()
638 commands = add_setshow_auto_boolean_cmd (cmd_name.get (), cmdclass, in add_setshow_generic()
646 commands = add_setshow_uinteger_cmd (cmd_name.get (), cmdclass, in add_setshow_generic()
654 commands = add_setshow_integer_cmd (cmd_name.get (), cmdclass, in add_setshow_generic()
662 commands = add_setshow_pinteger_cmd (cmd_name.get (), cmdclass, in add_setshow_generic()
670 commands = add_setshow_string_cmd (cmd_name.get (), cmdclass, in add_setshow_generic()
677 commands = add_setshow_string_noescape_cmd (cmd_name.get (), cmdclass, in add_setshow_generic()
685 commands = add_setshow_optional_filename_cmd (cmd_name.get (), cmdclass, in add_setshow_generic()
694 commands = add_setshow_filename_cmd (cmd_name.get (), cmdclass, in add_setshow_generic()
[all …]