summaryrefslogtreecommitdiff
path: root/gdb/interps.c
AgeCommit message (Expand)Author
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker
2021-04-22gdb/continuations: do minor cleanupTankut Baris Aktemur
2021-01-01Update copyright year range in all GDB filesJoel Brobecker
2020-12-21Preserve gdb_std{out, err, log, targ, targerr} across interpreter_exec_cmdPeter Waller
2020-04-13Move event-loop.[ch] to gdbsupport/Tom Tromey
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi
2020-01-01Update copyright year range in all GDB files.Joel Brobecker
2019-08-07Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers
2019-06-18gdb: Remove use of deprecated_interactive_hookAndrew Burgess
2019-06-11Remove trailing newlines from help textTom Tromey
2019-05-17Add debug redirect optionAlan Hayward
2019-05-08Move interpreter_p declaration to main.hTom Tromey
2019-01-01Update copyright year range in all GDB files.Joel Brobecker
2018-10-11Fix interp::m_name resource leak found by CoverityGary Benson
2018-09-16Use GNU style for metasyntactic variables in gdbTom Tromey
2018-05-25Add "name" method to class interpTom Tromey
2018-05-25Remove interp_nameTom Tromey
2018-05-25Remove interp_ui_outTom Tromey
2018-05-25Use scoped_restore in a couple of interp-related placesTom Tromey
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-12-13Factor out final completion match string buildingPedro Alves
2017-10-19Get rid of VEC(interp_factory_p)Simon Marchi
2017-09-27Constify interpreter_exec_cmdTom Tromey
2017-09-11Replace interp_set_temp with scoped_restore_interpTom Tromey
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-08-03Introduce gdb_argv, a class wrapper for buildargvTom Tromey
2017-07-17Introduce class completion_tracker & rewrite completion<->readline interactionPedro Alves
2017-02-09Remove return in function returning voidSimon Marchi
2017-02-08Eliminate interp::quiet_pPedro Alves
2017-02-03C++-fy struct interp/cli_interp/tui_interp/mi_interpPedro Alves
2017-02-02Move "tee" building down to interpreter::set_logging_procPedro Alves
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-12-22Class-ify ui_outSimon Marchi
2016-06-21Add new command to create extra console/mi UIsPedro Alves
2016-06-21Simplify starting the command event loopPedro Alves
2016-06-21Make raw_stdout be per MI instancePedro Alves
2016-06-21Make command line editing (use of readline) be per UIPedro Alves
2016-06-21Introduce interpreter factoriesPedro Alves
2016-06-21Make the interpreters be per UIPedro Alves
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-07-08tui: replace deprecated_register_changed_hook with observerPatrick Palka
2015-05-06Get rid of deprecated_init_ui_hookJoel Brobecker
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
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-08-05Remove pointless function initialize_interpsGary Benson
2014-05-29Make display_gdb_prompt CLI-only.Pedro Alves
2014-05-21PR gdb/13860: don't lose '-interpreter-exec console EXECUTION_COMMAND''s outp...Pedro Alves
2014-01-13replace XMALLOC with XNEWTom Tromey