Home
last modified time | relevance | path

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

/dports/devel/gdb/gdb-11.1/gdb/
H A Dsymtab.c5145 struct info_vars_funcs_options struct
5151 ~info_vars_funcs_options () in ~info_vars_funcs_options() argument
5161 gdb::option::boolean_option_def<info_vars_funcs_options> {
5163 [] (info_vars_funcs_options *opt) { return &opt->quiet; },
5168 gdb::option::boolean_option_def<info_vars_funcs_options> {
5170 [] (info_vars_funcs_options *opt) { return &opt->exclude_minsyms; },
5175 gdb::option::string_option_def<info_vars_funcs_options> {
5177 [] (info_vars_funcs_options *opt) { return &opt->type_regexp;
5188 make_info_vars_funcs_options_def_group (info_vars_funcs_options *opts) in make_info_vars_funcs_options_def_group()
5215 info_vars_funcs_options opts; in info_variables_command()
[all …]