aboutsummaryrefslogtreecommitdiff
path: root/gdb/printcmd.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves1-12/+12
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-23Look up primitive types as symbols.Doug Evans1-1/+4
2014-12-23Replace some symbol accessor macros with functions.Doug Evans1-2/+2
2014-11-18Use SYMBOL_OBJFILE more.Doug Evans1-1/+1
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-1/+0
2014-07-30constify some cli-utils stuffTom Tromey1-1/+1
2014-05-05Show new created displayYao Qi1-1/+1
2014-02-26start change to progspace independenceTom Tromey1-22/+22
2014-02-26change minsym representationTom Tromey1-10/+10
2014-02-24 * value.c (record_latest_value): Fix comment.Doug Evans1-12/+4
2014-01-07Remove duplicated #include's from GDBHonggyu Kim1-1/+0
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-10-29New remove-symbol-file command.Nicolas Blanc1-6/+9
2013-10-17fix for PR gdb/15995Tom Tromey1-0/+1
2013-09-24Code cleanup: Add objfile_name accessorJan Kratochvil1-3/+3
2013-08-05remove msymbol_objfileTom Tromey1-6/+6
2013-07-25Add new 'z' format for print command.Andrew Burgess1-1/+6
2013-06-07gdb/printcmd.c: Fix printing of Thumb minimal symbols.Will Newton1-0/+11
2013-05-30fix print_command_1Tom Tromey1-6/+3
2013-04-10Accept "set foo unlimited" in integer/uinteger/zuinteger_unlimited commands.Pedro Alves1-1/+6
2013-04-08 PR symtab/8424:Tom Tromey1-8/+10
2013-04-08 * minsyms.h (struct bound_minimal_symbol): New.Tom Tromey1-2/+3
2013-03-20 * ax-gdb.c (gen_var_ref): Unconditionally call via computed ops,Tom Tromey1-8/+9
2013-03-13Constify strings in tracepoint.c, lookup_cmd and the completers.Pedro Alves1-7/+20
2013-03-12 * ada-lang.c (ada_read_renaming_var_value): Pass constKeith Seitz1-6/+6
2013-02-11(printf_c_string): Fix thinko in comment.Doug Evans1-3/+2
2013-02-11 * printcmd.c (printf_c_string,printf_wide_c_string): New functions.Doug Evans1-231/+242
2013-02-03gdb/Jan Kratochvil1-1/+2
2013-01-16gdb/Yao Qi1-1/+1
2013-01-082013-01-08 Hui Zhu <hui_zhu@mentor.com>Hui Zhu1-2/+0
2013-01-07 PR cli/7719:Tom Tromey1-25/+5
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-12-14 * c-exp.y (block, variable, name_not_typename, lex_one_token,Tom Tromey1-3/+2
2012-12-09gdb/Jan Kratochvil1-3/+3
2012-12-03 * ada-exp.y (write_object_renaming, write_var_or_type)Tom Tromey1-1/+1
2012-09-25 * ada-valprint.c (ada_val_print_1): Eliminate single-useSiddhesh Poyarekar1-4/+3
2012-09-14 * printcmd.c (ui_printf): Eliminate single-use variableSiddhesh Poyarekar1-3/+2
2012-09-11Name of symbol missing when printing global variable's addressJoel Brobecker1-0/+1
2012-07-16gdb/Jan Kratochvil1-1/+7