Home
last modified time | relevance | path

Searched refs:python_gdbarch (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/python/
Dpython.c211 struct gdbarch *gdbpy_enter::python_gdbarch;
215 : m_gdbarch (python_gdbarch), in gdbpy_enter()
226 python_gdbarch = gdbarch; in gdbpy_enter()
246 python_gdbarch = m_gdbarch; in ~gdbpy_enter()
257 if (python_gdbarch != nullptr) in get_gdbarch()
258 return python_gdbarch; in get_gdbarch()
265 python_gdbarch = current_inferior ()->arch (); in finalize()
Dpython-internal.h777 static struct gdbarch *python_gdbarch; variable
/netbsd/src/external/gpl3/gdb/dist/gdb/
DChangeLog-20096270 (python_gdbarch, python_language): Likewise.
6275 (python_gdbarch, python_language): New global variables.
6309 valpy_str): Use python_gdbarch and python_language instead of
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git146187 gdbpy_enter enter_py (python_gdbarch, python_language);