aboutsummaryrefslogtreecommitdiff
path: root/gdb/printcmd.c
AgeCommit message (Expand)AuthorFilesLines
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
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