aboutsummaryrefslogtreecommitdiff
path: root/gdb/printcmd.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves1-8/+3
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-12-02Fix PR 20559 - "eval" command and $arg0...$arg9/$argc substitutionPedro Alves1-0/+3
2016-11-15gdb::{unique_ptr,move} -> std::{unique_ptr,move}Pedro Alves1-1/+1
2016-11-08Remove parameter valaddr from la_val_printYao Qi1-1/+0
2016-11-08Use ui_file_as_string in gdb/printcmd.cPedro Alves1-4/+2
2016-11-08'struct expression *' -> gdb::unique_xmalloc_ptr<expression>Pedro Alves1-38/+18
2016-10-21Use RAII to save and restore scalarsTom Tromey1-4/+2
2016-10-13Convert tid_range_parser and get_number_or_range to classesPedro Alves1-5/+4
2016-06-09Add negative repeat count to 'x' commandToshihito Kikuchi1-2/+260
2016-01-20minor reformatting in printcmd.c::print_scalar_formattedJoel Brobecker1-3/+3
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-11-24List displays in ascending orderPedro Alves1-2/+12
2015-10-09Change some void* to gdb_byte*Simon Marchi1-1/+1
2015-09-25Add casts to memory allocation related callsSimon Marchi1-2/+2
2015-09-15Fix PR/18564 - regression in showing __thread so extern variablePhilippe Waroquiers1-5/+8
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-2/+2
2015-08-25DWARF: handle non-local references in nested functionsPierre-Marie de Rodat1-1/+5
2015-08-01Replace the block_found global with explicit data-flowPierre-Marie de Rodat1-1/+1
2015-05-21gdb: Remove register class specific layout names.Andrew Burgess1-46/+35
2015-05-16Code cleanup: Make parts of print_command_1 publicJan Kratochvil1-44/+53
2015-03-27Revert: Code cleanup: Move print_command_1 expr variable scopeJan Kratochvil1-2/+1
2015-03-26Code cleanup: Move print_command_1 expr variable scopeJan Kratochvil1-1/+2
2015-03-26Code cleanup: Make validate_format parameter constJan Kratochvil1-1/+1
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-16/+24