summaryrefslogtreecommitdiff
path: root/gdb/printcmd.c
Commit message (Expand)AuthorAgeFilesLines
* Don't ignore pointer sizes when printingLuis Machado2020-12-081-1/+1
* 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
* Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers2019-08-071-4/+5
* Use _() in calls to build_helpTom Tromey2019-08-051-1/+1
* Allow display of negative offsets in print_address_symbolic()Kevin Buettner2019-07-301-2/+2
* Restrict use of minsym names when printing addresses in disassembled codeKevin Buettner2019-07-271-8/+21
* Rename common to gdbsupportTom Tromey2019-07-091-3/+3
* Ensure GDB printf command can print convenience var strings without a target.Philippe Waroquiers2019-07-081-52/+88
* Make "print" and "compile print" support -OPT optionsPedro Alves2019-06-131-30/+64
* Rename gdb exception typesTom Tromey2019-04-081-4/+4
* Rewrite TRY/CATCHTom Tromey2019-04-081-12/+8
* Make exceptions use std::string and be self-managingTom Tromey2019-04-081-5/+6
* Move innermost_block_tracker global to parse_stateTom Tromey2019-04-041-4/+6
* Add usage for commands in printcmd.cTom Tromey2019-03-291-23/+37
* Have parser reset the innermost block trackerTom Tromey2019-03-231-2/+0
* Remove excess calls to gdb_flushTom Tromey2019-03-051-2/+0
* Normalize includes to use common/Tom Tromey2019-01-251-1/+1
* Remove duplicate or commented-out #includesTom Tromey2019-01-211-1/+0
* Change all_objfiles adapter to be a method on program_spaceTom Tromey2019-01-171-1/+1
* Remove ALL_OBJSECTIONSTom Tromey2019-01-091-68/+70
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Style addressesTom Tromey2018-12-281-12/+24
* Style print_address_symbolicTom Tromey2018-12-281-4/+5
* Style variable namesTom Tromey2018-12-281-1/+5