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

  /src/external/gpl3/gdb/dist/gdb/python/
py-mi.c 35 m_error.emplace ();
43 m_error.emplace ();
48 m_error.emplace ();
55 if (m_error.has_value ())
63 m_error.emplace ();
79 if (m_error.has_value ())
92 if (m_error.has_value ())
103 if (m_error.has_value ())
115 if (m_error.has_value ())
127 if (m_error.has_value ()
    [all...]
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
python.c 239 m_error.emplace ();
252 m_error->restore ();
  /src/external/gpl3/gdb.old/dist/gdb/python/
py-mi.c 35 m_error.emplace ();
43 m_error.emplace ();
48 m_error.emplace ();
55 if (m_error.has_value ())
63 m_error.emplace ();
79 if (m_error.has_value ())
91 if (m_error.has_value ())
102 if (m_error.has_value ())
114 if (m_error.has_value ())
126 if (m_error.has_value ()
    [all...]
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
python.c 232 m_error.emplace ();
245 m_error->restore ();
  /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 32 milliseconds