Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/python/
Dpython.c648 PyObject *to_string_obj = nullptr; in execute_gdb_command() local
654 &PyBool_Type, &to_string_obj)) in execute_gdb_command()
667 if (to_string_obj != nullptr) in execute_gdb_command()
669 int cmp = PyObject_IsTrue (to_string_obj); in execute_gdb_command()