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

  /src/external/gpl3/gdb/dist/gdb/guile/
guile-internal.h 359 struct gdbscm_gdb_exception;
361 (const gdbscm_gdb_exception &exception);
364 (gdbscm_gdb_exception exception);
665 struct gdbscm_gdb_exception
673 /* Return a gdbscm_gdb_exception representing EXC. */
675 inline gdbscm_gdb_exception
678 gdbscm_gdb_exception result;
716 gdbscm_gdb_exception exc {};
658 struct gdbscm_gdb_exception struct
  /src/external/gpl3/gdb.old/dist/gdb/guile/
guile-internal.h 352 struct gdbscm_gdb_exception;
354 (const gdbscm_gdb_exception &exception);
356 extern void gdbscm_throw_gdb_exception (gdbscm_gdb_exception exception)
658 struct gdbscm_gdb_exception
666 /* Return a gdbscm_gdb_exception representing EXC. */
668 inline gdbscm_gdb_exception
671 gdbscm_gdb_exception result;
709 gdbscm_gdb_exception exc {};
651 struct gdbscm_gdb_exception struct

Completed in 23 milliseconds