aboutsummaryrefslogtreecommitdiff
path: root/gdb/printcmd.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-25gdb: change functions returning value contents to use gdb::array_viewSimon Marchi1-5/+6
2021-08-02Remove uses of fprintf_symbol_filteredTom Tromey1-2/+1
2021-07-20Fix printing of non-address types when memory tagging is enabledLuis Machado1-29/+52
2021-06-28gdb: convert obj_section macros to methodsSimon Marchi1-2/+1
2021-05-27gdb: fix tab after space indentation issuesSimon Marchi1-1/+1
2021-05-27gdb: remove add_alias_cmd overload that accepts a stringSimon Marchi1-3/+4
2021-05-27gdb: make add_com_alias accept target as a cmd_list_elementSimon Marchi1-4/+5
2021-05-12gdb: generate the prefix name for prefix commands on demandMarco Barisione1-2/+2
2021-04-24gdbsupport, gdb: give names to observersSimon Marchi1-1/+2
2021-04-15Use common_val_print_checked in print_variable_and_valueTom Tromey1-1/+1
2021-03-24Extend "x" and "print" commands to support memory taggingLuis Machado1-1/+101
2021-03-24New memory-tag commandsLuis Machado1-12/+369
2021-03-08Remove some null checksTom Tromey1-15/+14
2021-03-08Remove union exp_elementTom Tromey1-7/+1
2021-03-08Add an expr::operation_up to struct expressionTom Tromey1-2/+8
2021-02-11gdb: add obj_section function to bound_minimal_symbolAndrew Burgess1-1/+1
2021-02-10gdb: Delete SYMBOL_OBJ_SECTION and MSYMBOL_OBJ_SECTIONAndrew Burgess1-3/+3
2021-01-28gdb: rename get_type_arch to type::archSimon Marchi1-7/+6
2021-01-08Pass void_context_p to parse_expressionTom Tromey1-4/+6
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-17Remove a use of n_spacesTom Tromey1-1/+1
2020-11-27gdb: fix potentially uninitialised variableAndrew Burgess1-7/+18
2020-11-19gdb: make use of skip_to_space and skip_spacesAndrew Burgess1-4/+2
2020-11-17gdb: improve command completion for 'print', 'x', and 'display'Andrew Burgess1-2/+79
2020-11-15fix printing of DWARF fixed-point type objects with format modifierJoel Brobecker1-1/+2
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-87/+87
2020-10-09Handle void results as unformatted printsHannes Domani1-0/+1
2020-09-23Handle bit offset and bit size in base typesTom Tromey1-3/+13
2020-09-14gdb: remove TYPE_UNSIGNEDSimon Marchi1-3/+3
2020-07-12gdb: remove TYPE_RANGE_DATA macroSimon Marchi1-2/+1
2020-05-15Remove lookup_objfile_from_blockTom Tromey1-5/+13
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi1-18/+17
2020-05-08More C++-ification for struct displayTom Tromey1-126/+67
2020-04-18Change get_objfile_arch to a method on objfileTom Tromey1-1/+1
2020-03-13Two simple uses of value_print_scalar_formattedTom Tromey1-4/+1
2020-03-03Fix printf of a convenience variable holding an inferior addressSergio Durigan Junior1-1/+2
2020-02-11Remove some ui_file_* functionsTom Tromey1-1/+1
2020-02-07Make gdb_flush also flush the wrap bufferIain Buclaw1-1/+1
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-12Remove MULTI_OBJFILE_PTom Tromey1-1/+1
2019-12-11Implement 'print -raw-values' and 'set print raw-values on|off'Philippe Waroquiers1-2/+4
2019-12-05Remove gdbarch parameter of lookup_typenameSimon Marchi1-2/+2
2019-11-22Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger1-5/+5
2019-11-22Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger1-3/+3
2019-11-21Adjust byte order variable display/change if DW_AT_endianity is present.Peeter Joot1-1/+1
2019-11-12gdb: Support printf 'z' size modifierAndrew Burgess1-0/+10
2019-10-18[gdb] Fix more typos in commentsTom de Vries1-1/+1
2019-10-01Introduce metadata styleTom Tromey1-5/+8
2019-10-01Use new %p format suffixes in gdbPedro Alves1-3/+2