summaryrefslogtreecommitdiff
path: root/gdb/inferior.h
Commit message (Expand)AuthorAgeFilesLines
* gdb: replace inferior::waiting_for_vfork_done with inferior::thread_waiting_f...Simon Marchi2022-04-041-4/+4
* gdb/mi: fix regression in mi -add-inferior commandUmair Sair2022-03-071-0/+7
* gdb: add a symbol* argument to get_return_valueLancelot SIX2022-02-151-2/+8
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: make inferior::m_terminal an std::stringSimon Marchi2021-07-231-8/+10
* gdb: make inferior::m_cwd an std::stringSimon Marchi2021-07-231-10/+8
* gdb: make inferior::m_args an std::stringSimon Marchi2021-07-231-18/+8
* gdb: add setter/getter for inferior cwdSimon Marchi2021-07-231-4/+23
* gdb: add setter/getter for inferior argumentsSimon Marchi2021-07-231-7/+29
* gdb: remove inferior::{argc,argv}Simon Marchi2021-07-231-9/+0
* gdb: make all_inferiors_safe actually workSimon Marchi2021-07-171-1/+1
* gdb: maintain ptid -> thread map, optimize find_thread_ptidSimon Marchi2021-07-121-0/+6
* gdb: maintain per-process-target list of resumed threads with pending wait st...Simon Marchi2021-07-121-2/+1
* 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