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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/python/
H A Dpy-function.c41 convert_values_to_python (int argc, struct value **argv)
70 gdbpy_ref<> args = convert_values_to_python (argc, argv);
72 /* convert_values_to_python can return NULL on error. If we
40 convert_values_to_python (int argc, struct value **argv) function
/netbsd-current/external/gpl3/gdb/dist/gdb/python/
H A Dpy-function.c41 convert_values_to_python (int argc, struct value **argv)
70 gdbpy_ref<> args = convert_values_to_python (argc, argv);
72 /* convert_values_to_python can return NULL on error. If we
40 convert_values_to_python (int argc, struct value **argv) function

Completed in 83 milliseconds