aboutsummaryrefslogtreecommitdiff
path: root/gdb/mi/mi-interp.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-17Replace "the the" with "the"Tom Tromey1-1/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-12-30Change input_handler to take a unique_xmalloc_ptrTom Tromey1-3/+4
2018-11-22Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.Pedro Alves1-35/+25
2018-07-03Remove ptid_equalTom Tromey1-2/+2
2018-07-03Remove ptid_is_pidTom Tromey1-2/+2
2018-07-03Remove ptid_get_pidTom Tromey1-1/+1
2018-06-21Use thread_info and inferior pointers more throughoutPedro Alves1-34/+29
2018-05-25Add "name" method to class interpTom Tromey1-4/+4
2018-05-25Remove interp_nameTom Tromey1-2/+0
2018-05-25Remove interp_ui_outTom Tromey1-8/+8
2018-05-25Change the as_*_interp functions to use dynamic_castTom Tromey1-3/+1
2018-04-09Remove VEC(tsv_s), use std::vector insteadSimon Marchi1-2/+2
2018-03-19Convert observers to C++Tom Tromey1-29/+29
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-05Remove some unused variablesSimon Marchi1-1/+0
2017-10-10Eliminate catch_exceptions/catch_exceptions_with_msgPedro Alves1-40/+34
2017-09-20Remove make_cleanup_restore_target_terminalTom Tromey1-101/+42
2017-09-09Remove make_cleanup_ui_out_redirect_popTom Tromey1-3/+2
2017-09-09Remove unnecessary function prototypes.John Baldwin1-2/+0
2017-09-03Use std::string in mi_cmd_interpreter_execTom Tromey1-8/+4
2017-04-22Use ui_out_emit_listTom Tromey1-9/+3
2017-04-05-Wwrite-strings: Constify mi_cmd_argv_ftype's 'command' parameterPedro Alves1-1/+1
2017-03-20Add -file-list-shared-libraries MI commandMarc-Andre Laperle1-8/+28
2017-02-03C++-fy struct interp/cli_interp/tui_interp/mi_interpPedro Alves1-46/+23
2017-02-02Move "tee" building down to interpreter::set_logging_procPedro Alves1-20/+10
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves1-11/+11
2017-01-31gdb/mi/mi-interp.c: Fix typosPedro Alves1-2/+2
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-12-22Class-ify ui_outSimon Marchi1-42/+39
2016-10-21Remove make_cleanup_restore_current_uiTom Tromey1-77/+27
2016-10-03Emit inferior, thread and frame selection events to all UIsAntoine Tremblay1-0/+61
2016-06-21Make stdin be per UIPedro Alves1-1/+1
2016-06-21New function should_print_stop_to_consolePedro Alves1-23/+4
2016-06-21Replace the sync_execution global with a new enum prompt_state tristatePedro Alves1-14/+11
2016-06-21Simplify starting the command event loopPedro Alves1-6/+3
2016-06-21Make raw_stdout be per MI instancePedro Alves1-51/+44
2016-06-21Introduce display_mi_promptPedro Alves1-10/+12
2016-06-21Make command line editing (use of readline) be per UIPedro Alves1-4/+1
2016-06-21Make instream be per UIPedro Alves1-1/+3
2016-06-21Make the intepreters output to all UIsPedro Alves1-364/+588
2016-06-21Introduce interpreter factoriesPedro Alves1-16/+26
2016-06-21Introduce "struct ui"Pedro Alves1-2/+3
2016-06-07mi/mi-interp.c: Add missing bracesSimon Marchi1-10/+16
2016-06-06Add method/format information to =record-startedSimon Marchi1-4/+21
2016-05-18Fix double prompt output after run control MI commands with mi-async on (PR 2...Simon Marchi1-1/+1
2016-04-12Use target_terminal_ours_for_output in MIPedro Alves1-20/+105
2016-03-09gdb_readline2 -> gdb_readline_no_editing_callbackPedro Alves1-1/+1
2016-01-13Per-inferior/Inferior-qualified thread IDsPedro Alves1-8/+8
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1