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

  /src/external/gpl3/gdb/dist/gdb/python/
py-cmd.c 518 bool has_invoke = PyObject_HasAttr (self, invoke_cst) == 1;
519 if (has_invoke)
516 bool has_invoke = PyObject_HasAttr (self, invoke_cst) == 1; local
py-cmd.c 518 bool has_invoke = PyObject_HasAttr (self, invoke_cst) == 1;
519 if (has_invoke)
516 bool has_invoke = PyObject_HasAttr (self, invoke_cst) == 1; local
  /src/external/gpl3/gdb/dist/gdb/guile/
scm-cmd.c 775 bool has_invoke = gdbscm_is_true (c_smob->invoke) == 1;
777 if (has_invoke)
772 bool has_invoke = gdbscm_is_true (c_smob->invoke) == 1; local
scm-cmd.c 775 bool has_invoke = gdbscm_is_true (c_smob->invoke) == 1;
777 if (has_invoke)
772 bool has_invoke = gdbscm_is_true (c_smob->invoke) == 1; local

Completed in 30 milliseconds