aboutsummaryrefslogtreecommitdiff
path: root/gdb/inferior.c
AgeCommit message (Expand)AuthorFilesLines
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
2020-01-10Switch the inferior before outputting its id in "info inferiors"Tankut Baris Aktemur1-1/+10
2020-01-10Add "info connections" command, "info inferiors" connection number/stringPedro Alves1-4/+52
2020-01-10Multi-target supportPedro Alves1-23/+55
2020-01-10Introduce switch_to_inferior_no_threadPedro Alves1-8/+13
2020-01-10Make target_ops::has_execution take an 'inferior *' instead of a ptid_tPedro Alves1-1/+1
2020-01-10Preserve selected thread in all-stop w/ background executionPedro Alves1-0/+1
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-05Fix leaks when pruning inferiors.Philippe Waroquiers1-6/+4
2019-11-26Remove unused overload of exit_inferior_silentSimon Marchi1-8/+0
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-1/+1
2019-07-17Rename field_int to field_signedTom Tromey1-3/+3
2019-07-09Rename common to gdbsupportTom Tromey1-1/+1
2019-05-04Fix leaks by clearing registers and frame caches.Philippe Waroquiers1-0/+4
2019-04-09Consistently use bool for fake_pid_pTom Tromey1-1/+1
2019-03-13Change pid_to_str to return std::stringTom Tromey1-4/+4
2019-03-09Ensure 'help set/show print inferior-events' shows the example events.Philippe Waroquiers1-2/+2
2019-01-25Normalize includes to use common/Tom Tromey1-1/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-22Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.Pedro Alves1-93/+42
2018-11-22Avoid find_thread_ptid with null_ptidPedro Alves1-3/+8
2018-09-17Use new and delete for struct infcall_control_stateTom Tromey1-1/+1
2018-07-22Simple unused variable removalsTom Tromey1-1/+0
2018-07-03Remove ptid_get_pidTom Tromey1-3/+3
2018-07-03Remove pid_to_ptidTom Tromey1-3/+3
2018-07-03Remove exit_inferior_num_silentTom Tromey1-8/+0
2018-06-21Use thread_info and inferior pointers more throughoutPedro Alves1-85/+30
2018-05-24Fix help and documentation for inferior commandsTom Tromey1-6/+12
2018-04-24Enable 'set print inferior-events' and improve detach/fork/kill/exit messagesSergio Durigan Junior1-9/+9
2018-03-19Convert observers to C++Tom Tromey1-7/+8
2018-03-02C++ify program_spaceSimon Marchi1-2/+2
2018-02-15Reset inferior::control on inferior exitYao Qi1-0/+2
2018-01-19Make linux_nat_detach/thread_db_detach use the inferior parameterSimon Marchi1-2/+13
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-24Create private_inferior class hierarchySimon Marchi1-2/+2
2017-11-07Constify add_infoTom Tromey1-2/+2
2017-11-07Constify add_comTom Tromey1-3/+3
2017-09-27Constify some commands in inferior.cTom Tromey1-3/+3
2017-09-09Remove unnecessary function prototypes.John Baldwin1-2/+0
2017-08-03Introduce gdb_argv, a class wrapper for buildargvTom Tromey1-18/+8
2017-08-03Introduce and use ui_out_emit_tableTom Tromey1-5/+1
2017-06-20C++ify gdb/common/environ.cSergio Durigan Junior1-3/+1
2017-05-04RAII-fy make_cleanup_restore_current_thread & friendsPedro Alves1-26/+3
2017-04-22Use ui_out_emit_tupleTom Tromey1-4/+1
2017-04-19Fix removing inferiors from within "thread apply" commandsPedro Alves1-4/+8
2017-04-13Make inferior a class with cdtors, and use new/deletePedro Alves1-19/+16