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

  /src/external/gpl3/gdb/dist/gdb/python/
py-unwind.c 282 pyuw_create_unwind_info (PyObject *pyo_pending_frame, function
751 return pyuw_create_unwind_info (self, frame_id_build_wild (sp));
757 return pyuw_create_unwind_info (self, frame_id_build (sp, pc));
759 return pyuw_create_unwind_info (self,
  /src/external/gpl3/gdb.old/dist/gdb/python/
py-unwind.c 282 pyuw_create_unwind_info (PyObject *pyo_pending_frame, function
751 return pyuw_create_unwind_info (self, frame_id_build_wild (sp));
757 return pyuw_create_unwind_info (self, frame_id_build (sp, pc));
759 return pyuw_create_unwind_info (self,

Completed in 23 milliseconds