summaryrefslogtreecommitdiff
path: root/gdb/printcmd.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Special case NULL when using printf's %s formatTom Tromey2018-03-141-0/+10
* Allow - in %p for printfTom Tromey2018-03-141-2/+3
* Add usage to printf commandTom Tromey2018-03-141-2/+3
* gdb: New API for tracking innermost blockAndrew Burgess2018-01-211-4/+4
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* C++-ify parse_format_stringTom Tromey2017-12-081-28/+13
* Constify execute_commandTom Tromey2017-11-071-1/+1
* Constify add_infoTom Tromey2017-11-071-3/+3
* Constify add_comTom Tromey2017-11-071-16/+8
* Add set_repeat_arguments functionTom Tromey2017-11-071-1/+1
* Target FP: Add string routines to target-float.{c,h}Ulrich Weigand2017-11-061-8/+3
* Target FP printing: Simplify and fix ui_printfUlrich Weigand2017-10-241-104/+64
* Target FP printing: Simplify and fix print_floatingUlrich Weigand2017-10-241-3/+13
* Constify add_prefix_cmdTom Tromey2017-10-111-2/+10
* Clean up some DFP interfacesUlrich Weigand2017-10-051-5/+3
* Use std::string in info_symbol_commandTom Tromey2017-10-031-9/+7
* Remove unused declarationsTom Tromey2017-10-031-1/+0
* Constify some commands in printcmd.cTom Tromey2017-09-271-5/+5
* Rename _const functions to use overloading insteadTom Tromey2017-09-111-3/+3
* Remove unnecessary function prototypes.John Baldwin2017-09-091-4/+0
* Rename some command functionsSimon Marchi2017-08-221-6/+6
* Fix two regressions in scalar printingTom Tromey2017-08-141-2/+6
* Use containers to avoid cleanupsTom Tromey2017-08-031-7/+3
* Eliminate make_cleanup_obstack_free, introduce auto_obstackPedro Alves2017-06-271-10/+2
* Introduce gdb::byte_vector, add allocator that default-initializesPedro Alves2017-06-141-1/+2
* Simplify print_scalar_formattedTom Tromey2017-06-121-125/+73
* Let print_decimal_chars handle signed valuesTom Tromey2017-06-121-1/+2
* Don't always zero pad in print_*_charsTom Tromey2017-06-121-7/+7
* Use std::vector in find_instruction_backwardTom Tromey2017-04-121-10/+6
* -Wwrite-strings: The RestPedro Alves2017-04-051-1/+1
* Convert lvalue reference type check to general reference type checkArtemiy Volkov2017-03-201-1/+1
* Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves2017-02-021-8/+3
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Fix PR 20559 - "eval" command and $arg0...$arg9/$argc substitutionPedro Alves2016-12-021-0/+3
* gdb::{unique_ptr,move} -> std::{unique_ptr,move}Pedro Alves2016-11-151-1/+1
* Remove parameter valaddr from la_val_printYao Qi2016-11-081-1/+0
* Use ui_file_as_string in gdb/printcmd.cPedro Alves2016-11-081-4/+2
* 'struct expression *' -> gdb::unique_xmalloc_ptr<expression>Pedro Alves2016-11-081-38/+18
* Use RAII to save and restore scalarsTom Tromey2016-10-211-4/+2
* Convert tid_range_parser and get_number_or_range to classesPedro Alves2016-10-131-5/+4
* Add negative repeat count to 'x' commandToshihito Kikuchi2016-06-091-2/+260
* minor reformatting in printcmd.c::print_scalar_formattedJoel Brobecker2016-01-201-3/+3
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* List displays in ascending orderPedro Alves2015-11-241-2/+12
* Change some void* to gdb_byte*Simon Marchi2015-10-091-1/+1
* Add casts to memory allocation related callsSimon Marchi2015-09-251-2/+2