Home | History | Annotate | Download | only in gdb

Lines Matching defs:next_gdbarch

84 static struct gdbarch *next_gdbarch;
541 next_gdbarch = gdbarch;
1019 next_gdbarch = gdbarch;
1032 if (gdbarch_ptr_bit (next_gdbarch) == 64)
1034 else if (gdbarch_ptr_bit (next_gdbarch) == 32)
1036 else if (gdbarch_ptr_bit (next_gdbarch) == 16)
1044 val_type = builtin_type (next_gdbarch)->builtin_int8;
1046 val_type = builtin_type (next_gdbarch)->builtin_int16;
1048 val_type = builtin_type (next_gdbarch)->builtin_int32;
1050 val_type = builtin_type (next_gdbarch)->builtin_int64;
1059 char_type = builtin_type (next_gdbarch)->builtin_char16;
1061 char_type = builtin_type (next_gdbarch)->builtin_char32;
1070 val_type = builtin_type (next_gdbarch)->builtin_int8;
1162 print_address (next_gdbarch, next_address, gdb_stdout);
1860 next_gdbarch = expr->gdbarch;
1863 if (!next_gdbarch)
1866 do_examine (fmt, next_gdbarch, next_address);