Home
last modified time | relevance | path

Searched defs:set_options (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/python/
Dpy-varobj.c74 scoped_restore set_options = make_scoped_restore (&gdbpy_current_print_options, in next() local
154 scoped_restore set_options = make_scoped_restore (&gdbpy_current_print_options, in py_varobj_get_iterator() local
Dpy-prettyprint.c612 scoped_restore set_options = make_scoped_restore (&gdbpy_current_print_options, in gdbpy_apply_val_pretty_printer() local
646 scoped_restore set_options = make_scoped_restore (&gdbpy_current_print_options, in apply_varobj_pretty_printer() local
/netbsd/src/external/gpl3/binutils/dist/gold/
Dparameters.cc89 Parameters::set_options(const General_options* options) in set_options() function in gold::Parameters