aboutsummaryrefslogtreecommitdiff
path: root/gdb/inferior.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-30gdb: add interp::on_inferior_removed methodSimon Marchi1-1/+10
2023-05-30gdb: add interp::on_inferior_disappeared methodSimon Marchi1-1/+10
2023-05-30gdb: add interp::on_inferior_appeared methodSimon Marchi1-1/+10
2023-05-30gdb: add interp::on_inferior_added methodSimon Marchi1-1/+11
2023-05-30gdb: add interp::on_user_selected_context_changed methodSimon Marchi1-2/+2
2023-05-01Turn set_inferior_args_vector into method of inferiorTom Tromey1-0/+8
2023-04-17gdb: add maybe_switch_inferior functionSimon Marchi1-0/+15
2023-04-04gdb: make find_thread_ptid an inferior methodSimon Marchi1-0/+12
2023-02-03gdb: make target_desc_info_from_user_p a method of target_desc_infoSimon Marchi1-1/+1
2023-02-03gdb: remove copy_inferior_target_desc_infoSimon Marchi1-1/+1
2023-02-03gdb: change inferior::tdesc_info to non-pointerSimon Marchi1-4/+1
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-12-16gdb: clean up some inefficient std::string usageAndrew Burgess1-2/+1
2022-12-15gdb: make more use of make_target_connection_stringAndrew Burgess1-24/+10
2022-12-14gdb: ensure all targets are popped before an inferior is destructedAndrew Burgess1-0/+15
2022-12-14gdb: remove the pop_all_targets (and friends) global functionsAndrew Burgess1-0/+42
2022-11-27Use false/true for some inferior class members instead of 0/1Philippe Waroquiers1-2/+2
2022-07-28Rewrite registry.hTom Tromey1-10/+1
2022-03-29Unify gdb printf functionsTom Tromey1-21/+21
2022-03-29Remove some uses of printf_unfilteredTom Tromey1-7/+7
2022-03-07gdb/mi: fix regression in mi -add-inferior commandUmair Sair1-4/+2
2022-03-06gdb: remove internalvar_funcs::destroySimon Marchi1-1/+0
2022-02-28Add more filename stylingTom Tromey1-1/+3
2022-01-18Move gdb_argv to gdbsupportTom Tromey1-0/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-12-29gdb: Copy inferior properties in clone-inferiorLancelot SIX1-0/+17
2021-12-22gdb: add threads debugging switchAndrew Burgess1-0/+2
2021-07-23gdb: make inferior::m_terminal an std::stringSimon Marchi1-7/+4
2021-07-12gdb: maintain ptid -> thread map, optimize find_thread_ptidSimon Marchi1-0/+1
2021-07-12gdb: maintain per-process-target list of resumed threads with pending wait st...Simon Marchi1-0/+21
2021-07-12gdb: make inferior_list use intrusive_listPedro Alves1-51/+12
2021-07-12gdb: introduce intrusive_list, make thread_info use itPedro Alves1-9/+15
2021-06-28gdb: remove gdbarch_info_initSimon Marchi1-2/+1
2021-05-19gdb: Pass std::strings to ui_out::field_string () where convenientMarco Barisione1-1/+1
2021-05-06gdb: make inferior::args a unique_xmalloc_ptrSimon Marchi1-1/+0
2021-04-22gdb/continuations: turn continuation functions into inferior methodsTankut Baris Aktemur1-2/+18
2021-03-24gdb: remove current_top_target functionSimon Marchi1-1/+1
2021-03-23gdb: remove push_target free functionsSimon Marchi1-1/+1
2021-02-02Inferior without argument prints detail of current inferior.Lancelot SIX1-21/+37
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-11Change current_inferior_ to be a inferior_refTom Tromey1-7/+4
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-4/+4
2020-10-29Change program_space_empty_p to method on program_spaceTom Tromey1-1/+1
2020-10-29Remove exec_filename macroTom Tromey1-3/+3
2020-10-29gdb: restore thread after detaching or killing an inferiorTankut Baris Aktemur1-0/+4
2020-06-27Make {get,set}_inferior_io_terminal inferior methodsPedro Alves1-0/+15
2020-06-25gdb: make inferior::terminal a unique ptrSimon Marchi1-1/+0
2020-04-23Remove iterate_over_inferiorsTom Tromey1-11/+0
2020-04-16Refactor delete_program_space as a destructorPedro Alves1-1/+1
2020-01-12Remove last traces of discard_all_inferiorsPedro Alves1-7/+0