summaryrefslogtreecommitdiff
path: root/gdb/inferior.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Class-ify ui_outSimon Marchi2016-12-221-19/+20
* Avoid PATH_MAX usageThomas Schwinge2016-12-091-10/+5
* Remove unnecessary inferior lookup in inferior_commandSimon Marchi2016-12-061-3/+0
* Remove verbosity from ui_out_message and friendsSimon Marchi2016-11-261-1/+1
* PR 20569, segv in follow_execSandra Loosemore2016-10-261-1/+5
* gdb: Free inferior->priv when inferior exitsPedro Alves2016-10-261-0/+3
* Convert tid_range_parser and get_number_or_range to classesPedro Alves2016-10-131-20/+12
* Emit inferior, thread and frame selection events to all UIsAntoine Tremblay2016-10-031-17/+23
* Fix remove-inferior error messageSimon Marchi2016-08-171-1/+1
* Remove stale commentSimon Marchi2016-08-171-2/+0
* Centralize thread ID printingPedro Alves2016-01-131-2/+2
* Add a new $_inferior convenience variablePedro Alves2016-01-131-0/+21
* Reapply: List inferiors/threads/pspaces in ascending orderPedro Alves2016-01-121-2/+11
* testsuite: Fix false FAILs on too long base directoryJan Kratochvil2016-01-111-11/+2
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Target remote mode fork and exec event supportDon Breazeal2015-12-141-6/+25
* List inferiors/threads/pspaces in ascending orderPedro Alves2015-11-241-2/+11
* Add some more casts (1/2)Simon Marchi2015-09-251-2/+3
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-1/+1