Home
last modified time | relevance | path

Searched refs:Py_buffer_up (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/python/
Dpy-inferior.c611 Py_buffer_up buffer_up (&pybuf); in infpy_write_memory()
670 Py_buffer_up buffer_up (&pybuf); in infpy_search_memory()
750 Py_buffer_up buffer_up; in infpy_thread_from_thread_handle()
Dpython-internal.h972 typedef std::unique_ptr<Py_buffer, Py_buffer_deleter> Py_buffer_up; typedef
Dpy-disasm.c898 Py_buffer_up buffer_up (&py_buff); in read_memory_func()
Dpy-value.c148 Py_buffer_up buffer_up; in convert_buffer_and_type_to_value()
/netbsd/src/external/gpl3/gdb/dist/gdb/
DChangeLog-201914861 Py_buffer_up instead of explicit calls to PyBuffer_Release.
15010 (Py_buffer_up): New typedef.