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

  /src/external/gpl3/gdb/dist/gdb/python/
py-uiout.h 51 if (m_error.has_value ())
53 m_error->restore ();
147 std::optional<gdbpy_err_fetch> m_error; member in class:py_ui_out
python-internal.h 873 std::optional<gdbpy_err_fetch> m_error;
871 std::optional<gdbpy_err_fetch> m_error; member in class:gdbpy_enter
  /src/external/gpl3/gdb.old/dist/gdb/python/
py-uiout.h 51 if (m_error.has_value ())
53 m_error->restore ();
146 std::optional<gdbpy_err_fetch> m_error; member in class:py_ui_out
python-internal.h 788 std::optional<gdbpy_err_fetch> m_error;
786 std::optional<gdbpy_err_fetch> m_error; member in class:gdbpy_enter
  /src/external/gpl3/gdb/dist/gdb/
xml-support.c 118 m_error = std::move (error);
142 struct gdb_exception m_error; member in struct:gdb_xml_parser
161 if (m_error.reason < 0)
246 if (m_error.reason < 0)
401 if (m_error.reason < 0)
586 if (status == XML_STATUS_OK && m_error.reason == 0)
589 if (m_error.reason == RETURN_ERROR
590 && m_error.error == XML_PARSE_ERROR)
592 gdb_assert (m_error.message != NULL);
593 error_string = m_error.what ()
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
xml-support.c 118 m_error = std::move (error);
142 struct gdb_exception m_error; member in struct:gdb_xml_parser
161 if (m_error.reason < 0)
246 if (m_error.reason < 0)
401 if (m_error.reason < 0)
586 if (status == XML_STATUS_OK && m_error.reason == 0)
589 if (m_error.reason == RETURN_ERROR
590 && m_error.error == XML_PARSE_ERROR)
592 gdb_assert (m_error.message != NULL);
593 error_string = m_error.what ()
    [all...]

Completed in 27 milliseconds