summaryrefslogtreecommitdiff
path: root/gdb/printcmd.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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