Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/python/
Dpython.c44 static const char python_excp_none[] = "none"; variable
51 python_excp_none,
1591 return gdbpy_should_print_stack != python_excp_none; in gdbpy_print_python_errors_p()
1603 if (gdbpy_should_print_stack == python_excp_none) in gdbpy_print_stack()