summaryrefslogtreecommitdiff
path: root/gdb/mi/mi-interp.c
Commit message (Expand)AuthorAgeFilesLines
* gdbsupport, gdb: give names to observersSimon Marchi2021-04-241-28/+35
* gdb/mi: Remove extra \n from tsv and and traceframe notificationsJan Vrany2021-02-251-4/+4
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* Move event-loop.[ch] to gdbsupport/Tom Tromey2020-04-131-1/+1
* gdb: remove use of iterate_over_inferiors in mi/mi-interp.cSimon Marchi2020-01-171-28/+21
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Multi-target supportPedro Alves2020-01-101-4/+6
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Add missing includes in dwarf-index-write.c and mi/mi-interp.cSimon Marchi2019-11-261-0/+3
* bfd_section_* macrosAlan Modra2019-09-191-2/+1
* Rename field_int to field_signedTom Tromey2019-07-171-4/+4
* Use field_string in more placesTom Tromey2019-07-151-1/+1
* Rename common to gdbsupportTom Tromey2019-07-091-1/+1
* Add debug redirect optionAlan Hayward2019-05-171-6/+15
* Change file close behavior for tee_fileAlan Hayward2019-05-171-5/+14
* Remove exception_noneTom Tromey2019-04-251-1/+1
* Rename gdb exception typesTom Tromey2019-04-081-1/+1
* Rewrite TRY/CATCHTom Tromey2019-04-081-3/+2
* Make exceptions use std::string and be self-managingTom Tromey2019-04-081-10/+7
* Don't show "display"s twice in MITom Tromey2019-03-191-2/+7
* Factor out mi_ui_out instantiation logicSimon Marchi2019-03-131-16/+2
* C++-ify struct thread_fsmTom Tromey2019-02-071-2/+2
* Replace "the the" with "the"Tom Tromey2019-01-171-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Change input_handler to take a unique_xmalloc_ptrTom Tromey2018-12-301-3/+4
* Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.Pedro Alves2018-11-221-35/+25
* Remove ptid_equalTom Tromey2018-07-031-2/+2
* Remove ptid_is_pidTom Tromey2018-07-031-2/+2
* Remove ptid_get_pidTom Tromey2018-07-031-1/+1
* Use thread_info and inferior pointers more throughoutPedro Alves2018-06-211-34/+29
* Add "name" method to class interpTom Tromey2018-05-251-4/+4
* Remove interp_nameTom Tromey2018-05-251-2/+0
* Remove interp_ui_outTom Tromey2018-05-251-8/+8
* Change the as_*_interp functions to use dynamic_castTom Tromey2018-05-251-3/+1
* Remove VEC(tsv_s), use std::vector insteadSimon Marchi2018-04-091-2/+2
* Convert observers to C++Tom Tromey2018-03-191-29/+29
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Remove some unused variablesSimon Marchi2017-12-051-1/+0
* Eliminate catch_exceptions/catch_exceptions_with_msgPedro Alves2017-10-101-40/+34
* Remove make_cleanup_restore_target_terminalTom Tromey2017-09-201-101/+42
* Remove make_cleanup_ui_out_redirect_popTom Tromey2017-09-091-3/+2
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* Use std::string in mi_cmd_interpreter_execTom Tromey2017-09-031-8/+4
* Use ui_out_emit_listTom Tromey2017-04-221-9/+3
* -Wwrite-strings: Constify mi_cmd_argv_ftype's 'command' parameterPedro Alves2017-04-051-1/+1
* Add -file-list-shared-libraries MI commandMarc-Andre Laperle2017-03-201-8/+28
* C++-fy struct interp/cli_interp/tui_interp/mi_interpPedro Alves2017-02-031-46/+23
* Move "tee" building down to interpreter::set_logging_procPedro Alves2017-02-021-20/+10
* Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves2017-02-021-11/+11
* gdb/mi/mi-interp.c: Fix typosPedro Alves2017-01-311-2/+2