| /src/external/gpl3/gdb.old/dist/gdb/cli/ |
| cli-decode.c | 44 enum command_class theclass, 163 THECLASS is the top level category into which commands are broken down 180 do_add_cmd (const char *name, enum command_class theclass, 183 struct cmd_list_element *c = new struct cmd_list_element (name, theclass, 232 add_cmd (const char *name, enum command_class theclass, 235 cmd_list_element *result = do_add_cmd (name, theclass, doc, list); 242 add_cmd (const char *name, enum command_class theclass, 246 cmd_list_element *result = do_add_cmd (name, theclass, doc, list); 254 add_cmd_suppress_notification (const char *name, enum command_class theclass, 261 element = add_cmd (name, theclass, fun, doc, list) [all...] |
| cli-decode.h | 53 theclass (theclass_), 122 enum command_class theclass; member in struct:cmd_list_element
|
| cli-style.h | 48 set_show_commands add_setshow_commands (enum command_class theclass,
|
| cli-style.c | 252 cli_style_option::add_setshow_commands (enum command_class theclass, 259 = add_setshow_prefix_cmd (m_name, theclass, prefix_doc, prefix_doc, 265 ("foreground", theclass, cli_colors, 277 ("background", theclass, cli_colors, 291 ("intensity", theclass, cli_intensities,
|
| cli-script.c | 1401 if (c->theclass == class_user || c->theclass == class_alias) 1466 (c != nullptr && c->theclass == class_user) 1529 if (c->theclass != class_user 1530 && (alias == nullptr || alias->theclass != class_alias)) 1599 if (c != nullptr && c->theclass != class_user) 1689 if (c->theclass == class_user || c->is_prefix ())
|
| cli-setshow.c | 40 return c->theclass != class_maintenance && c->theclass != class_obscure; 702 else if (list->theclass != no_set_class && !list->is_alias ())
|
| /src/external/gpl3/gdb/dist/gdb/ |
| command.h | 448 (const char *name, enum command_class theclass, 484 (const char *name, command_class theclass, const char *set_doc, 492 (const char *name, enum command_class theclass, 639 command_class theclass, 643 (const char *name, enum command_class theclass, 680 (const char *name, command_class theclass, const char *const *enumlist, 687 (const char *name, command_class theclass, const char *const *enumlist, 694 (const char *name, command_class theclass, ui_file_style::color *var, 700 (const char *name, command_class theclass, 708 (const char *name, command_class theclass, auto_boolean *var [all...] |
| amd64-tdep.c | 507 static void amd64_classify (struct type *type, enum amd64_reg_class theclass[2]); 551 structures and union types, and store the result in THECLASS. */ 555 enum amd64_reg_class theclass[2], 580 amd64_classify_aggregate_field (subtype, j, theclass, bitpos); 587 theclass[pos] = amd64_merge_classes (theclass[pos], subclass[0]); 611 theclass[1] = amd64_merge_classes (theclass[1], subclass[0]); 613 theclass[1] = amd64_merge_classes (theclass[1], subclass[1]) 756 enum amd64_reg_class theclass[2]; local 929 enum amd64_reg_class theclass[2]; local [all...] |
| parser-defs.h | 372 int theclass; member in struct:objc_class_str
|
| c-exp.y | 155 struct objc_class_str theclass; 204 %token <theclass> CLASSNAME /* ObjC Class name */ 498 CORE_ADDR theclass; 501 theclass = lookup_objc_class (pstate->gdbarch (), 503 if (theclass == 0) 508 (LONGEST) theclass); 519 (LONGEST) $2.theclass); 3148 yylval.theclass.theclass = Class; 3152 yylval.theclass.type = sym->type () [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| command.h | 438 (const char *name, enum command_class theclass, 474 (const char *name, command_class theclass, const char *set_doc, 482 (const char *name, enum command_class theclass, 629 command_class theclass, 633 (const char *name, enum command_class theclass, 670 (const char *name, command_class theclass, const char *const *enumlist, 677 (const char *name, command_class theclass, const char *const *enumlist, 684 (const char *name, command_class theclass, auto_boolean *var, 690 (const char *name, command_class theclass, const char *set_doc, 698 (const char *name, command_class theclass, bool *var, const char *set_doc [all...] |
| amd64-tdep.c | 506 static void amd64_classify (struct type *type, enum amd64_reg_class theclass[2]); 551 structures and union types, and store the result in THECLASS. */ 555 enum amd64_reg_class theclass[2], 580 amd64_classify_aggregate_field (subtype, j, theclass, bitpos); 587 theclass[pos] = amd64_merge_classes (theclass[pos], subclass[0]); 611 theclass[1] = amd64_merge_classes (theclass[1], subclass[0]); 613 theclass[1] = amd64_merge_classes (theclass[1], subclass[1]) 756 enum amd64_reg_class theclass[2]; local 929 enum amd64_reg_class theclass[2]; local [all...] |
| parser-defs.h | 372 int theclass; member in struct:objc_class_str
|
| psymtab.c | 1025 unsigned int theclass = psymbol->aclass; 1030 h = fast_hash (&theclass, sizeof (unsigned int), h); 1088 enum address_class theclass, 1102 psymbol.aclass = theclass; 1023 unsigned int theclass = psymbol->aclass; local
|
| psymtab.h | 336 THECLASS is the type of symbol. 351 enum address_class theclass,
|
| c-exp.y | 155 struct objc_class_str theclass; 204 %token <theclass> CLASSNAME /* ObjC Class name */ 498 CORE_ADDR theclass; 501 theclass = lookup_objc_class (pstate->gdbarch (), 503 if (theclass == 0) 508 (LONGEST) theclass); 519 (LONGEST) $2.theclass); 3152 yylval.theclass.theclass = Class; 3156 yylval.theclass.type = sym->type () [all...] |
| mdebugread.c | 3377 enum address_class theclass; 3534 theclass = LOC_STATIC; 3546 theclass = LOC_TYPEDEF; 3550 theclass = LOC_CONST; 3608 VAR_DOMAIN, theclass, section, 3624 enum address_class theclass; 3671 theclass = LOC_LABEL; 3683 theclass = LOC_STATIC; 3688 VAR_DOMAIN, theclass, 4473 domain_enum domain, enum address_class theclass) 3369 enum address_class theclass; local 3616 enum address_class theclass; local [all...] |
| /src/external/gpl3/gdb/dist/gdb/cli/ |
| cli-decode.c | 45 enum command_class theclass, 179 THECLASS is the top level category into which commands are broken down 196 do_add_cmd (const char *name, enum command_class theclass, 199 struct cmd_list_element *c = new struct cmd_list_element (name, theclass, 248 add_cmd (const char *name, enum command_class theclass, 251 cmd_list_element *result = do_add_cmd (name, theclass, doc, list); 258 add_cmd (const char *name, enum command_class theclass, 262 cmd_list_element *result = do_add_cmd (name, theclass, doc, list); 270 add_cmd_suppress_notification (const char *name, enum command_class theclass, 277 element = add_cmd (name, theclass, fun, doc, list) [all...] |
| cli-decode.h | 53 theclass (theclass_), 127 enum command_class theclass; member in struct:cmd_list_element
|
| cli-style.h | 48 set_show_commands add_setshow_commands (enum command_class theclass,
|
| cli-style.c | 303 cli_style_option::add_setshow_commands (enum command_class theclass, 310 = add_setshow_prefix_cmd (m_name, theclass, prefix_doc, prefix_doc, 316 ("foreground", theclass, &m_foreground, 327 ("background", theclass, &m_background, 340 ("intensity", theclass, cli_intensities,
|
| cli-script.c | 1405 if (c->theclass == class_user || c->theclass == class_alias) 1470 (c != nullptr && c->theclass == class_user) 1533 if (c->theclass != class_user 1534 && (alias == nullptr || alias->theclass != class_alias)) 1603 if (c != nullptr && c->theclass != class_user) 1752 if (c->theclass == class_user || c->is_prefix ())
|
| cli-setshow.c | 41 return c->theclass != class_maintenance && c->theclass != class_obscure; 729 else if (list->theclass != no_set_class && !list->is_alias ())
|
| /src/external/gpl3/gdb.old/dist/gdb/guile/ |
| scm-symbol.c | 433 enum address_class theclass; 435 theclass = symbol->aclass (); 437 return scm_from_bool (theclass == LOC_CONST || theclass == LOC_CONST_BYTES); 448 enum address_class theclass; 450 theclass = symbol->aclass (); 452 return scm_from_bool (theclass == LOC_BLOCK); 463 enum address_class theclass; 465 theclass = symbol->aclass (); 468 && (theclass == LOC_LOCAL || theclass == LOC_REGISTE 431 enum address_class theclass; local 446 enum address_class theclass; local 461 enum address_class theclass; local [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/python/ |
| py-symbol.c | 170 enum address_class theclass; local 174 theclass = symbol->aclass (); 176 return PyBool_FromLong (theclass == LOC_CONST || theclass == LOC_CONST_BYTES); 183 enum address_class theclass; local 187 theclass = symbol->aclass (); 189 return PyBool_FromLong (theclass == LOC_BLOCK); 196 enum address_class theclass; local 200 theclass = symbol->aclass (); 203 && (theclass == LOC_LOCAL || theclass == LOC_REGISTE [all...] |