aboutsummaryrefslogtreecommitdiff
path: root/gdb/inferior.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-04-13GC inferior.c:init_inferior_listPedro Alves1-18/+0
2017-04-05-Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_infoPedro Alves1-1/+1
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-12-22Class-ify ui_outSimon Marchi1-19/+20
2016-12-09Avoid PATH_MAX usageThomas Schwinge1-10/+5
2016-12-06Remove unnecessary inferior lookup in inferior_commandSimon Marchi1-3/+0
2016-11-26Remove verbosity from ui_out_message and friendsSimon Marchi1-1/+1
2016-10-26PR 20569, segv in follow_execSandra Loosemore1-1/+5
2016-10-26gdb: Free inferior->priv when inferior exitsPedro Alves1-0/+3
2016-10-13Convert tid_range_parser and get_number_or_range to classesPedro Alves1-20/+12
2016-10-03Emit inferior, thread and frame selection events to all UIsAntoine Tremblay1-17/+23
2016-08-17Fix remove-inferior error messageSimon Marchi1-1/+1
2016-08-17Remove stale commentSimon Marchi1-2/+0
2016-01-13Centralize thread ID printingPedro Alves1-2/+2
2016-01-13Add a new $_inferior convenience variablePedro Alves1-0/+21
2016-01-12Reapply: List inferiors/threads/pspaces in ascending orderPedro Alves1-2/+11
2016-01-11testsuite: Fix false FAILs on too long base directoryJan Kratochvil1-11/+2
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-12-14Target remote mode fork and exec event supportDon Breazeal1-6/+25
2015-11-24List inferiors/threads/pspaces in ascending orderPedro Alves1-2/+11
2015-09-25Add some more casts (1/2)Simon Marchi1-2/+3
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-1/+1
2015-08-15Fix invoking "[kill|detach] inferiors" on inferiors that are not runningPatrick Palka1-0/+10
2015-07-08Delete program spaces directly when removing inferiorsSimon Marchi1-31/+8
2015-07-08Revert "Delete program spaces directly when removing inferiors"Simon Marchi1-8/+31