Lines Matching refs:setting
20 # TAB-completion and setting processing.
42 # The value for the setting corresponding to SHOW_CMD is then reset
47 # The setting value must still be the one in force before calling show_setting.
51 # do not change the setting value.
62 # setting name to use for $_gdb_maint_setting_str.
79 # Change the setting value to RESET_VALUE, set it back to setting_str_value
106 # Verifies that $_gdb_setting (SETTING) gives a value whose ptype matches EXPECTED.
107 proc check_type {setting expected} {
108 with_test_prefix "check_type $setting $expected" {
109 gdb_test "print \$_gdb_maint_setting(\"$setting\")"
116 gdb_test "ptype \$_gdb_maint_setting(\"$setting\")" \
194 # setting really took effect.
629 proc test-setting-error {} {
631 "First argument of \\\$_gdb_setting must be a valid setting of the 'show' command\\."
633 "First argument of \\\$_gdb_setting_str must be a valid setting of the 'show' command\\."
636 "First argument of \\\$_gdb_maint_setting must be a valid setting of the 'maintenance show' command\\."
638 "First argument of \\\$_gdb_maint_setting_str must be a valid setting of the 'maintenance show' command\\."
668 test-setting-error