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

  /src/external/gpl3/gdb/dist/gdb/guile/
scm-exception.c 72 static SCM with_stack_error_symbol; variable
195 return gdbscm_make_exception (with_stack_error_symbol,
478 gdb_assert (!scm_is_eq (key, with_stack_error_symbol));
592 if (scm_is_eq (key, with_stack_error_symbol)
694 with_stack_error_symbol = scm_from_latin1_symbol ("gdb:with-stack");
  /src/external/gpl3/gdb.old/dist/gdb/guile/
scm-exception.c 72 static SCM with_stack_error_symbol; variable
195 return gdbscm_make_exception (with_stack_error_symbol,
478 gdb_assert (!scm_is_eq (key, with_stack_error_symbol));
592 if (scm_is_eq (key, with_stack_error_symbol)
694 with_stack_error_symbol = scm_from_latin1_symbol ("gdb:with-stack");

Completed in 23 milliseconds