/netbsd/external/gpl3/gdb/dist/gdb/cli/ |
H A D | cli-decode.c | 47 enum command_class theclass, 509 enum command_class theclass, in add_set_or_show_cmd() argument 538 enum command_class theclass, in add_setshow_cmd_full() argument 592 enum command_class theclass, in add_setshow_enum_cmd() argument 1310 if (theclass == all_classes) in help_list() 1315 help_cmd_list (list, theclass, theclass >= 0, stream); in help_list() 1317 if (theclass == all_classes) in help_list() 1375 if (c->theclass == no_class) in help_all() 1494 if (theclass == all_commands in help_cmd_list() 1496 || (theclass == c->theclass && c->func != NULL)) in help_cmd_list() [all …]
|
H A D | cli-style.c | 215 cli_style_option::add_setshow_commands (enum command_class theclass, in add_setshow_commands() argument 229 add_setshow_enum_cmd ("foreground", theclass, cli_colors, in add_setshow_commands() 237 add_setshow_enum_cmd ("background", theclass, cli_colors, in add_setshow_commands() 246 add_setshow_enum_cmd ("intensity", theclass, cli_intensities, in add_setshow_commands()
|
H A D | cli-decode.h | 48 theclass (theclass_), in cmd_list_element() 82 enum command_class theclass; member
|
H A D | cli-setshow.c | 40 if (c->theclass == class_maintenance || c->theclass == class_deprecated in notify_command_param_changed_p() 41 || c->theclass == class_obscure) in notify_command_param_changed_p() 756 else if (list->theclass != no_set_class && list->cmd_pointer == nullptr) in cmd_show_list()
|
H A D | cli-script.c | 1398 if (c->theclass == class_user || c->theclass == class_alias) in do_define_command() 1466 (c != nullptr && c->theclass == class_user) in do_define_command() 1523 if (c->theclass != class_user) in document_command() 1573 if (c != nullptr && c->theclass != class_user) in define_prefix_command() 1663 if (c->theclass == class_user || c->prefixlist != NULL) in show_user_1()
|
H A D | cli-style.h | 46 void add_setshow_commands (enum command_class theclass,
|
/netbsd/external/gpl3/gdb.old/dist/gdb/cli/ |
H A D | cli-decode.c | 47 enum command_class theclass, 509 enum command_class theclass, in add_set_or_show_cmd() argument 538 enum command_class theclass, in add_setshow_cmd_full() argument 592 enum command_class theclass, in add_setshow_enum_cmd() argument 1310 if (theclass == all_classes) in help_list() 1315 help_cmd_list (list, theclass, theclass >= 0, stream); in help_list() 1317 if (theclass == all_classes) in help_list() 1375 if (c->theclass == no_class) in help_all() 1494 if (theclass == all_commands in help_cmd_list() 1496 || (theclass == c->theclass && c->func != NULL)) in help_cmd_list() [all …]
|
H A D | cli-style.c | 215 cli_style_option::add_setshow_commands (enum command_class theclass, in add_setshow_commands() argument 229 add_setshow_enum_cmd ("foreground", theclass, cli_colors, in add_setshow_commands() 237 add_setshow_enum_cmd ("background", theclass, cli_colors, in add_setshow_commands() 246 add_setshow_enum_cmd ("intensity", theclass, cli_intensities, in add_setshow_commands()
|
H A D | cli-decode.h | 48 theclass (theclass_), in cmd_list_element() 82 enum command_class theclass; member
|
H A D | cli-setshow.c | 40 if (c->theclass == class_maintenance || c->theclass == class_deprecated in notify_command_param_changed_p() 41 || c->theclass == class_obscure) in notify_command_param_changed_p() 756 else if (list->theclass != no_set_class && list->cmd_pointer == nullptr) in cmd_show_list()
|
H A D | cli-script.c | 1398 if (c->theclass == class_user || c->theclass == class_alias) in do_define_command() 1466 (c != nullptr && c->theclass == class_user) in do_define_command() 1523 if (c->theclass != class_user) in document_command() 1573 if (c != nullptr && c->theclass != class_user) in define_prefix_command() 1663 if (c->theclass == class_user || c->prefixlist != NULL) in show_user_1()
|
H A D | cli-style.h | 46 void add_setshow_commands (enum command_class theclass,
|
/netbsd/external/gpl3/gdb/dist/gdb/ |
H A D | command.h | 341 enum command_class theclass, 354 enum command_class theclass, 366 enum command_class theclass, 376 enum command_class theclass, 387 enum command_class theclass, 399 enum command_class theclass, 421 enum command_class theclass, 432 enum command_class theclass, 443 enum command_class theclass, 454 enum command_class theclass, [all …]
|
H A D | amd64-tdep.c | 643 theclass[1] = amd64_merge_classes (theclass[1], subclass[0]); in amd64_classify_aggregate_field() 645 theclass[1] = amd64_merge_classes (theclass[1], subclass[1]); in amd64_classify_aggregate_field() 658 theclass[0] = theclass[1] = AMD64_MEMORY; in amd64_classify_aggregate() 663 theclass[0] = theclass[1] = AMD64_NO_CLASS; in amd64_classify_aggregate() 677 theclass[1] = theclass[0]; in amd64_classify_aggregate() 696 theclass[0] = theclass[1] = AMD64_MEMORY; in amd64_classify_aggregate() 702 if (theclass[1] == AMD64_SSEUP && theclass[0] != AMD64_SSE) in amd64_classify_aggregate() 714 theclass[0] = theclass[1] = AMD64_NO_CLASS; in amd64_classify() 739 theclass[0] = AMD64_SSE, theclass[1] = AMD64_SSEUP; in amd64_classify() 746 theclass[0] = AMD64_X87, theclass[1] = AMD64_X87UP; in amd64_classify() [all …]
|
H A D | objc-lang.c | 69 CORE_ADDR theclass; member 909 gdb_assert (theclass != NULL); 981 if (theclass != NULL) 982 *theclass = nclass; 1055 if ((theclass != NULL) 1125 char *theclass = NULL; 1409 struct objc_class *theclass) 1428 CORE_ADDR theclass, CORE_ADDR sel) 1431 CORE_ADDR subclass = theclass; 1550 if (sstr.theclass == 0) [all …]
|
H A D | c-exp.y | 157 struct objc_class_str theclass; member 208 %token <theclass> CLASSNAME /* ObjC Class name */ 478 CORE_ADDR theclass; variable 481 theclass = lookup_objc_class (pstate->gdbarch (), 483 if (theclass == 0) 489 write_exp_elt_longcst (pstate, (LONGEST) theclass); 505 write_exp_elt_longcst (pstate, (LONGEST) $2.theclass); 3141 yylval.theclass.theclass = Class; in classify_name() 3145 yylval.theclass.type = SYMBOL_TYPE (sym); in classify_name()
|
H A D | mdebugread.c | 3332 enum address_class theclass; 3485 theclass = LOC_STATIC; 3497 theclass = LOC_TYPEDEF; 3501 theclass = LOC_CONST; 3556 VAR_DOMAIN, theclass, section, 3570 enum address_class theclass; 3617 theclass = LOC_LABEL; 3629 theclass = LOC_STATIC; 3634 VAR_DOMAIN, theclass, 4439 domain_enum domain, enum address_class theclass) [all …]
|
/netbsd/external/gpl3/gdb.old/dist/gdb/ |
H A D | command.h | 341 enum command_class theclass, 354 enum command_class theclass, 366 enum command_class theclass, 376 enum command_class theclass, 387 enum command_class theclass, 399 enum command_class theclass, 421 enum command_class theclass, 432 enum command_class theclass, 443 enum command_class theclass, 454 enum command_class theclass, [all …]
|
H A D | amd64-tdep.c | 643 theclass[1] = amd64_merge_classes (theclass[1], subclass[0]); in amd64_classify_aggregate_field() 645 theclass[1] = amd64_merge_classes (theclass[1], subclass[1]); in amd64_classify_aggregate_field() 658 theclass[0] = theclass[1] = AMD64_MEMORY; in amd64_classify_aggregate() 663 theclass[0] = theclass[1] = AMD64_NO_CLASS; in amd64_classify_aggregate() 677 theclass[1] = theclass[0]; in amd64_classify_aggregate() 696 theclass[0] = theclass[1] = AMD64_MEMORY; in amd64_classify_aggregate() 702 if (theclass[1] == AMD64_SSEUP && theclass[0] != AMD64_SSE) in amd64_classify_aggregate() 714 theclass[0] = theclass[1] = AMD64_NO_CLASS; in amd64_classify() 739 theclass[0] = AMD64_SSE, theclass[1] = AMD64_SSEUP; in amd64_classify() 746 theclass[0] = AMD64_X87, theclass[1] = AMD64_X87UP; in amd64_classify() [all …]
|
H A D | objc-lang.c | 69 CORE_ADDR theclass; member 909 gdb_assert (theclass != NULL); 981 if (theclass != NULL) 982 *theclass = nclass; 1055 if ((theclass != NULL) 1125 char *theclass = NULL; 1409 struct objc_class *theclass) 1428 CORE_ADDR theclass, CORE_ADDR sel) 1431 CORE_ADDR subclass = theclass; 1550 if (sstr.theclass == 0) [all …]
|
H A D | c-exp.y | 157 struct objc_class_str theclass; member 208 %token <theclass> CLASSNAME /* ObjC Class name */ 478 CORE_ADDR theclass; variable 481 theclass = lookup_objc_class (pstate->gdbarch (), 483 if (theclass == 0) 489 write_exp_elt_longcst (pstate, (LONGEST) theclass); 505 write_exp_elt_longcst (pstate, (LONGEST) $2.theclass); 3141 yylval.theclass.theclass = Class; in classify_name() 3145 yylval.theclass.type = SYMBOL_TYPE (sym); in classify_name()
|
/netbsd/external/gpl3/gdb/dist/gdb/python/ |
H A D | py-symbol.c | 151 enum address_class theclass; in sympy_is_constant() local 155 theclass = SYMBOL_CLASS (symbol); in sympy_is_constant() 157 return PyBool_FromLong (theclass == LOC_CONST || theclass == LOC_CONST_BYTES); in sympy_is_constant() 164 enum address_class theclass; in sympy_is_function() local 168 theclass = SYMBOL_CLASS (symbol); in sympy_is_function() 170 return PyBool_FromLong (theclass == LOC_BLOCK); in sympy_is_function() 177 enum address_class theclass; in sympy_is_variable() local 181 theclass = SYMBOL_CLASS (symbol); in sympy_is_variable() 184 && (theclass == LOC_LOCAL || theclass == LOC_REGISTER in sympy_is_variable() 185 || theclass == LOC_STATIC || theclass == LOC_COMPUTED in sympy_is_variable() [all …]
|
/netbsd/external/gpl3/gdb.old/dist/gdb/python/ |
H A D | py-symbol.c | 151 enum address_class theclass; in sympy_is_constant() local 155 theclass = SYMBOL_CLASS (symbol); in sympy_is_constant() 157 return PyBool_FromLong (theclass == LOC_CONST || theclass == LOC_CONST_BYTES); in sympy_is_constant() 164 enum address_class theclass; in sympy_is_function() local 168 theclass = SYMBOL_CLASS (symbol); in sympy_is_function() 170 return PyBool_FromLong (theclass == LOC_BLOCK); in sympy_is_function() 177 enum address_class theclass; in sympy_is_variable() local 181 theclass = SYMBOL_CLASS (symbol); in sympy_is_variable() 184 && (theclass == LOC_LOCAL || theclass == LOC_REGISTER in sympy_is_variable() 185 || theclass == LOC_STATIC || theclass == LOC_COMPUTED in sympy_is_variable() [all …]
|
/netbsd/external/gpl3/gdb/dist/gdb/guile/ |
H A D | scm-symbol.c | 438 enum address_class theclass; in gdbscm_symbol_constant_p() local 440 theclass = SYMBOL_CLASS (symbol); in gdbscm_symbol_constant_p() 442 return scm_from_bool (theclass == LOC_CONST || theclass == LOC_CONST_BYTES); in gdbscm_symbol_constant_p() 453 enum address_class theclass; in gdbscm_symbol_function_p() local 455 theclass = SYMBOL_CLASS (symbol); in gdbscm_symbol_function_p() 457 return scm_from_bool (theclass == LOC_BLOCK); in gdbscm_symbol_function_p() 468 enum address_class theclass; in gdbscm_symbol_variable_p() local 470 theclass = SYMBOL_CLASS (symbol); in gdbscm_symbol_variable_p() 473 && (theclass == LOC_LOCAL || theclass == LOC_REGISTER in gdbscm_symbol_variable_p() 474 || theclass == LOC_STATIC || theclass == LOC_COMPUTED in gdbscm_symbol_variable_p() [all …]
|
/netbsd/external/gpl3/gdb.old/dist/gdb/guile/ |
H A D | scm-symbol.c | 438 enum address_class theclass; in gdbscm_symbol_constant_p() local 440 theclass = SYMBOL_CLASS (symbol); in gdbscm_symbol_constant_p() 442 return scm_from_bool (theclass == LOC_CONST || theclass == LOC_CONST_BYTES); in gdbscm_symbol_constant_p() 453 enum address_class theclass; in gdbscm_symbol_function_p() local 455 theclass = SYMBOL_CLASS (symbol); in gdbscm_symbol_function_p() 457 return scm_from_bool (theclass == LOC_BLOCK); in gdbscm_symbol_function_p() 468 enum address_class theclass; in gdbscm_symbol_variable_p() local 470 theclass = SYMBOL_CLASS (symbol); in gdbscm_symbol_variable_p() 473 && (theclass == LOC_LOCAL || theclass == LOC_REGISTER in gdbscm_symbol_variable_p() 474 || theclass == LOC_STATIC || theclass == LOC_COMPUTED in gdbscm_symbol_variable_p() [all …]
|