Searched refs:from_tty_obj (Results 1 – 1 of 1) sorted by relevance
510 PyObject *from_tty_obj = NULL, *to_string_obj = NULL; in execute_gdb_command() local517 &PyBool_Type, &from_tty_obj, in execute_gdb_command()522 if (from_tty_obj) in execute_gdb_command()524 int cmp = PyObject_IsTrue (from_tty_obj); in execute_gdb_command()