aboutsummaryrefslogtreecommitdiff
path: root/gdb/inferior.h
AgeCommit message (Expand)AuthorFilesLines
2024-04-22gdb: move two declarations out of defs.hSimon Marchi1-0/+3
2024-02-20gdb: pass frames as `const frame_info_ptr &`Simon Marchi1-2/+2
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-11-28[gdb] Fix segfault in for_each_block, part 1Tom de Vries1-1/+1
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six1-1/+1
2023-10-10gdb: move set_target_gdbarch to inferior::set_archSimon Marchi1-2/+1
2023-10-10gdb: add inferior::{arch, set_arch}Simon Marchi1-13/+21
2023-09-11Specialize std::hash for ptid_tTom Tromey1-1/+1
2023-08-23gdb: remove the silent parameter from exit_inferior_1 and cleanupAndrew Burgess1-4/+3
2023-08-23gdb: make inferior::clear_thread_list always silentPedro Alves1-3/+2
2023-08-17gdb: add inferior-specific breakpointsAndrew Burgess1-0/+11
2023-08-15Mention process_stratum in inferior::priv commentTom Tromey1-1/+1
2023-07-19Fix gdb.Inferior.read_memory without execution (PR dap/30644)Pedro Alves1-4/+4
2023-07-17Remove unused declaration of child_terminal_init_with_pgrpTom Tromey1-2/+0
2023-07-14Introduce scoped_restore_current_inferior_for_memoryTom Tromey1-0/+29
2023-05-01Turn set_inferior_args_vector into method of inferiorTom Tromey1-2/+3
2023-04-17gdb: add maybe_switch_inferior functionSimon Marchi1-0/+7
2023-04-04gdb: make find_thread_ptid an inferior methodSimon Marchi1-0/+3
2023-02-06gdb: adjust comment on target_desc_info::from_user_pSimon Marchi1-1/+1
2023-02-03gdb: make target_desc_info_from_user_p a method of target_desc_infoSimon Marchi1-0/+5
2023-02-03gdb: change inferior::tdesc_info to non-pointerSimon Marchi1-1/+1
2023-02-03gdb: move target_desc_info to inferior.hSimon Marchi1-0/+23
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-12-14gdb: remove the pop_all_targets (and friends) global functionsAndrew Burgess1-0/+20
2022-12-13Fix control-c handling on WindowsTom Tromey1-0/+10
2022-12-13Refactor code to check for terminal sharingTom Tromey1-0/+11
2022-10-31Use enum for gdbarch's call_dummy_locationTom Tromey1-3/+0
2022-10-10Change GDB to use frame_info_ptrTom Tromey1-3/+3
2022-10-03gdb: constify inferior::target_is_pushedSimon Marchi1-1/+1
2022-09-29gdb: constify target_stack::is_pushedSimon Marchi1-1/+1
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