ODR warning for "enum string_repr_result"
[binutils-gdb.git] / gdb / inferior.h
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...
2017-04-13 Pedro AlvesMake inferior a class with cdtors, and use new/delete
2017-04-13 Pedro AlvesGC inferior.c:init_inferior_list
2017-04-12 Sergio Durigan JuniorC++-fy and prepare for sharing fork_inferior
2017-02-20 Sergio Durigan JuniorPR gdb/16188: Verify PTRACE_TRACEME succeeded
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-10-26 Pedro AlvesMake symfile_add_flags and objfile->flags strongly...
2016-10-26 Pedro Alvesgdb: Coalesce/aggregate (async) vCont packets/actions
2016-10-03 Antoine TremblayEmit inferior, thread and frame selection events to...
2016-01-13 Pedro AlvesPer-inferior/Inferior-qualified thread IDs
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-12-14 Don BreazealTarget remote mode fork and exec event support
2015-11-30 Pedro AlvesRemote all-stop-on-top-of-non-stop
2015-09-09 Pedro AlvesGarbage collect dummy_frame_ctx_saver
2015-07-08 Simon MarchiDelete program spaces directly when removing inferiors
2015-07-08 Simon MarchiRevert "Delete program spaces directly when removing...
2015-07-08 Simon MarchiDelete program spaces directly when removing inferiors
2015-06-23 Doug Evansinferior.h (struct inferior_suspend_state): Delete...
2015-05-13 Jan Kratochvilinfcall: stop_registers -> register_dummy_frame_dtor
2015-02-27 Pedro AlvesC++ keyword cleanliness, mostly auto-generated
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2014-12-18 Yao QiRefactor gdbarch method print_float_info
2014-12-15 Simon MarchiIntroduce utility function find_inferior_ptid
2014-10-17 Pedro AlvesDelete Tru64 support
2014-10-02 Pedro AlvesReduce Hg packet (select remote general thread) bouncing
2014-08-27 Patrick PalkaFix terminal state corruption when starting a program...
2014-08-07 Gary BensonMove ptid.h to common-defs.h
2014-05-29 Pedro Alvesenable target async by default; separate MI and target...
next