aboutsummaryrefslogtreecommitdiff
path: root/gdb/printcmd.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-18gdb: Add new 'print nibbles' featureEnze Li1-1/+1
2022-04-27gdb: remove BLOCK_ENTRY_PC macroSimon Marchi1-2/+2
2022-04-20Replace symbol_arch with symbol::archTom Tromey1-1/+1
2022-04-20Replace symbol_objfile with symbol::objfileTom Tromey1-1/+1
2022-04-11gdb: remove minimal symbol size macrosSimon Marchi1-2/+2
2022-04-11gdb: remove MSYMBOL_TYPE macroSimon Marchi1-7/+7
2022-04-11gdb: remove symbol value macrosSimon Marchi1-11/+11
2022-03-31Remove dbx modeTom Tromey1-12/+0
2022-03-29Remove unnecessary calls to wrap_here and gdb_flushTom Tromey1-1/+0
2022-03-29Rename fprintf_symbol_filteredTom Tromey1-4/+4
2022-03-29Unify gdb printf functionsTom Tromey1-155/+155
2022-03-29Unify gdb puts functionsTom Tromey1-13/+13
2022-03-29Change the pager to a ui_fileTom Tromey1-1/+1
2022-03-10Change how "print/x" displays floating-point valueTom Tromey1-7/+2
2022-02-06gdb: remove SYMBOL_IS_ARGUMENT macroSimon Marchi1-1/+1
2022-02-06gdb: remove SYMBOL_OBJFILE_OWNED macroSimon Marchi1-1/+1
2022-02-06gdb: remove SYMBOL_CLASS macro, add getterSimon Marchi1-1/+1
2022-01-26Always call the wrap_here methodTom Tromey1-4/+4
2022-01-26Convert wrap_here to use integer parameterTom Tromey1-4/+4
2022-01-25Reduce explicit use of gdb_stdoutTom Tromey1-5/+5
2022-01-05Use filtered output in ordinary commandsTom Tromey1-3/+3
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-11-18gdbsupport: make gdb_assert_not_reached accept a format stringSimon Marchi1-1/+1
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