Searched refs:get_arg_types_method_name (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/python/
H A Dpy-xmethods.c32 static const char get_arg_types_method_name[] = "get_arg_types"; variable
303 (PyObject_GetAttrString (m_py_worker, get_arg_types_method_name));
609 = PyString_FromString (get_arg_types_method_name);
/netbsd-current/external/gpl3/gdb/dist/gdb/python/
H A Dpy-xmethods.c32 static const char get_arg_types_method_name[] = "get_arg_types"; variable
303 (PyObject_GetAttrString (m_py_worker, get_arg_types_method_name));
609 = PyUnicode_FromString (get_arg_types_method_name);

Completed in 293 milliseconds