Home
last modified time | relevance | path

Searched refs:gdbscm_safe_call_1 (Results 1 – 12 of 12) sorted by relevance

/netbsd/external/gpl3/gdb/dist/gdb/guile/
H A Dscm-iterator.c222 return gdbscm_safe_call_1 (i_smob->next_x, iter, ok_excps); in itscm_safe_call_next_x()
297 return gdbscm_safe_call_1 (i_smob->next_x, self, NULL); in gdbscm_iterator_next_x()
H A Dscm-safe-call.c258 gdbscm_safe_call_1 (SCM proc, SCM arg0, excp_matcher_func *ok_excps) in gdbscm_safe_call_1() function
466 gdbscm_safe_call_1 (scm_c_public_ref ("system repl repl", "start-repl"), in gdbscm_enter_repl()
H A Dscm-pretty-print.c532 result = gdbscm_safe_call_1 (w_smob->to_string, printer, in ppscm_pretty_print_one_value()
750 children = gdbscm_safe_call_1 (w_smob->children, printer, in ppscm_print_children()
H A Dscm-param.c284 result = gdbscm_safe_call_1 (p_smob->set_func, self, gdbscm_user_error_p); in pascm_set_func()
951 initial_value_scm = gdbscm_safe_call_1 (initial_value_scm, in gdbscm_make_parameter()
H A Dguile-internal.h390 extern SCM gdbscm_safe_call_1 (SCM proc, SCM arg0,
H A Dscm-breakpoint.c1073 = gdbscm_safe_call_1 (bp_smob->stop, bp_smob->containing_scm, NULL); in gdbscm_breakpoint_cond_says_stop()
/netbsd/external/gpl3/gdb.old/dist/gdb/guile/
H A Dscm-iterator.c222 return gdbscm_safe_call_1 (i_smob->next_x, iter, ok_excps); in itscm_safe_call_next_x()
297 return gdbscm_safe_call_1 (i_smob->next_x, self, NULL); in gdbscm_iterator_next_x()
H A Dscm-safe-call.c258 gdbscm_safe_call_1 (SCM proc, SCM arg0, excp_matcher_func *ok_excps) in gdbscm_safe_call_1() function
466 gdbscm_safe_call_1 (scm_c_public_ref ("system repl repl", "start-repl"), in gdbscm_enter_repl()
H A Dscm-pretty-print.c532 result = gdbscm_safe_call_1 (w_smob->to_string, printer, in ppscm_pretty_print_one_value()
750 children = gdbscm_safe_call_1 (w_smob->children, printer, in ppscm_print_children()
H A Dscm-param.c284 result = gdbscm_safe_call_1 (p_smob->set_func, self, gdbscm_user_error_p); in pascm_set_func()
951 initial_value_scm = gdbscm_safe_call_1 (initial_value_scm, in gdbscm_make_parameter()
H A Dguile-internal.h390 extern SCM gdbscm_safe_call_1 (SCM proc, SCM arg0,
H A Dscm-breakpoint.c1073 = gdbscm_safe_call_1 (bp_smob->stop, bp_smob->containing_scm, NULL); in gdbscm_breakpoint_cond_says_stop()