HomeSort by: relevance | last modified time | path
    Searched refs:recpy_func_new (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/python/
py-record.h 70 extern PyObject *recpy_func_new (thread_info *thread, enum record_method method,
py-record-btrace.c 398 return recpy_func_new (((recpy_element_object *) self)->thread,
416 return recpy_func_new (((recpy_element_object *) self)->thread,
434 return recpy_func_new (((recpy_element_object *) self)->thread,
513 return recpy_func_new (obj->thread, RECORD_METHOD_BTRACE, number);
py-record.c 295 recpy_func_new (thread_info *thread, enum record_method method, function
  /src/external/gpl3/gdb.old/dist/gdb/python/
py-record.h 67 extern PyObject *recpy_func_new (thread_info *thread, enum record_method method,
py-record-btrace.c 386 return recpy_func_new (((recpy_element_object *) self)->thread,
404 return recpy_func_new (((recpy_element_object *) self)->thread,
422 return recpy_func_new (((recpy_element_object *) self)->thread,
460 return recpy_func_new (obj->thread, RECORD_METHOD_BTRACE, number);
py-record.c 276 recpy_func_new (thread_info *thread, enum record_method method, function

Completed in 30 milliseconds