Searched refs:EXT_LANG_BP_STOP_NO (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dextension.h143 EXT_LANG_BP_STOP_NO, enumerator in enum:ext_lang_bp_stop
H A Dextension.c610 return stop == EXT_LANG_BP_STOP_NO ? 0 : 1;
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dextension.h143 EXT_LANG_BP_STOP_NO, enumerator in enum:ext_lang_bp_stop
H A Dextension.c636 return stop == EXT_LANG_BP_STOP_NO ? 0 : 1;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/guile/
H A Dscm-breakpoint.c1085 return stop ? EXT_LANG_BP_STOP_YES : EXT_LANG_BP_STOP_NO;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/python/
H A Dpy-breakpoint.c973 return stop ? EXT_LANG_BP_STOP_YES : EXT_LANG_BP_STOP_NO;
/netbsd-current/external/gpl3/gdb/dist/gdb/guile/
H A Dscm-breakpoint.c1116 return stop ? EXT_LANG_BP_STOP_YES : EXT_LANG_BP_STOP_NO;
/netbsd-current/external/gpl3/gdb/dist/gdb/python/
H A Dpy-breakpoint.c1080 return stop ? EXT_LANG_BP_STOP_YES : EXT_LANG_BP_STOP_NO;

Completed in 207 milliseconds