Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/python/
HDpython.c510 PyObject *from_tty_obj = NULL, *to_string_obj = NULL; in execute_gdb_command() local
517 &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()