summaryrefslogtreecommitdiff
path: root/gdb/printcmd.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Two simple uses of value_print_scalar_formattedTom Tromey2020-03-131-4/+1
* Fix printf of a convenience variable holding an inferior addressSergio Durigan Junior2020-03-031-1/+2
* Remove some ui_file_* functionsTom Tromey2020-02-111-1/+1
* Make gdb_flush also flush the wrap bufferIain Buclaw2020-02-071-1/+1
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Remove MULTI_OBJFILE_PTom Tromey2019-12-121-1/+1
* Implement 'print -raw-values' and 'set print raw-values on|off'Philippe Waroquiers2019-12-111-2/+4
* Remove gdbarch parameter of lookup_typenameSimon Marchi2019-12-051-2/+2
* Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger2019-11-221-5/+5
* Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger2019-11-221-3/+3
* Adjust byte order variable display/change if DW_AT_endianity is present.Peeter Joot2019-11-211-1/+1
* gdb: Support printf 'z' size modifierAndrew Burgess2019-11-121-0/+10
* [gdb] Fix more typos in commentsTom de Vries2019-10-181-1/+1
* Introduce metadata styleTom Tromey2019-10-011-5/+8
* Use new %p format suffixes in gdbPedro Alves2019-10-011-3/+2
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-1/+1
* Handle biased typesTom Tromey2019-09-031-20/+30
* Fix Fortran regression with variables in nested functionsTom Tromey2019-08-191-2/+3