Remove path name from test case
[binutils-gdb.git] / gdb / inferior.c
2023-10-16 Andrew Burgessgdb: replace architecture_changed with new_architecture...
2023-10-10 Simon Marchigdb: scope down registers_changed call in inferior...
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-15 Simon Marchigdb: add inferior_cloned observable
2023-08-23 Pedro Alvesgdb: centralize "[Thread ...exited]" notifications
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-05-30 Simon Marchigdb: add interp::on_inferior_removed method
2023-05-30 Simon Marchigdb: add interp::on_inferior_disappeared method
2023-05-30 Simon Marchigdb: add interp::on_inferior_appeared method
2023-05-30 Simon Marchigdb: add interp::on_inferior_added method
2023-05-30 Simon Marchigdb: add interp::on_user_selected_context_changed method
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-03 Simon Marchigdb: make target_desc_info_from_user_p a method of...
2023-02-03 Simon Marchigdb: remove copy_inferior_target_desc_info
2023-02-03 Simon Marchigdb: change inferior::tdesc_info to non-pointer
2023-01-01 Joel BrobeckerUpdate copyright year range in header of all files...
2022-12-16 Andrew Burgessgdb: clean up some inefficient std::string usage
2022-12-15 Andrew Burgessgdb: make more use of make_target_connection_string
2022-12-14 Andrew Burgessgdb: ensure all targets are popped before an inferior...
2022-12-14 Andrew Burgessgdb: remove the pop_all_targets (and friends) global...
2022-11-27 Philippe WaroquiersUse false/true for some inferior class members instead...
2022-07-28 Tom TromeyRewrite registry.h
2022-03-29 Tom TromeyUnify gdb printf functions
2022-03-29 Tom TromeyRemove some uses of printf_unfiltered
2022-03-07 Umair Sairgdb/mi: fix regression in mi -add-inferior command
2022-03-06 Simon Marchigdb: remove internalvar_funcs::destroy
2022-02-28 Tom TromeyAdd more filename styling
2022-01-18 Tom TromeyMove gdb_argv to gdbsupport
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-12-29 Lancelot SIXgdb: Copy inferior properties in clone-inferior
2021-12-22 Andrew Burgessgdb: add threads debugging switch
2021-07-23 Simon Marchigdb: make inferior::m_terminal an std::string
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-06-28 Simon Marchigdb: remove gdbarch_info_init
2021-05-19 Marco Barisionegdb: Pass std::strings to ui_out::field_string () where...
2021-05-06 Simon Marchigdb: make inferior::args a unique_xmalloc_ptr
2021-04-22 Tankut Baris Aktemurgdb/continuations: turn continuation functions into...
2021-03-24 Simon Marchigdb: remove current_top_target function
2021-03-23 Simon Marchigdb: remove push_target free functions
2021-02-02 Lancelot SIXInferior without argument prints detail of current...
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-11 Tom TromeyChange current_inferior_ to be a inferior_ref
2020-11-02 Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-10-29 Tom TromeyChange program_space_empty_p to method on program_space
2020-10-29 Tom TromeyRemove exec_filename macro
2020-10-29 Tankut Baris Aktemurgdb: restore thread after detaching or killing an inferior
2020-06-27 Pedro AlvesMake {get,set}_inferior_io_terminal inferior methods
2020-06-25 Simon Marchigdb: make inferior::terminal a unique ptr
2020-04-23 Tom TromeyRemove iterate_over_inferiors
2020-04-16 Pedro AlvesRefactor delete_program_space as a destructor
2020-01-12 Pedro AlvesRemove last traces of discard_all_inferiors
2020-01-10 Tankut Baris AktemurSwitch the inferior before outputting its id in "info...
2020-01-10 Pedro AlvesAdd "info connections" command, "info inferiors" connec...
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-10 Pedro AlvesPreserve selected thread in all-stop w/ background...
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-12-05 Philippe WaroquiersFix leaks when pruning inferiors.
2019-11-26 Simon MarchiRemove unused overload of exit_inferior_silent
2019-09-18 Christian BiesingerChange boolean options to bool instead of int
2019-07-17 Tom TromeyRename field_int to field_signed
2019-07-09 Tom TromeyRename common to gdbsupport
2019-05-04 Philippe WaroquiersFix leaks by clearing registers and frame caches.
2019-04-09 Tom TromeyConsistently use bool for fake_pid_p
2019-03-13 Tom TromeyChange pid_to_str to return std::string
2019-03-09 Philippe WaroquiersEnsure 'help set/show print inferior-events' shows...
2019-01-25 Tom TromeyNormalize includes to use common/
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-11-22 Pedro AlvesPer-inferior thread list, thread ranges/iterators,...
2018-11-22 Pedro AlvesAvoid find_thread_ptid with null_ptid
2018-09-17 Tom TromeyUse new and delete for struct infcall_control_state
2018-07-22 Tom TromeySimple unused variable removals
2018-07-03 Tom TromeyRemove ptid_get_pid
2018-07-03 Tom TromeyRemove pid_to_ptid
2018-07-03 Tom TromeyRemove exit_inferior_num_silent
2018-06-21 Pedro AlvesUse thread_info and inferior pointers more throughout
2018-05-24 Tom TromeyFix help and documentation for inferior commands
2018-04-24 Sergio Durigan JuniorEnable 'set print inferior-events' and improve detach...
2018-03-19 Tom TromeyConvert observers to C++
2018-03-03 Simon MarchiC++ify program_space
2018-02-15 Yao QiReset inferior::control on inferior exit
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-09-27 Tom TromeyConstify some commands in inferior.c
2017-09-09 John BaldwinRemove unnecessary function prototypes.
2017-08-03 Tom TromeyIntroduce gdb_argv, a class wrapper for buildargv
2017-08-03 Tom TromeyIntroduce and use ui_out_emit_table
2017-06-20 Sergio Durigan JuniorC++ify gdb/common/environ.c
2017-05-04 Pedro AlvesRAII-fy make_cleanup_restore_current_thread & friends
next