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