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

  /src/external/gpl3/gdb/dist/gdb/
infcall.c 798 struct gdb_exception caught_error; variable in typeref:struct:gdb_exception
868 caught_error = std::move (e);
929 if (caught_error.reason < 0)
935 return caught_error;
  /src/external/gpl3/gdb.old/dist/gdb/
infcall.c 798 struct gdb_exception caught_error; variable in typeref:struct:gdb_exception
868 caught_error = std::move (e);
929 if (caught_error.reason < 0)
935 return caught_error;

Completed in 40 milliseconds