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

  /src/external/gpl3/gdb.old/dist/gdb/python/
python-internal.h 851 is either python_gdbarch (which comes from the most recent call
856 /* Called only during gdb shutdown. This sets python_gdbarch to an
864 static struct gdbarch *python_gdbarch;
862 static struct gdbarch *python_gdbarch; member in class:gdbpy_enter
python.c 219 struct gdbarch *gdbpy_enter::python_gdbarch;
223 : m_gdbarch (python_gdbarch),
234 python_gdbarch = gdbarch;
254 python_gdbarch = m_gdbarch;
265 if (python_gdbarch != nullptr)
266 return python_gdbarch;
273 python_gdbarch = current_inferior ()->arch ();
218 struct gdbarch *gdbpy_enter::python_gdbarch; member in class:gdbpy_enter
  /src/external/gpl3/gdb/dist/gdb/python/
python-internal.h 849 is either python_gdbarch (which comes from the most recent call
854 /* Called only during gdb shutdown. This sets python_gdbarch to an
862 static struct gdbarch *python_gdbarch;
860 static struct gdbarch *python_gdbarch; member in class:gdbpy_enter
python.c 222 struct gdbarch *gdbpy_enter::python_gdbarch;
226 : m_gdbarch (python_gdbarch),
237 python_gdbarch = gdbarch;
257 python_gdbarch = m_gdbarch;
268 if (python_gdbarch != nullptr)
269 return python_gdbarch;
276 python_gdbarch = current_inferior ()->arch ();
221 struct gdbarch *gdbpy_enter::python_gdbarch; member in class:gdbpy_enter

Completed in 22 milliseconds