aboutsummaryrefslogtreecommitdiff
path: root/gdb/inferior.h
AgeCommit message (Expand)AuthorFilesLines
2022-07-28Rewrite registry.hTom Tromey1-6/+1
2022-06-28gdb+gdbserver/Linux: avoid reading registers while going through shellPedro Alves1-0/+7
2022-04-04gdb: replace inferior::waiting_for_vfork_done with inferior::thread_waiting_f...Simon Marchi1-4/+4
2022-03-07gdb/mi: fix regression in mi -add-inferior commandUmair Sair1-0/+7
2022-02-15gdb: add a symbol* argument to get_return_valueLancelot SIX1-2/+8
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-07-23gdb: make inferior::m_terminal an std::stringSimon Marchi1-8/+10
2021-07-23gdb: make inferior::m_cwd an std::stringSimon Marchi1-10/+8
2021-07-23gdb: make inferior::m_args an std::stringSimon Marchi1-18/+8
2021-07-23gdb: add setter/getter for inferior cwdSimon Marchi1-4/+23
2021-07-23gdb: add setter/getter for inferior argumentsSimon Marchi1-7/+29
2021-07-23gdb: remove inferior::{argc,argv}Simon Marchi1-9/+0
2021-07-17gdb: make all_inferiors_safe actually workSimon Marchi1-1/+1
2021-07-12gdb: maintain ptid -> thread map, optimize find_thread_ptidSimon Marchi1-0/+6
2021-07-12gdb: maintain per-process-target list of resumed threads with pending wait st...Simon Marchi1-2/+1
2021-07-12gdb: make inferior_list use intrusive_listPedro Alves1-5/+4
2021-07-12gdb: introduce intrusive_list, make thread_info use itPedro Alves1-5/+9
2021-07-06gdb: introduce iterator_range, remove next_adapterSimon Marchi1-2/+2
2021-06-08gdb: try to load libthread_db only after reading all shared libraries when at...Simon Marchi1-0/+4
2021-05-07gdb: some int to bool conversionAndrew Burgess1-1/+1
2021-05-06gdb: make inferior::args a unique_xmalloc_ptrSimon Marchi1-1/+1
2021-04-22gdb/continuations: turn continuation functions into inferior methodsTankut Baris Aktemur1-4/+11
2021-04-22gdb/continuations: use lambdas instead of function pointersTankut Baris Aktemur1-2/+2
2021-04-22gdb/continuations: do minor cleanupTankut Baris Aktemur1-2/+1
2021-03-23gdb: remove push_target free functionsSimon Marchi1-0/+7
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