aboutsummaryrefslogtreecommitdiff
path: root/gdb/mi/mi-interp.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-31Remove a call to clear_interpreter_hooksTom Tromey1-4/+0
2022-08-31Remove two unused members from mi_interpTom Tromey1-1/+0
2022-08-31Use ui_out_redirect_pop in more placesTom Tromey1-21/+8
2022-08-10gdb/mi: fix breakpoint script field outputSimon Marchi1-0/+1
2022-07-18Remove cli_out_newTom Tromey1-1/+1
2022-07-11Always emit =thread-exited notifications, even if silentPedro Alves1-3/+0
2022-03-29Unify gdb printf functionsTom Tromey1-65/+65
2022-03-29Unify gdb puts functionsTom Tromey1-4/+4
2022-02-25Print MI prompt on interrupted commandTom Tromey1-0/+11
2022-02-07gdb: make thread_info::m_thread_fsm a std::unique_ptrLancelot SIX1-3/+3
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-11-08gdb: remove bpstat typedef, rename bpstats to bpstatSimon Marchi1-3/+3
2021-04-24gdbsupport, gdb: give names to observersSimon Marchi1-28/+35
2021-02-25gdb/mi: Remove extra \n from tsv and and traceframe notificationsJan Vrany1-4/+4
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