summaryrefslogtreecommitdiff
path: root/gdb/printcmd.c
Commit message (Expand)AuthorAgeFilesLines
* Remove dbx modeTom Tromey2022-03-311-12/+0
* Remove unnecessary calls to wrap_here and gdb_flushTom Tromey2022-03-291-1/+0
* Rename fprintf_symbol_filteredTom Tromey2022-03-291-4/+4
* Unify gdb printf functionsTom Tromey2022-03-291-155/+155
* Unify gdb puts functionsTom Tromey2022-03-291-13/+13
* Change the pager to a ui_fileTom Tromey2022-03-291-1/+1
* Change how "print/x" displays floating-point valueTom Tromey2022-03-101-7/+2
* gdb: remove SYMBOL_IS_ARGUMENT macroSimon Marchi2022-02-061-1/+1
* gdb: remove SYMBOL_OBJFILE_OWNED macroSimon Marchi2022-02-061-1/+1
* gdb: remove SYMBOL_CLASS macro, add getterSimon Marchi2022-02-061-1/+1
* Always call the wrap_here methodTom Tromey2022-01-261-4/+4
* Convert wrap_here to use integer parameterTom Tromey2022-01-261-4/+4
* Reduce explicit use of gdb_stdoutTom Tromey2022-01-251-5/+5
* Use filtered output in ordinary commandsTom Tromey2022-01-051-3/+3
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdbsupport: make gdb_assert_not_reached accept a format stringSimon Marchi2021-11-181-1/+1
* gdb: change functions returning value contents to use gdb::array_viewSimon Marchi2021-10-251-5/+6
* Remove uses of fprintf_symbol_filteredTom Tromey2021-08-021-2/+1
* Fix printing of non-address types when memory tagging is enabledLuis Machado2021-07-201-29/+52
* gdb: convert obj_section macros to methodsSimon Marchi2021-06-281-2/+1
* gdb: fix tab after space indentation issuesSimon Marchi2021-05-271-1/+1
* gdb: remove add_alias_cmd overload that accepts a stringSimon Marchi2021-05-271-3/+4
* gdb: make add_com_alias accept target as a cmd_list_elementSimon Marchi2021-05-271-4/+5
* gdb: generate the prefix name for prefix commands on demandMarco Barisione2021-05-121-2/+2
* gdbsupport, gdb: give names to observersSimon Marchi2021-04-241-1/+2
* Use common_val_print_checked in print_variable_and_valueTom Tromey2021-04-151-1/+1
* Extend "x" and "print" commands to support memory taggingLuis Machado2021-03-241-1/+101
* New memory-tag commandsLuis Machado2021-03-241-12/+369
* Remove some null checksTom Tromey2021-03-081-15/+14
* Remove union exp_elementTom Tromey2021-03-081-7/+1
* Add an expr::operation_up to struct expressionTom Tromey2021-03-081-2/+8
* gdb: add obj_section function to bound_minimal_symbolAndrew Burgess2021-02-111-1/+1
* gdb: Delete SYMBOL_OBJ_SECTION and MSYMBOL_OBJ_SECTIONAndrew Burgess2021-02-101-3/+3
* gdb: rename get_type_arch to type::archSimon Marchi2021-01-281-7/+6
* Pass void_context_p to parse_expressionTom Tromey2021-01-081-4/+6
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* Remove a use of n_spacesTom Tromey2020-12-171-1/+1
* gdb: fix potentially uninitialised variableAndrew Burgess2020-11-271-7/+18
* gdb: make use of skip_to_space and skip_spacesAndrew Burgess2020-11-191-4/+2
* gdb: improve command completion for 'print', 'x', and 'display'Andrew Burgess2020-11-171-2/+79
* fix printing of DWARF fixed-point type objects with format modifierJoel Brobecker2020-11-151-1/+2
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-87/+87
* Handle void results as unformatted printsHannes Domani2020-10-091-0/+1
* Handle bit offset and bit size in base typesTom Tromey2020-09-231-3/+13
* gdb: remove TYPE_UNSIGNEDSimon Marchi2020-09-141-3/+3
* gdb: remove TYPE_RANGE_DATA macroSimon Marchi2020-07-121-2/+1
* Remove lookup_objfile_from_blockTom Tromey2020-05-151-5/+13
* gdb: remove TYPE_CODE macroSimon Marchi2020-05-141-18/+17
* More C++-ification for struct displayTom Tromey2020-05-081-126/+67
* Change get_objfile_arch to a method on objfileTom Tromey2020-04-181-1/+1