Lines Matching refs:matcher
77 /* Invoke the "match" method of the MATCHER and return a new reference
81 invoke_match_method (PyObject *matcher, PyObject *py_obj_type,
86 gdbpy_ref<> enabled_field (PyObject_GetAttrString (matcher,
96 /* Return 'None' if the matcher is not enabled. */
100 gdbpy_ref<> match_method (PyObject_GetAttrString (matcher,
109 return PyObject_CallMethodObjArgs (matcher, py_match_method_name,
142 This could be done differently by iterating over each objfile's matcher
224 gdbpy_ref<> matcher (PyIter_Next (list_iter.get ()));
225 if (matcher == NULL)
235 gdbpy_ref<> match_result (invoke_match_method (matcher.get (),