summaryrefslogtreecommitdiff
path: root/gdb/inferior.c
Commit message (Expand)AuthorAgeFilesLines
* Turn set_inferior_args_vector into method of inferiorTom Tromey2023-05-011-0/+8
* gdb: add maybe_switch_inferior functionSimon Marchi2023-04-171-0/+15
* gdb: make find_thread_ptid an inferior methodSimon Marchi2023-04-041-0/+12
* gdb: make target_desc_info_from_user_p a method of target_desc_infoSimon Marchi2023-02-031-1/+1
* gdb: remove copy_inferior_target_desc_infoSimon Marchi2023-02-031-1/+1
* gdb: change inferior::tdesc_info to non-pointerSimon Marchi2023-02-031-4/+1
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* gdb: clean up some inefficient std::string usageAndrew Burgess2022-12-161-2/+1
* gdb: make more use of make_target_connection_stringAndrew Burgess2022-12-151-24/+10
* gdb: ensure all targets are popped before an inferior is destructedAndrew Burgess2022-12-141-0/+15
* gdb: remove the pop_all_targets (and friends) global functionsAndrew Burgess2022-12-141-0/+42
* Use false/true for some inferior class members instead of 0/1Philippe Waroquiers2022-11-271-2/+2
* Rewrite registry.hTom Tromey2022-07-281-10/+1
* Unify gdb printf functionsTom Tromey2022-03-291-21/+21
* Remove some uses of printf_unfilteredTom Tromey2022-03-291-7/+7
* gdb/mi: fix regression in mi -add-inferior commandUmair Sair2022-03-071-4/+2
* gdb: remove internalvar_funcs::destroySimon Marchi2022-03-061-1/+0
* Add more filename stylingTom Tromey2022-02-281-1/+3
* Move gdb_argv to gdbsupportTom Tromey2022-01-181-0/+1
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: Copy inferior properties in clone-inferiorLancelot SIX2021-12-291-0/+17
* gdb: add threads debugging switchAndrew Burgess2021-12-221-0/+2
* gdb: make inferior::m_terminal an std::stringSimon Marchi2021-07-231-7/+4
* gdb: maintain ptid -> thread map, optimize find_thread_ptidSimon Marchi2021-07-121-0/+1
* gdb: maintain per-process-target list of resumed threads with pending wait st...Simon Marchi2021-07-121-0/+21
* gdb: make inferior_list use intrusive_listPedro Alves2021-07-121-51/+12
* gdb: introduce intrusive_list, make thread_info use itPedro Alves2021-07-121-9/+15
* gdb: remove gdbarch_info_initSimon Marchi2021-06-281-2/+1
* gdb: Pass std::strings to ui_out::field_string () where convenientMarco Barisione2021-05-191-1/+1
* gdb: make inferior::args a unique_xmalloc_ptrSimon Marchi2021-05-061-1/+0
* gdb/continuations: turn continuation functions into inferior methodsTankut Baris Aktemur2021-04-221-2/+18
* gdb: remove current_top_target functionSimon Marchi2021-03-241-1/+1
* gdb: remove push_target free functionsSimon Marchi2021-03-231-1/+1
* Inferior without argument prints detail of current inferior.Lancelot SIX2021-02-021-21/+37
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* Change current_inferior_ to be a inferior_refTom Tromey2020-12-111-7/+4
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-4/+4
* Change program_space_empty_p to method on program_spaceTom Tromey2020-10-291-1/+1
* Remove exec_filename macroTom Tromey2020-10-291-3/+3
* gdb: restore thread after detaching or killing an inferiorTankut Baris Aktemur2020-10-291-0/+4
* Make {get,set}_inferior_io_terminal inferior methodsPedro Alves2020-06-271-0/+15
* gdb: make inferior::terminal a unique ptrSimon Marchi2020-06-251-1/+0
* Remove iterate_over_inferiorsTom Tromey2020-04-231-11/+0
* Refactor delete_program_space as a destructorPedro Alves2020-04-161-1/+1
* Remove last traces of discard_all_inferiorsPedro Alves2020-01-121-7/+0
* Switch the inferior before outputting its id in "info inferiors"Tankut Baris Aktemur2020-01-101-1/+10
* Add "info connections" command, "info inferiors" connection number/stringPedro Alves2020-01-101-4/+52
* Multi-target supportPedro Alves2020-01-101-23/+55
* Introduce switch_to_inferior_no_threadPedro Alves2020-01-101-8/+13
* Make target_ops::has_execution take an 'inferior *' instead of a ptid_tPedro Alves2020-01-101-1/+1