summaryrefslogtreecommitdiff
path: root/gdb/inferior.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Preserve selected thread in all-stop w/ background executionPedro Alves2020-01-101-0/+1
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Fix leaks when pruning inferiors.Philippe Waroquiers2019-12-051-6/+4
* Remove unused overload of exit_inferior_silentSimon Marchi2019-11-261-8/+0
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-1/+1
* Rename field_int to field_signedTom Tromey2019-07-171-3/+3
* Rename common to gdbsupportTom Tromey2019-07-091-1/+1
* Fix leaks by clearing registers and frame caches.Philippe Waroquiers2019-05-041-0/+4
* Consistently use bool for fake_pid_pTom Tromey2019-04-091-1/+1
* Change pid_to_str to return std::stringTom Tromey2019-03-131-4/+4
* Ensure 'help set/show print inferior-events' shows the example events.Philippe Waroquiers2019-03-091-2/+2
* Normalize includes to use common/Tom Tromey2019-01-251-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.Pedro Alves2018-11-221-93/+42
* Avoid find_thread_ptid with null_ptidPedro Alves2018-11-221-3/+8
* Use new and delete for struct infcall_control_stateTom Tromey2018-09-171-1/+1
* Simple unused variable removalsTom Tromey2018-07-221-1/+0
* Remove ptid_get_pidTom Tromey2018-07-031-3/+3
* Remove pid_to_ptidTom Tromey2018-07-031-3/+3
* Remove exit_inferior_num_silentTom Tromey2018-07-031-8/+0
* Use thread_info and inferior pointers more throughoutPedro Alves2018-06-211-85/+30
* Fix help and documentation for inferior commandsTom Tromey2018-05-241-6/+12
* Enable 'set print inferior-events' and improve detach/fork/kill/exit messagesSergio Durigan Junior2018-04-241-9/+9
* Convert observers to C++Tom Tromey2018-03-191-7/+8
* C++ify program_spaceSimon Marchi2018-03-021-2/+2
* Reset inferior::control on inferior exitYao Qi2018-02-151-0/+2
* Make linux_nat_detach/thread_db_detach use the inferior parameterSimon Marchi2018-01-191-2/+13
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Create private_inferior class hierarchySimon Marchi2017-11-241-2/+2
* Constify add_infoTom Tromey2017-11-071-2/+2
* Constify add_comTom Tromey2017-11-071-3/+3
* Constify some commands in inferior.cTom Tromey2017-09-271-3/+3
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* Introduce gdb_argv, a class wrapper for buildargvTom Tromey2017-08-031-18/+8
* Introduce and use ui_out_emit_tableTom Tromey2017-08-031-5/+1
* C++ify gdb/common/environ.cSergio Durigan Junior2017-06-201-3/+1
* RAII-fy make_cleanup_restore_current_thread & friendsPedro Alves2017-05-041-26/+3
* Use ui_out_emit_tupleTom Tromey2017-04-221-4/+1
* Fix removing inferiors from within "thread apply" commandsPedro Alves2017-04-191-4/+8
* Make inferior a class with cdtors, and use new/deletePedro Alves2017-04-131-19/+16
* GC inferior.c:init_inferior_listPedro Alves2017-04-131-18/+0
* -Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_infoPedro Alves2017-04-051-1/+1