Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gdb-7/gdb/python/
H A Dpython.c510 PyObject *from_tty_obj = NULL, *to_string_obj = NULL; in execute_gdb_command() local
518 &PyBool_Type, &to_string_obj)) in execute_gdb_command()
531 if (to_string_obj) in execute_gdb_command()
533 int cmp = PyObject_IsTrue (to_string_obj); in execute_gdb_command()