Searched refs:EXT_LANG_BT_NO_FILTERS (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dextension.h82 EXT_LANG_BT_NO_FILTERS = 2 enumerator in enum:ext_lang_bt_status
H A Dextension.c527 if (status != EXT_LANG_BT_NO_FILTERS)
531 return EXT_LANG_BT_NO_FILTERS;
H A Dstack.c2061 if (bt_opts.no_filters || result == EXT_LANG_BT_NO_FILTERS)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/mi/
H A Dmi-cmd-stack.c168 if (! frame_filters || raw_arg || result == EXT_LANG_BT_NO_FILTERS)
278 if (! frame_filters || raw_arg || result == EXT_LANG_BT_NO_FILTERS)
384 if (! frame_filters || raw_arg || result == EXT_LANG_BT_NO_FILTERS)
470 if (! frame_filters || raw_arg || result == EXT_LANG_BT_NO_FILTERS)
/netbsd-current/external/gpl3/gdb/dist/gdb/mi/
H A Dmi-cmd-stack.c170 if (! frame_filters || raw_arg || result == EXT_LANG_BT_NO_FILTERS)
282 if (! frame_filters || raw_arg || result == EXT_LANG_BT_NO_FILTERS)
388 if (! frame_filters || raw_arg || result == EXT_LANG_BT_NO_FILTERS)
474 if (! frame_filters || raw_arg || result == EXT_LANG_BT_NO_FILTERS)
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dextension.h82 EXT_LANG_BT_NO_FILTERS = 2 enumerator in enum:ext_lang_bt_status
H A Dextension.c553 if (status != EXT_LANG_BT_NO_FILTERS)
557 return EXT_LANG_BT_NO_FILTERS;
H A Dstack.c2060 if (bt_opts.no_filters || result == EXT_LANG_BT_NO_FILTERS)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/python/
H A Dpy-framefilter.c1148 return EXT_LANG_BT_NO_FILTERS;
1157 return EXT_LANG_BT_NO_FILTERS;
1187 printing the error message. GDB returns EXT_LANG_BT_NO_FILTERS
1193 return EXT_LANG_BT_NO_FILTERS;
1200 return EXT_LANG_BT_NO_FILTERS;
/netbsd-current/external/gpl3/gdb/dist/gdb/python/
H A Dpy-framefilter.c1144 return EXT_LANG_BT_NO_FILTERS;
1153 return EXT_LANG_BT_NO_FILTERS;
1183 printing the error message. GDB returns EXT_LANG_BT_NO_FILTERS
1189 return EXT_LANG_BT_NO_FILTERS;
1196 return EXT_LANG_BT_NO_FILTERS;

Completed in 309 milliseconds