aboutsummaryrefslogtreecommitdiff
path: root/gdb/mi/mi-interp.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-04-13Move event-loop.[ch] to gdbsupport/Tom Tromey1-1/+1
2020-01-17gdb: remove use of iterate_over_inferiors in mi/mi-interp.cSimon Marchi1-28/+21
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-10Multi-target supportPedro Alves1-4/+6
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-11-26Add missing includes in dwarf-index-write.c and mi/mi-interp.cSimon Marchi1-0/+3
2019-09-19bfd_section_* macrosAlan Modra1-2/+1
2019-07-17Rename field_int to field_signedTom Tromey1-4/+4
2019-07-15Use field_string in more placesTom Tromey1-1/+1
2019-07-09Rename common to gdbsupportTom Tromey1-1/+1
2019-05-17Add debug redirect optionAlan Hayward1-6/+15
2019-05-17Change file close behavior for tee_fileAlan Hayward1-5/+14
2019-04-25Remove exception_noneTom Tromey1-1/+1
2019-04-08Rename gdb exception typesTom Tromey1-1/+1
2019-04-08Rewrite TRY/CATCHTom Tromey1-3/+2
2019-04-08Make exceptions use std::string and be self-managingTom Tromey1-10/+7
2019-03-19Don't show "display"s twice in MITom Tromey1-2/+7
2019-03-13Factor out mi_ui_out instantiation logicSimon Marchi1-16/+2
2019-02-07C++-ify struct thread_fsmTom Tromey1-2/+2
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