summaryrefslogtreecommitdiff
path: root/gdb/printcmd.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reset terminal stylesTom Tromey2018-12-281-0/+2
* Disable -Wformat-nonliteral in parts of printcmd.cSimon Marchi2018-09-051-0/+33
* Use BLOCK_ENTRY_PC in place of most uses of BLOCK_STARTKevin Buettner2018-08-231-2/+2
* Simple unused variable removalsTom Tromey2018-07-221-2/+0
* Change build_address_symbolic to return std::stringTom Tromey2018-06-071-25/+12
* Removing lookup_minimal_symbol_and_objfileWeimin Pan2018-05-291-1/+1
* Remove output_command_constTom Tromey2018-05-211-9/+1
* Minor cleanups in printcmd.cTom Tromey2018-05-041-7/+1
* Use previous count when 'x' command is repeatedTom Tromey2018-05-041-0/+11
* Change last_examine_value to value_ref_ptrTom Tromey2018-04-061-13/+8
* Introduce a gdb_ref_ptr specialization for struct valueTom Tromey2018-04-061-2/+2
* set varsize-limit: New GDB setting for maximum dynamic object sizeJoel Brobecker2018-03-271-0/+1
* Convert observers to C++Tom Tromey2018-03-191-2/+2