summaryrefslogtreecommitdiff
path: root/gdb/printcmd.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix PR/18564 - regression in showing __thread so extern variablePhilippe Waroquiers2015-09-151-5/+8
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-2/+2
* DWARF: handle non-local references in nested functionsPierre-Marie de Rodat2015-08-251-1/+5
* Replace the block_found global with explicit data-flowPierre-Marie de Rodat2015-08-011-1/+1
* gdb: Remove register class specific layout names.Andrew Burgess2015-05-211-46/+35
* Code cleanup: Make parts of print_command_1 publicJan Kratochvil2015-05-161-44/+53
* Revert: Code cleanup: Move print_command_1 expr variable scopeJan Kratochvil2015-03-271-2/+1
* Code cleanup: Move print_command_1 expr variable scopeJan Kratochvil2015-03-261-1/+2
* Code cleanup: Make validate_format parameter constJan Kratochvil2015-03-261-1/+1
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-16/+24
* C++ keyword cleanliness, mostly auto-generatedPedro Alves2015-02-271-12/+12
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Look up primitive types as symbols.Doug Evans2014-12-231-1/+4
* Replace some symbol accessor macros with functions.Doug Evans2014-12-231-2/+2
* Use SYMBOL_OBJFILE more.Doug Evans2014-11-181-1/+1
* Remove spurious exceptions.h inclusionsGary Benson2014-10-081-1/+0
* Include string.h in common-defs.hGary Benson2014-08-071-1/+0
* Include gdb_assert.h in common-defs.hGary Benson2014-08-071-1/+0
* constify some cli-utils stuffTom Tromey2014-07-301-1/+1
* Show new created displayYao Qi2014-05-051-1/+1
* start change to progspace independenceTom Tromey2014-02-261-22/+22
* change minsym representationTom Tromey2014-02-261-10/+10
* * value.c (record_latest_value): Fix comment.Doug Evans2014-02-241-12/+4
* Remove duplicated #include's from GDBHonggyu Kim2014-01-071-1/+0
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* remove gdb_string.hTom Tromey2013-11-181-1/+1
* New remove-symbol-file command.Nicolas Blanc2013-10-291-6/+9
* fix for PR gdb/15995Tom Tromey2013-10-171-0/+1
* Code cleanup: Add objfile_name accessorJan Kratochvil2013-09-241-3/+3
* remove msymbol_objfileTom Tromey2013-08-051-6/+6
* Add new 'z' format for print command.Andrew Burgess2013-07-251-1/+6
* gdb/printcmd.c: Fix printing of Thumb minimal symbols.Will Newton2013-06-071-0/+11
* fix print_command_1Tom Tromey2013-05-301-6/+3
* Accept "set foo unlimited" in integer/uinteger/zuinteger_unlimited commands.Pedro Alves2013-04-101-1/+6
* PR symtab/8424:Tom Tromey2013-04-081-8/+10
* * minsyms.h (struct bound_minimal_symbol): New.Tom Tromey2013-04-081-2/+3
* * ax-gdb.c (gen_var_ref): Unconditionally call via computed ops,Tom Tromey2013-03-201-8/+9
* Constify strings in tracepoint.c, lookup_cmd and the completers.Pedro Alves2013-03-131-7/+20
* * ada-lang.c (ada_read_renaming_var_value): Pass constKeith Seitz2013-03-121-6/+6
* (printf_c_string): Fix thinko in comment.Doug Evans2013-02-111-3/+2
* * printcmd.c (printf_c_string,printf_wide_c_string): New functions.Doug Evans2013-02-111-231/+242
* gdb/Jan Kratochvil2013-02-031-1/+2