Remove path name from test case
[binutils-gdb.git] / gdb / inferior.h
2023-10-10 Simon Marchigdb: move set_target_gdbarch to inferior::set_arch
2023-10-10 Simon Marchigdb: add inferior::{arch, set_arch}
2023-09-11 Tom TromeySpecialize std::hash for ptid_t
2023-08-23 Andrew Burgessgdb: remove the silent parameter from exit_inferior_1...
2023-08-23 Pedro Alvesgdb: make inferior::clear_thread_list always silent
2023-08-17 Andrew Burgessgdb: add inferior-specific breakpoints
2023-08-15 Tom TromeyMention process_stratum in inferior::priv comment
2023-07-19 Pedro AlvesFix gdb.Inferior.read_memory without execution (PR...
2023-07-17 Tom TromeyRemove unused declaration of child_terminal_init_with_pgrp
2023-07-14 Tom TromeyIntroduce scoped_restore_current_inferior_for_memory
2023-05-01 Tom TromeyTurn set_inferior_args_vector into method of inferior
2023-04-17 Simon Marchigdb: add maybe_switch_inferior function
2023-04-05 Simon Marchigdb: make find_thread_ptid an inferior method
2023-02-06 Simon Marchigdb: adjust comment on target_desc_info::from_user_p
2023-02-03 Simon Marchigdb: make target_desc_info_from_user_p a method of...
2023-02-03 Simon Marchigdb: change inferior::tdesc_info to non-pointer
2023-02-03 Simon Marchigdb: move target_desc_info to inferior.h
2023-01-01 Joel BrobeckerUpdate copyright year range in header of all files...
2022-12-14 Andrew Burgessgdb: remove the pop_all_targets (and friends) global...
2022-12-13 Tom TromeyFix control-c handling on Windows
2022-12-13 Tom TromeyRefactor code to check for terminal sharing
2022-10-31 Tom TromeyUse enum for gdbarch's call_dummy_location
2022-10-10 Tom TromeyChange GDB to use frame_info_ptr
2022-10-03 Simon Marchigdb: constify inferior::target_is_pushed
2022-09-29 Simon Marchigdb: constify target_stack::is_pushed
2022-07-28 Tom TromeyRewrite registry.h
2022-06-28 Pedro Alvesgdb+gdbserver/Linux: avoid reading registers while...
2022-04-05 Simon Marchigdb: replace inferior::waiting_for_vfork_done with...
2022-03-07 Umair Sairgdb/mi: fix regression in mi -add-inferior command
2022-02-15 Lancelot SIXgdb: add a symbol* argument to get_return_value
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-07-23 Simon Marchigdb: make inferior::m_terminal an std::string
2021-07-23 Simon Marchigdb: make inferior::m_cwd an std::string
2021-07-23 Simon Marchigdb: make inferior::m_args an std::string
2021-07-23 Simon Marchigdb: add setter/getter for inferior cwd
2021-07-23 Simon Marchigdb: add setter/getter for inferior arguments
2021-07-23 Simon Marchigdb: remove inferior::{argc,argv}
2021-07-17 Simon Marchigdb: make all_inferiors_safe actually work
2021-07-13 Simon Marchigdb: maintain ptid -> thread map, optimize find_thread_ptid
2021-07-13 Simon Marchigdb: maintain per-process-target list of resumed thread...
2021-07-13 Pedro Alvesgdb: make inferior_list use intrusive_list
2021-07-13 Pedro Alvesgdb: introduce intrusive_list, make thread_info use it
2021-07-06 Simon Marchigdb: introduce iterator_range, remove next_adapter
2021-06-08 Simon Marchigdb: try to load libthread_db only after reading all...
2021-05-07 Andrew Burgessgdb: some int to bool conversion
2021-05-06 Simon Marchigdb: make inferior::args a unique_xmalloc_ptr
2021-04-22 Tankut Baris Aktemurgdb/continuations: turn continuation functions into...
2021-04-22 Tankut Baris Aktemurgdb/continuations: use lambdas instead of function...
2021-04-22 Tankut Baris Aktemurgdb/continuations: do minor cleanup
2021-03-23 Simon Marchigdb: remove push_target free functions
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-04 Simon Marchigdb: move displaced stepping types to displaced-steppin...
2020-10-02 Simon Marchigdb: remove arguments from inferior_created observable
2020-09-29 Tom TromeyRemove target_has_execution macro
2020-07-05 Tom de Vries[gdb/build,c++17] Fix use of deprecated std::uncaught_e...
2020-06-27 Pedro AlvesMake {get,set}_inferior_io_terminal inferior methods
2020-06-25 Simon Marchigdb: make inferior::terminal a unique ptr
2020-05-25 Michael Weghorngdb: Move construct_inferior_arguments to gdbsupport
2020-04-23 Tom TromeyRemove iterate_over_inferiors
2020-01-10 Pedro AlvesMulti-target support
2020-01-10 Pedro AlvesIntroduce switch_to_inferior_no_thread
2020-01-10 Pedro AlvesMake target_ops::has_execution take an 'inferior *...
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-11-26 Simon MarchiRemove info_terminal_command declaration, make definiti...
2019-10-02 Tom TromeyFix type of startup_with_shell in gdbserver
2019-09-18 Christian BiesingerChange boolean options to bool instead of int
2019-07-09 Tom TromeyRename common to gdbsupport
2019-04-19 Philippe WaroquiersFix GDB crash when registers cannot be modified.
2019-03-06 Tom TromeyUpdate two cleanup comments
2019-01-25 Tom TromeyNormalize includes to use common/
2019-01-23 Tom TromeyReplace delete_longjmp_breakpoint_cleanup with a forwar...
2019-01-02 Simon MarchiPlace displaced step data directly in inferior structure
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-11-22 Pedro AlvesPer-inferior thread list, thread ranges/iterators,...
2018-09-17 Tom TromeyMake save_infcall_*_state return unique pointers
2018-09-17 Tom TromeyRemove two infrun cleanups
2018-09-17 Tom TromeyUse new and delete for struct infcall_control_state
2018-09-15 Tom TromeyChange get_inferior_args to return const char *
2018-07-03 Tom TromeyRemove ptid_get_pid
2018-06-28 Pedro Alvesgdb: Eliminate the 'stop_pc' global
2018-06-25 Pedro Alvesgdb: For macOS, s/thread_info/struct thread_info/
2018-06-21 Pedro AlvesUse thread_info and inferior pointers more throughout
2018-04-24 Sergio Durigan JuniorEnable 'set print inferior-events' and improve detach...
2018-02-21 Yao QiClass readonly_detached_regcache
2018-01-30 Pedro AlvesPer-inferior target_terminal state, fix PR gdb/13211...
2018-01-19 Simon MarchiMake linux_nat_detach/thread_db_detach use the inferior...
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-11-24 Simon MarchiCreate private_inferior class hierarchy
2017-11-07 Tom TromeyConstify add_info
2017-11-07 Tom TromeyConstify add_com
2017-10-11 Tom TromeyConstify add_prefix_cmd
2017-10-04 Sergio Durigan JuniorImplement "set cwd" command on GDB
2017-09-19 Yao QiUse DISABLE_COPY_AND_ASSIGN
2017-08-22 Simon MarchiRename some command functions
2017-08-18 Tom TromeyRemove save_inferior_ptid
2017-06-20 Sergio Durigan JuniorC++ify gdb/common/environ.c
2017-06-07 Sergio Durigan JuniorShare fork_inferior et al with gdbserver
2017-05-04 Pedro AlvesRAII-fy make_cleanup_restore_current_thread & friends
2017-04-19 Pedro AlvesFix removing inferiors from within "thread apply" commands
2017-04-19 Pedro AlvesMake inferior::detaching a bool, and introduce scoped_r...
next