aboutsummaryrefslogtreecommitdiff
path: root/gdb/printcmd.c
AgeCommit message (Expand)Author
2017-06-27Eliminate make_cleanup_obstack_free, introduce auto_obstackPedro Alves
2017-06-14Introduce gdb::byte_vector, add allocator that default-initializesPedro Alves
2017-06-12Simplify print_scalar_formattedTom Tromey
2017-06-12Let print_decimal_chars handle signed valuesTom Tromey
2017-06-12Don't always zero pad in print_*_charsTom Tromey
2017-04-12Use std::vector in find_instruction_backwardTom Tromey
2017-04-05-Wwrite-strings: The RestPedro Alves
2017-03-20Convert lvalue reference type check to general reference type checkArtemiy Volkov
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-12-02Fix PR 20559 - "eval" command and $arg0...$arg9/$argc substitutionPedro Alves
2016-11-15gdb::{unique_ptr,move} -> std::{unique_ptr,move}Pedro Alves
2016-11-08Remove parameter valaddr from la_val_printYao Qi
2016-11-08Use ui_file_as_string in gdb/printcmd.cPedro Alves
2016-11-08'struct expression *' -> gdb::unique_xmalloc_ptr<expression>Pedro Alves
2016-10-21Use RAII to save and restore scalarsTom Tromey
2016-10-13Convert tid_range_parser and get_number_or_range to classesPedro Alves
2016-06-09Add negative repeat count to 'x' commandToshihito Kikuchi
2016-01-20minor reformatting in printcmd.c::print_scalar_formattedJoel Brobecker
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-11-24List displays in ascending orderPedro Alves
2015-10-09Change some void* to gdb_byte*Simon Marchi
2015-09-25Add casts to memory allocation related callsSimon Marchi
2015-09-15Fix PR/18564 - regression in showing __thread so extern variablePhilippe Waroquiers
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi
2015-08-25DWARF: handle non-local references in nested functionsPierre-Marie de Rodat
2015-08-01Replace the block_found global with explicit data-flowPierre-Marie de Rodat
2015-05-21gdb: Remove register class specific layout names.Andrew Burgess
2015-05-16Code cleanup: Make parts of print_command_1 publicJan Kratochvil
2015-03-27Revert: Code cleanup: Move print_command_1 expr variable scopeJan Kratochvil
2015-03-26Code cleanup: Move print_command_1 expr variable scopeJan Kratochvil
2015-03-26Code cleanup: Make validate_format parameter constJan Kratochvil
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-12-23Look up primitive types as symbols.Doug Evans
2014-12-23Replace some symbol accessor macros with functions.Doug Evans
2014-11-18Use SYMBOL_OBJFILE more.Doug Evans
2014-10-08Remove spurious exceptions.h inclusionsGary Benson
2014-08-07Include string.h in common-defs.hGary Benson
2014-08-07Include gdb_assert.h in common-defs.hGary Benson
2014-07-30constify some cli-utils stuffTom Tromey
2014-05-05Show new created displayYao Qi
2014-02-26start change to progspace independenceTom Tromey
2014-02-26change minsym representationTom Tromey
2014-02-24 * value.c (record_latest_value): Fix comment.Doug Evans
2014-01-07Remove duplicated #include's from GDBHonggyu Kim
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-11-18remove gdb_string.hTom Tromey
2013-10-29New remove-symbol-file command.Nicolas Blanc