aboutsummaryrefslogtreecommitdiff
path: root/gdb/cli-out.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-10-01Introduce metadata styleTom Tromey1-4/+3
2019-10-01Introduce gdb-specific %p format suffixesPedro Alves1-6/+25
2019-10-01Remove the ui_out_style_kind enumTom Tromey1-31/+7
2019-08-06Add more styling to "disassemble"Tom Tromey1-0/+6
2019-07-17Rename field_int to field_signedTom Tromey1-5/+3
2019-07-15Introduce field_unsignedTom Tromey1-0/+13
2019-04-06Revert the header-sorting patchTom Tromey1-4/+2
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey1-2/+4
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-12-28Style addressesTom Tromey1-0/+3
2018-12-28Style variable namesTom Tromey1-0/+3
2018-12-28Add output styles to gdbTom Tromey1-6/+30
2018-11-20gdb: Use string_printf to format int fields instead of a fixed size bufferAndrew Burgess1-4/+2
2018-11-20gdb: Respect field width and alignment for 'fmt' fields in CLI outputAndrew Burgess1-4/+3
2018-04-24Remove cli_ui_out::out_field_fmtTom Tromey1-17/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-01-10Change return type of ui_out redirect to voidSimon Marchi1-3/+1
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-12-22Class-ify ui_outSimon Marchi1-206/+95
2016-12-02Introduce enum_flag type for ui_out flagsSimon Marchi1-1/+1
2016-12-01Simplify ui-out level codeSimon Marchi1-3/+1
2016-12-01Use std::string for ui_out_hdr's text fieldsSimon Marchi1-3/+2
2016-11-30Use std::vector for cli_ui_out_data::streamsSimon Marchi1-17/+14
2016-11-30Use new/delete instead of malloc/free-based functionsSimon Marchi1-2/+2
2016-11-26Remove verbosity from ui_out_message and friendsSimon Marchi1-9/+4
2016-11-26Constify wrap_here/wrap_hint code pathSimon Marchi1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-09-25Add some more casts (1/2)Simon Marchi1-20/+20
2015-02-27Add extern "C" to declarations of C symbolsPedro Alves1-2/+2
2015-01-31Unify CLI/TUI interface to readline tab completion.Doug Evans1-1/+83
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
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-05-21PR gdb/13860: don't lose '-interpreter-exec console EXECUTION_COMMAND''s outp...Pedro Alves1-1/+12
2014-02-28constify ui_out_implTom Tromey1-4/+1
2014-01-13replace XMALLOC with XNEWTom Tromey1-1/+1
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-02-12 Add support for a destructor for ui_out data and use it toSiva Chandra Reddy1-0/+1
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-2/+1
2012-11-13 ARI fixes: Avoid sprintf function use rule.Pierre Muller1-1/+1
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-2/+2
2011-08-042011-08-04 Pedro Alves <pedro@codesourcery.com>Pedro Alves1-1/+1
2011-01-01run copyright.sh for 2011.Joel Brobecker1-1/+1
2010-09-03gdb/Jan Kratochvil1-20/+40
2010-05-132010-05-13 Michael Snyder <msnyder@vmware.com>Michael Snyder1-4/+20
2010-05-02gdb/Jan Kratochvil1-3/+3
2010-05-02 * cli-out.c (cli_table_begin, cli_table_body, cli_table_end)Pedro Alves1-81/+45
2010-04-18 PR tui/9217Pedro Alves1-20/+27