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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/python/
H A Dpy-type.c184 const char *attrstring;
190 attrstring = "enumval";
199 attrstring = "bitpos";
205 if (PyObject_SetAttrString (result.get (), attrstring, arg.get ()) < 0)
182 const char *attrstring; local
/netbsd-current/external/gpl3/gdb/dist/gdb/python/
H A Dpy-type.c161 const char *attrstring;
166 attrstring = "enumval";
174 attrstring = "bitpos";
180 if (PyObject_SetAttrString (result.get (), attrstring, arg.get ()) < 0)
159 const char *attrstring; local

Completed in 89 milliseconds