aboutsummaryrefslogtreecommitdiff
path: root/gdb/inferior.h
AgeCommit message (Expand)AuthorFilesLines
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-04gdb: move displaced stepping types to displaced-stepping.{h,c}Simon Marchi1-0/+1
2020-10-02gdb: remove arguments from inferior_created observableSimon Marchi1-1/+1
2020-09-28Remove target_has_execution macroTom Tromey1-1/+1
2020-07-05[gdb/build,c++17] Fix use of deprecated std::uncaught_exceptionTom de Vries1-1/+9
2020-06-27Make {get,set}_inferior_io_terminal inferior methodsPedro Alves1-8/+11
2020-06-25gdb: make inferior::terminal a unique ptrSimon Marchi1-1/+2
2020-05-25gdb: Move construct_inferior_arguments to gdbsupportMichael Weghorn1-2/+0
2020-04-23Remove iterate_over_inferiorsTom Tromey1-14/+0
2020-01-10Multi-target supportPedro Alves1-14/+50
2020-01-10Introduce switch_to_inferior_no_threadPedro Alves1-0/+4
2020-01-10Make target_ops::has_execution take an 'inferior *' instead of a ptid_tPedro Alves1-0/+3
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-11-26Remove info_terminal_command declaration, make definition staticSimon Marchi1-2/+0
2019-10-02Fix type of startup_with_shell in gdbserverTom Tromey1-19/+0
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-2/+2
2019-07-09Rename common to gdbsupportTom Tromey1-4/+4
2019-04-19Fix GDB crash when registers cannot be modified.Philippe Waroquiers1-1/+12
2019-03-06Update two cleanup commentsTom Tromey1-1/+1
2019-01-25Normalize includes to use common/Tom Tromey1-2/+2
2019-01-23Replace delete_longjmp_breakpoint_cleanup with a forward_scope_exit typeTom Tromey1-1/+3
2019-01-02Place displaced step data directly in inferior structureSimon Marchi1-0/+3
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-18/+73
2018-09-17Make save_infcall_*_state return unique pointersTom Tromey1-3/+4
2018-09-17Remove two infrun cleanupsTom Tromey1-4/+27
2018-09-17Use new and delete for struct infcall_control_stateTom Tromey1-1/+11
2018-09-15Change get_inferior_args to return const char *Tom Tromey1-1/+1
2018-07-03Remove ptid_get_pidTom Tromey1-1/+1
2018-06-28gdb: Eliminate the 'stop_pc' globalPedro Alves1-4/+0
2018-06-25gdb: For macOS, s/thread_info/struct thread_info/Pedro Alves1-1/+1
2018-06-21Use thread_info and inferior pointers more throughoutPedro Alves1-21/+4
2018-04-24Enable 'set print inferior-events' and improve detach/fork/kill/exit messagesSergio Durigan Junior1-0/+4
2018-02-21Class readonly_detached_regcacheYao Qi1-1/+1
2018-01-30Per-inferior target_terminal state, fix PR gdb/13211, morePedro Alves1-0/+10
2018-01-19Make linux_nat_detach/thread_db_detach use the inferior parameterSimon Marchi1-0/+3
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-24Create private_inferior class hierarchySimon Marchi1-2/+7
2017-11-07Constify add_infoTom Tromey1-1/+1
2017-11-07Constify add_comTom Tromey1-2/+2
2017-10-11Constify add_prefix_cmdTom Tromey1-1/+1
2017-10-04Implement "set cwd" command on GDBSergio Durigan Junior1-0/+4
2017-09-19Use DISABLE_COPY_AND_ASSIGNYao Qi1-5/+1
2017-08-22Rename some command functionsSimon Marchi1-1/+1
2017-08-18Remove save_inferior_ptidTom Tromey1-5/+0
2017-06-20C++ify gdb/common/environ.cSergio Durigan Junior1-2/+4
2017-06-07Share fork_inferior et al with gdbserverSergio Durigan Junior1-28/+6
2017-05-04RAII-fy make_cleanup_restore_current_thread & friendsPedro Alves1-1/+22
2017-04-19Fix removing inferiors from within "thread apply" commandsPedro Alves1-9/+26
2017-04-19Make inferior::detaching a bool, and introduce scoped_restore::release()Pedro Alves1-1/+1