summaryrefslogtreecommitdiff
path: root/gdb/interps.c
Commit message (Expand)AuthorAgeFilesLines
* Move event-loop.[ch] to gdbsupport/Tom Tromey2020-04-131-1/+1
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers2019-08-071-3/+6
* gdb: Remove use of deprecated_interactive_hookAndrew Burgess2019-06-181-1/+0
* Remove trailing newlines from help textTom Tromey2019-06-111-2/+3
* Add debug redirect optionAlan Hayward2019-05-171-3/+3
* Move interpreter_p declaration to main.hTom Tromey2019-05-081-0/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Fix interp::m_name resource leak found by CoverityGary Benson2018-10-111-1/+3
* Use GNU style for metasyntactic variables in gdbTom Tromey2018-09-161-1/+1
* Add "name" method to class interpTom Tromey2018-05-251-6/+6
* Remove interp_nameTom Tromey2018-05-251-8/+0
* Remove interp_ui_outTom Tromey2018-05-251-12/+0
* Use scoped_restore in a couple of interp-related placesTom Tromey2018-05-251-10/+3
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Factor out final completion match string buildingPedro Alves2017-12-131-18/+2
* Get rid of VEC(interp_factory_p)Simon Marchi2017-10-191-38/+20
* Constify interpreter_exec_cmdTom Tromey2017-09-271-1/+1
* Replace interp_set_temp with scoped_restore_interpTom Tromey2017-09-111-1/+1
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* Introduce gdb_argv, a class wrapper for buildargvTom Tromey2017-08-031-11/+2
* Introduce class completion_tracker & rewrite completion<->readline interactionPedro Alves2017-07-171-5/+3
* Remove return in function returning voidSimon Marchi2017-02-091-1/+1
* Eliminate interp::quiet_pPedro Alves2017-02-081-44/+1
* C++-fy struct interp/cli_interp/tui_interp/mi_interpPedro Alves2017-02-031-103/+24
* Move "tee" building down to interpreter::set_logging_procPedro Alves2017-02-021-8/+5
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Class-ify ui_outSimon Marchi2016-12-221-2/+2
* Add new command to create extra console/mi UIsPedro Alves2016-06-211-2/+18
* Simplify starting the command event loopPedro Alves2016-06-211-10/+6
* Make raw_stdout be per MI instancePedro Alves2016-06-211-0/+10
* Make command line editing (use of readline) be per UIPedro Alves2016-06-211-0/+10
* Introduce interpreter factoriesPedro Alves2016-06-211-25/+105
* Make the interpreters be per UIPedro Alves2016-06-211-56/+95
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* tui: replace deprecated_register_changed_hook with observerPatrick Palka2015-07-081-1/+0
* Get rid of deprecated_init_ui_hookJoel Brobecker2015-05-061-1/+0
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Remove spurious exceptions.h inclusionsGary Benson2014-10-081-1/+0
* Include string.h in common-defs.hGary Benson2014-08-071-1/+0
* Include gdb_assert.h in common-defs.hGary Benson2014-08-071-1/+0
* Remove pointless function initialize_interpsGary Benson2014-08-051-19/+0
* Make display_gdb_prompt CLI-only.Pedro Alves2014-05-291-26/+4
* PR gdb/13860: don't lose '-interpreter-exec console EXECUTION_COMMAND''s outp...Pedro Alves2014-05-211-1/+35
* replace XMALLOC with XNEWTom Tromey2014-01-131-1/+1
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* Delete interp_exec_p.Doug Evans2013-12-101-10/+3
* remove gdb_string.hTom Tromey2013-11-181-1/+1
* Give every interpreter a command_loop_proc.Andrew Burgess2013-09-061-7/+6