summaryrefslogtreecommitdiff
path: root/gdb/interps.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: remove ui_interp_infoSimon Marchi2023-05-011-71/+20
* gdb: store interps in an intrusive_listSimon Marchi2023-05-011-12/+6
* gdb: move struct ui and related things to ui.{c,h}Simon Marchi2023-05-011-1/+1
* gdb: make interp::m_name an `const char *`Simon Marchi2023-03-071-5/+3
* gdb: make get_interp_info return a referenceSimon Marchi2023-03-071-41/+43
* Simplify interp::exec / interp_exec - let exceptions propagatePedro Alves2023-02-081-13/+8
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* Deprecate MI version 1Tom Tromey2022-11-051-0/+10
* internal_error: remove need to pass __FILE__/__LINE__Pedro Alves2022-10-191-2/+1
* Use std::string for interpreter_pTom Tromey2022-06-221-9/+2
* Use unique_xmalloc_ptr in interpTom Tromey2022-06-221-3/+1
* gdb: make interp_add staticAndrew Burgess2022-04-061-1/+1
* Replace deprecated_target_wait_hook by observersPatrick Monnerat2022-03-141-1/+0
* Move gdb_argv to gdbsupportTom Tromey2022-01-181-0/+1
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb/continuations: do minor cleanupTankut Baris Aktemur2021-04-221-1/+0
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* Preserve gdb_std{out, err, log, targ, targerr} across interpreter_exec_cmdPeter Waller2020-12-211-0/+8
* 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