Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/python/
Dpython.c2029 static enum auto_boolean python_dont_write_bytecode = AUTO_BOOLEAN_AUTO; variable
2037 if (python_dont_write_bytecode == AUTO_BOOLEAN_AUTO) in show_python_dont_write_bytecode()
2062 if (python_dont_write_bytecode == AUTO_BOOLEAN_AUTO) in python_write_bytecode()
2073 wbc = python_dont_write_bytecode == AUTO_BOOLEAN_TRUE ? 0 : 1; in python_write_bytecode()
2510 &python_dont_write_bytecode, _("\ in _initialize_python()
/netbsd/src/external/gpl3/gdb/dist/gdb/
DChangeLog-20211826 (python_dont_write_bytecode): New static global.