summaryrefslogtreecommitdiff
path: root/gdb/inferior.h
Commit message (Expand)AuthorAgeFilesLines
* gdb: make inferior_list use intrusive_listPedro Alves2021-07-121-5/+4
* gdb: introduce intrusive_list, make thread_info use itPedro Alves2021-07-121-5/+9
* gdb: introduce iterator_range, remove next_adapterSimon Marchi2021-07-061-2/+2
* gdb: try to load libthread_db only after reading all shared libraries when at...Simon Marchi2021-06-081-0/+4
* gdb: some int to bool conversionAndrew Burgess2021-05-071-1/+1
* gdb: make inferior::args a unique_xmalloc_ptrSimon Marchi2021-05-061-1/+1
* gdb/continuations: turn continuation functions into inferior methodsTankut Baris Aktemur2021-04-221-4/+11
* gdb/continuations: use lambdas instead of function pointersTankut Baris Aktemur2021-04-221-2/+2
* gdb/continuations: do minor cleanupTankut Baris Aktemur2021-04-221-2/+1
* gdb: remove push_target free functionsSimon Marchi2021-03-231-0/+7
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb: move displaced stepping types to displaced-stepping.{h,c}Simon Marchi2020-12-041-0/+1
* gdb: remove arguments from inferior_created observableSimon Marchi2020-10-021-1/+1
* Remove target_has_execution macroTom Tromey2020-09-281-1/+1
* [gdb/build,c++17] Fix use of deprecated std::uncaught_exceptionTom de Vries2020-07-051-1/+9
* Make {get,set}_inferior_io_terminal inferior methodsPedro Alves2020-06-271-8/+11
* gdb: make inferior::terminal a unique ptrSimon Marchi2020-06-251-1/+2
* gdb: Move construct_inferior_arguments to gdbsupportMichael Weghorn2020-05-251-2/+0
* Remove iterate_over_inferiorsTom Tromey2020-04-231-14/+0
* Multi-target supportPedro Alves2020-01-101-14/+50
* Introduce switch_to_inferior_no_threadPedro Alves2020-01-101-0/+4
* Make target_ops::has_execution take an 'inferior *' instead of a ptid_tPedro Alves2020-01-101-0/+3
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Remove info_terminal_command declaration, make definition staticSimon Marchi2019-11-261-2/+0
* Fix type of startup_with_shell in gdbserverTom Tromey2019-10-021-19/+0
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-2/+2
* Rename common to gdbsupportTom Tromey2019-07-091-4/+4
* Fix GDB crash when registers cannot be modified.Philippe Waroquiers2019-04-191-1/+12
* Update two cleanup commentsTom Tromey2019-03-061-1/+1
* Normalize includes to use common/Tom Tromey2019-01-251-2/+2
* Replace delete_longjmp_breakpoint_cleanup with a forward_scope_exit typeTom Tromey2019-01-231-1/+3
* Place displaced step data directly in inferior structureSimon Marchi2019-01-021-0/+3
* 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-18/+73
* Make save_infcall_*_state return unique pointersTom Tromey2018-09-171-3/+4
* Remove two infrun cleanupsTom Tromey2018-09-171-4/+27
* Use new and delete for struct infcall_control_stateTom Tromey2018-09-171-1/+11
* Change get_inferior_args to return const char *Tom Tromey2018-09-151-1/+1
* Remove ptid_get_pidTom Tromey2018-07-031-1/+1
* gdb: Eliminate the 'stop_pc' globalPedro Alves2018-06-281-4/+0
* gdb: For macOS, s/thread_info/struct thread_info/Pedro Alves2018-06-251-1/+1
* Use thread_info and inferior pointers more throughoutPedro Alves2018-06-211-21/+4
* Enable 'set print inferior-events' and improve detach/fork/kill/exit messagesSergio Durigan Junior2018-04-241-0/+4
* Class readonly_detached_regcacheYao Qi2018-02-211-1/+1
* Per-inferior target_terminal state, fix PR gdb/13211, morePedro Alves2018-01-301-0/+10
* Make linux_nat_detach/thread_db_detach use the inferior parameterSimon Marchi2018-01-191-0/+3
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Create private_inferior class hierarchySimon Marchi2017-11-241-2/+7
* Constify add_infoTom Tromey2017-11-071-1/+1
* Constify add_comTom Tromey2017-11-071-2/+2