summaryrefslogtreecommitdiff
path: root/gdb/inferior.h
Commit message (Expand)AuthorAgeFilesLines
* Turn set_inferior_args_vector into method of inferiorTom Tromey2023-05-011-2/+3
* gdb: add maybe_switch_inferior functionSimon Marchi2023-04-171-0/+7
* gdb: make find_thread_ptid an inferior methodSimon Marchi2023-04-041-0/+3
* gdb: adjust comment on target_desc_info::from_user_pSimon Marchi2023-02-061-1/+1
* gdb: make target_desc_info_from_user_p a method of target_desc_infoSimon Marchi2023-02-031-0/+5
* gdb: change inferior::tdesc_info to non-pointerSimon Marchi2023-02-031-1/+1
* gdb: move target_desc_info to inferior.hSimon Marchi2023-02-031-0/+23
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* gdb: remove the pop_all_targets (and friends) global functionsAndrew Burgess2022-12-141-0/+20
* Fix control-c handling on WindowsTom Tromey2022-12-131-0/+10
* Refactor code to check for terminal sharingTom Tromey2022-12-131-0/+11
* Use enum for gdbarch's call_dummy_locationTom Tromey2022-10-311-3/+0
* Change GDB to use frame_info_ptrTom Tromey2022-10-101-3/+3
* gdb: constify inferior::target_is_pushedSimon Marchi2022-10-031-1/+1
* gdb: constify target_stack::is_pushedSimon Marchi2022-09-291-1/+1
* Rewrite registry.hTom Tromey2022-07-281-6/+1
* gdb+gdbserver/Linux: avoid reading registers while going through shellPedro Alves2022-06-281-0/+7
* 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