aboutsummaryrefslogtreecommitdiff
path: root/gdb/interps.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-16Use GNU style for metasyntactic variables in gdbTom Tromey1-1/+1
2018-05-25Add "name" method to class interpTom Tromey1-6/+6
2018-05-25Remove interp_nameTom Tromey1-8/+0
2018-05-25Remove interp_ui_outTom Tromey1-12/+0
2018-05-25Use scoped_restore in a couple of interp-related placesTom Tromey1-10/+3
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-13Factor out final completion match string buildingPedro Alves1-18/+2
2017-10-19Get rid of VEC(interp_factory_p)Simon Marchi1-38/+20
2017-09-27Constify interpreter_exec_cmdTom Tromey1-1/+1
2017-09-11Replace interp_set_temp with scoped_restore_interpTom Tromey1-1/+1
2017-09-09Remove unnecessary function prototypes.John Baldwin1-2/+0
2017-08-03Introduce gdb_argv, a class wrapper for buildargvTom Tromey1-11/+2
2017-07-17Introduce class completion_tracker & rewrite completion<->readline interactionPedro Alves1-5/+3
2017-02-09Remove return in function returning voidSimon Marchi1-1/+1
2017-02-08Eliminate interp::quiet_pPedro Alves1-44/+1
2017-02-03C++-fy struct interp/cli_interp/tui_interp/mi_interpPedro Alves1-103/+24
2017-02-02Move "tee" building down to interpreter::set_logging_procPedro Alves1-8/+5
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-12-22Class-ify ui_outSimon Marchi1-2/+2
2016-06-21Add new command to create extra console/mi UIsPedro Alves1-2/+18
2016-06-21Simplify starting the command event loopPedro Alves1-10/+6
2016-06-21Make raw_stdout be per MI instancePedro Alves1-0/+10
2016-06-21Make command line editing (use of readline) be per UIPedro Alves1-0/+10
2016-06-21Introduce interpreter factoriesPedro Alves1-25/+105
2016-06-21Make the interpreters be per UIPedro Alves1-56/+95
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-07-08tui: replace deprecated_register_changed_hook with observerPatrick Palka1-1/+0
2015-05-06Get rid of deprecated_init_ui_hookJoel Brobecker1-1/+0
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-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-08-05Remove pointless function initialize_interpsGary Benson1-19/+0
2014-05-29Make display_gdb_prompt CLI-only.Pedro Alves1-26/+4
2014-05-21PR gdb/13860: don't lose '-interpreter-exec console EXECUTION_COMMAND''s outp...Pedro Alves1-1/+35
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-12-10Delete interp_exec_p.Doug Evans1-10/+3
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-09-06Give every interpreter a command_loop_proc.Andrew Burgess1-7/+6
2013-09-05Remove deprecated_command_loop_hook.Andrew Burgess1-7/+3
2013-05-30some cleanup checker fixesTom Tromey1-1/+4
2013-03-13Constify strings in tracepoint.c, lookup_cmd and the completers.Pedro Alves1-1/+2
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-2/+1
2012-11-20 ARI fixes: sprintf rule.Pierre Muller1-2/+2
2012-06-28 Make logging work for MI.Stan Shebs1-0/+13
2012-06-13 * ada-lang.c (ada_make_symbol_completion_list): Return a VEC.Tom Tromey1-28/+11
2012-05-08Display the ">" prompt in interactive mode while reading cannedEli Zaretskii1-0/+12
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-2/+2
2011-09-12gdb/Pedro Alves1-14/+24