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

  /src/external/gpl3/gdb/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.old/dist/gdb/python/
python-internal.h 766 is either python_gdbarch (which comes from the most recent call
771 /* Called only during gdb shutdown. This sets python_gdbarch to an
779 static struct gdbarch *python_gdbarch;
777 static struct gdbarch *python_gdbarch; member in class:gdbpy_enter
python.c 212 struct gdbarch *gdbpy_enter::python_gdbarch;
216 : m_gdbarch (python_gdbarch),
227 python_gdbarch = gdbarch;
247 python_gdbarch = m_gdbarch;
258 if (python_gdbarch != nullptr)
259 return python_gdbarch;
266 python_gdbarch = current_inferior ()->arch ();
211 struct gdbarch *gdbpy_enter::python_gdbarch; member in class:gdbpy_enter

Completed in 41 milliseconds