aboutsummaryrefslogtreecommitdiff
path: root/gdb/printcmd.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-1/+1
2019-09-03Handle biased typesTom Tromey1-20/+30
2019-08-19Fix Fortran regression with variables in nested functionsTom Tromey1-2/+3
2019-08-07Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers1-4/+5
2019-08-05Use _() in calls to build_helpTom Tromey1-1/+1
2019-07-30Allow display of negative offsets in print_address_symbolic()Kevin Buettner1-2/+2
2019-07-27Restrict use of minsym names when printing addresses in disassembled codeKevin Buettner1-8/+21
2019-07-09Rename common to gdbsupportTom Tromey1-3/+3
2019-07-08Ensure GDB printf command can print convenience var strings without a target.Philippe Waroquiers1-52/+88
2019-06-13Make "print" and "compile print" support -OPT optionsPedro Alves1-30/+64
2019-04-08Rename gdb exception typesTom Tromey1-4/+4
2019-04-08Rewrite TRY/CATCHTom Tromey1-12/+8
2019-04-08Make exceptions use std::string and be self-managingTom Tromey1-5/+6
2019-04-04Move innermost_block_tracker global to parse_stateTom Tromey1-4/+6
2019-03-29Add usage for commands in printcmd.cTom Tromey1-23/+37
2019-03-23Have parser reset the innermost block trackerTom Tromey1-2/+0
2019-03-05Remove excess calls to gdb_flushTom Tromey1-2/+0
2019-01-25Normalize includes to use common/Tom Tromey1-1/+1
2019-01-21Remove duplicate or commented-out #includesTom Tromey1-1/+0
2019-01-17Change all_objfiles adapter to be a method on program_spaceTom Tromey1-1/+1
2019-01-09Remove ALL_OBJSECTIONSTom Tromey1-68/+70
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-12-28Style addressesTom Tromey1-12/+24
2018-12-28Style print_address_symbolicTom Tromey1-4/+5
2018-12-28Style variable namesTom Tromey1-1/+5
2018-12-28Reset terminal stylesTom Tromey1-0/+2
2018-09-05Disable -Wformat-nonliteral in parts of printcmd.cSimon Marchi1-0/+33
2018-08-23Use BLOCK_ENTRY_PC in place of most uses of BLOCK_STARTKevin Buettner1-2/+2
2018-07-22Simple unused variable removalsTom Tromey1-2/+0
2018-06-07Change build_address_symbolic to return std::stringTom Tromey1-25/+12
2018-05-29Removing lookup_minimal_symbol_and_objfileWeimin Pan1-1/+1
2018-05-21Remove output_command_constTom Tromey1-9/+1
2018-05-04Minor cleanups in printcmd.cTom Tromey1-7/+1
2018-05-04Use previous count when 'x' command is repeatedTom Tromey1-0/+11
2018-04-06Change last_examine_value to value_ref_ptrTom Tromey1-13/+8
2018-04-06Introduce a gdb_ref_ptr specialization for struct valueTom Tromey1-2/+2
2018-03-27set varsize-limit: New GDB setting for maximum dynamic object sizeJoel Brobecker1-0/+1
2018-03-19Convert observers to C++Tom Tromey1-2/+2
2018-03-14Special case NULL when using printf's %s formatTom Tromey1-0/+10