HomeSort by: relevance | last modified time | path
    Searched defs:python_print_insn_enabled (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/python/
py-disasm.c 126 static bool python_print_insn_enabled = false; variable
653 python_print_insn_enabled = newstate == Py_True;
1224 python_print_insn_enabled flag is set (from Python) only when the user
1228 if (!gdb_python_initialized || !python_print_insn_enabled)
  /src/external/gpl3/gdb.old/dist/gdb/python/
py-disasm.c 126 static bool python_print_insn_enabled = false; variable
653 python_print_insn_enabled = PyObject_IsTrue (newstate);
1225 python_print_insn_enabled flag is set (from Python) only when the user
1229 if (!gdb_python_initialized || !python_print_insn_enabled)

Completed in 28 milliseconds