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

  /src/external/gpl3/gdb/dist/gdb/python/
py-unwind.c 715 PyObject *pyo_frame_id; local
724 &pyo_frame_id))
728 = pyuw_object_attribute_to_pointer (pyo_frame_id, "sp", &sp);
747 code = pyuw_object_attribute_to_pointer (pyo_frame_id, "pc", &pc);
753 code = pyuw_object_attribute_to_pointer (pyo_frame_id, "special", &special);
  /src/external/gpl3/gdb.old/dist/gdb/python/
py-unwind.c 715 PyObject *pyo_frame_id; local
724 &pyo_frame_id))
728 = pyuw_object_attribute_to_pointer (pyo_frame_id, "sp", &sp);
747 code = pyuw_object_attribute_to_pointer (pyo_frame_id, "pc", &pc);
753 code = pyuw_object_attribute_to_pointer (pyo_frame_id, "special", &special);

Completed in 22 milliseconds