Searched refs:LA_PRINT_TYPE (Results 1 – 5 of 5) sorted by relevance
/dflybsd-src/contrib/gdb-7/gdb/ |
H A D | symmisc.c | 487 LA_PRINT_TYPE (SYMBOL_TYPE (symbol), "", outfile, 1, depth, in print_symbol() 498 LA_PRINT_TYPE (SYMBOL_TYPE (symbol), "", outfile, 1, depth, in print_symbol() 510 LA_PRINT_TYPE (SYMBOL_TYPE (symbol), SYMBOL_PRINT_NAME (symbol), in print_symbol()
|
H A D | typeprint.c | 366 LA_PRINT_TYPE (type, varstring, stream, show, 0, &default_ptype_flags); in type_print() 487 LA_PRINT_TYPE (type, "", gdb_stdout, show, 0, &flags); in whatis_exp()
|
H A D | language.h | 422 #define LA_PRINT_TYPE(type,varstring,stream,show,level,flags) \ macro
|
H A D | ada-lang.c | 12509 LA_PRINT_TYPE (exp->elts[*pos + 1].type, "", stream, 0, 0, in ada_print_subexp() 12540 LA_PRINT_TYPE (exp->elts[pc + 1].type, "", stream, 1, 0, in ada_print_subexp()
|
/dflybsd-src/contrib/gdb-7/gdb/python/ |
H A D | py-type.c | 958 LA_PRINT_TYPE (type_object_to_type (self), "", stb, -1, 0, in typy_str()
|