aboutsummaryrefslogtreecommitdiff
path: root/gdb/printcmd.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-03-14Allow - in %p for printfTom Tromey1-2/+3
2018-03-14Add usage to printf commandTom Tromey1-2/+3
2018-01-21gdb: New API for tracking innermost blockAndrew Burgess1-4/+4
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-08C++-ify parse_format_stringTom Tromey1-28/+13
2017-11-07Constify execute_commandTom Tromey1-1/+1
2017-11-07Constify add_infoTom Tromey1-3/+3
2017-11-07Constify add_comTom Tromey1-16/+8
2017-11-07Add set_repeat_arguments functionTom Tromey1-1/+1
2017-11-06Target FP: Add string routines to target-float.{c,h}Ulrich Weigand1-8/+3
2017-10-24Target FP printing: Simplify and fix ui_printfUlrich Weigand1-104/+64
2017-10-24Target FP printing: Simplify and fix print_floatingUlrich Weigand1-3/+13
2017-10-11Constify add_prefix_cmdTom Tromey1-2/+10
2017-10-05Clean up some DFP interfacesUlrich Weigand1-5/+3
2017-10-03Use std::string in info_symbol_commandTom Tromey1-9/+7
2017-10-03Remove unused declarationsTom Tromey1-1/+0
2017-09-27Constify some commands in printcmd.cTom Tromey1-5/+5
2017-09-11Rename _const functions to use overloading insteadTom Tromey1-3/+3
2017-09-09Remove unnecessary function prototypes.John Baldwin1-4/+0
2017-08-22Rename some command functionsSimon Marchi1-6/+6
2017-08-14Fix two regressions in scalar printingTom Tromey1-2/+6
2017-08-03Use containers to avoid cleanupsTom Tromey1-7/+3
2017-06-27Eliminate make_cleanup_obstack_free, introduce auto_obstackPedro Alves1-10/+2
2017-06-14Introduce gdb::byte_vector, add allocator that default-initializesPedro Alves1-1/+2
2017-06-12Simplify print_scalar_formattedTom Tromey1-125/+73
2017-06-12Let print_decimal_chars handle signed valuesTom Tromey1-1/+2
2017-06-12Don't always zero pad in print_*_charsTom Tromey1-7/+7
2017-04-12Use std::vector in find_instruction_backwardTom Tromey1-10/+6
2017-04-05-Wwrite-strings: The RestPedro Alves1-1/+1
2017-03-20Convert lvalue reference type check to general reference type checkArtemiy Volkov1-1/+1