summaryrefslogtreecommitdiff
path: root/gdb/inferior.c
AgeCommit message (Expand)Author
2022-07-28Rewrite registry.hTom Tromey
2022-03-29Unify gdb printf functionsTom Tromey
2022-03-29Remove some uses of printf_unfilteredTom Tromey
2022-03-07gdb/mi: fix regression in mi -add-inferior commandUmair Sair
2022-03-06gdb: remove internalvar_funcs::destroySimon Marchi
2022-02-28Add more filename stylingTom Tromey
2022-01-18Move gdb_argv to gdbsupportTom Tromey
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker
2021-12-29gdb: Copy inferior properties in clone-inferiorLancelot SIX
2021-12-22gdb: add threads debugging switchAndrew Burgess
2021-07-23gdb: make inferior::m_terminal an std::stringSimon Marchi
2021-07-12gdb: maintain ptid -> thread map, optimize find_thread_ptidSimon Marchi
2021-07-12gdb: maintain per-process-target list of resumed threads with pending wait st...Simon Marchi
2021-07-12gdb: make inferior_list use intrusive_listPedro Alves
2021-07-12gdb: introduce intrusive_list, make thread_info use itPedro Alves
2021-06-28gdb: remove gdbarch_info_initSimon Marchi
2021-05-19gdb: Pass std::strings to ui_out::field_string () where convenientMarco Barisione
2021-05-06gdb: make inferior::args a unique_xmalloc_ptrSimon Marchi
2021-04-22gdb/continuations: turn continuation functions into inferior methodsTankut Baris Aktemur
2021-03-24gdb: remove current_top_target functionSimon Marchi
2021-03-23gdb: remove push_target free functionsSimon Marchi
2021-02-02Inferior without argument prints detail of current inferior.Lancelot SIX
2021-01-01Update copyright year range in all GDB filesJoel Brobecker
2020-12-11Change current_inferior_ to be a inferior_refTom Tromey
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi
2020-10-29Change program_space_empty_p to method on program_spaceTom Tromey
2020-10-29Remove exec_filename macroTom Tromey
2020-10-29gdb: restore thread after detaching or killing an inferiorTankut Baris Aktemur
2020-06-27Make {get,set}_inferior_io_terminal inferior methodsPedro Alves
2020-06-25gdb: make inferior::terminal a unique ptrSimon Marchi
2020-04-23Remove iterate_over_inferiorsTom Tromey
2020-04-16Refactor delete_program_space as a destructorPedro Alves
2020-01-12Remove last traces of discard_all_inferiorsPedro Alves
2020-01-10Switch the inferior before outputting its id in "info inferiors"Tankut Baris Aktemur
2020-01-10Add "info connections" command, "info inferiors" connection number/stringPedro Alves
2020-01-10Multi-target supportPedro Alves
2020-01-10Introduce switch_to_inferior_no_threadPedro Alves
2020-01-10Make target_ops::has_execution take an 'inferior *' instead of a ptid_tPedro Alves
2020-01-10Preserve selected thread in all-stop w/ background executionPedro Alves
2020-01-01Update copyright year range in all GDB files.Joel Brobecker
2019-12-05Fix leaks when pruning inferiors.Philippe Waroquiers
2019-11-26Remove unused overload of exit_inferior_silentSimon Marchi
2019-09-18Change boolean options to bool instead of intChristian Biesinger
2019-07-17Rename field_int to field_signedTom Tromey
2019-07-09Rename common to gdbsupportTom Tromey
2019-05-04Fix leaks by clearing registers and frame caches.Philippe Waroquiers
2019-04-09Consistently use bool for fake_pid_pTom Tromey
2019-03-13Change pid_to_str to return std::stringTom Tromey
2019-03-09Ensure 'help set/show print inferior-events' shows the example events.Philippe Waroquiers
2019-01-25Normalize includes to use common/Tom Tromey