aboutsummaryrefslogtreecommitdiff
path: root/gdb/interps.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-13Move event-loop.[ch] to gdbsupport/Tom Tromey1-1/+1
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-08-07Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers1-3/+6
2019-06-18gdb: Remove use of deprecated_interactive_hookAndrew Burgess1-1/+0
2019-06-11Remove trailing newlines from help textTom Tromey1-2/+3
2019-05-17Add debug redirect optionAlan Hayward1-3/+3
2019-05-08Move interpreter_p declaration to main.hTom Tromey1-0/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-10-11Fix interp::m_name resource leak found by CoverityGary Benson1-1/+3
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