summaryrefslogtreecommitdiff
path: root/gdb/inferior.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix invoking "[kill|detach] inferiors" on inferiors that are not runningPatrick Palka2015-08-151-0/+10
* Delete program spaces directly when removing inferiorsSimon Marchi2015-07-081-31/+8
* Revert "Delete program spaces directly when removing inferiors"Simon Marchi2015-07-081-8/+31
* Delete program spaces directly when removing inferiorsSimon Marchi2015-07-081-31/+8
* Fix =thread-exited not showing up when detaching (PR 15564)Simon Marchi2015-06-021-1/+1
* C++ keyword cleanliness, mostly auto-generatedPedro Alves2015-02-271-1/+1
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Introduce utility function find_inferior_ptidSimon Marchi2014-12-151-0/+8
* Reduce Hg packet (select remote general thread) bouncingPedro Alves2014-10-021-2/+5
* Exit code of exited inferiors in -list-thread-groupsSimon Marchi2014-10-011-2/+2
* * inferior.c (prune_inferiors): Fix comment.Doug Evans2014-05-171-2/+4
* Remove duplicated #include's from GDBHonggyu Kim2014-01-071-1/+0
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1