Searched refs:python_gdbarch (Results 1 – 4 of 4) sorted by relevance
211 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()
777 static struct gdbarch *python_gdbarch; variable
6270 (python_gdbarch, python_language): Likewise.6275 (python_gdbarch, python_language): New global variables.6309 valpy_str): Use python_gdbarch and python_language instead of
146187 gdbpy_enter enter_py (python_gdbarch, python_language);