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

  /src/external/gpl3/gdb.old/dist/gdb/python/
py-linetable.c 331 ltpy_iterator_object *ltpy_iter_obj; local
336 ltpy_iter_obj = PyObject_New (ltpy_iterator_object,
338 if (ltpy_iter_obj == NULL)
341 ltpy_iter_obj->current_index = 0;
342 ltpy_iter_obj->source = self;
345 return (PyObject *) ltpy_iter_obj;
  /src/external/gpl3/gdb/dist/gdb/python/
py-linetable.c 331 ltpy_iterator_object *ltpy_iter_obj; local
336 ltpy_iter_obj = PyObject_New (ltpy_iterator_object,
338 if (ltpy_iter_obj == NULL)
341 ltpy_iter_obj->current_index = 0;
342 ltpy_iter_obj->source = self;
345 return (PyObject *) ltpy_iter_obj;

Completed in 57 milliseconds