]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/target.c
gdb: add context getter/setter to cmd_list_element
[thirdparty/binutils-gdb.git] / gdb / target.c
2021-06-26  Simon Marchigdb: add context getter/setter to cmd_list_element
2021-05-13  Simon Marchigdb: on exec, delegate pushing / unpushing target and...
2021-05-12  Marco Barisionegdb: generate the prefix name for prefix commands on...
2021-05-07  Simon Marchigdb: remove reference to current inferior in target_sta...
2021-05-07  Simon Marchigdb: make target_close check that the target isn't...
2021-04-07  Simon Marchigdb: make target_ops::follow_fork return void
2021-03-26  Simon Marchigdb: defer commit resume until all available events...
2021-03-26  Simon Marchigdb: generalize commit_resume, avoid commit-resuming...
2021-03-26  Pedro Alvestarget_is_non_stop_p and sync targets
2021-03-24  Simon Marchigdb: remove current_top_target function
2021-03-24  Simon Marchigdb: move all "current target" wrapper implementations...
2021-03-23  Simon Marchigdb: remove target_is_pushed free function
2021-03-23  Simon Marchigdb: remove push_target free functions
2021-03-23  Simon Marchigdb: remove unpush_target free function
2021-02-25  Simon Marchigdb: relax assertion in target_mourn_inferior
2021-02-24  Andrew Burgessgdb: move get_section_table from exec_target to dummy_t...
2021-02-24  Andrew Burgessgdb: spread a little 'const' through the target_section...
2021-02-04  Simon Marchigdb: make target_is_non_stop_p return bool
2021-02-03  Pedro Alvesdetach and breakpoint removal
2021-01-01  Joel BrobeckerUpdate copyright year range in all GDB files
2020-11-02  Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-10-29  Tom TromeyRemove symfile_objfile macro
2020-10-22  Simon Marchigdb: make target_ops::make_corefile_notes return a...
2020-10-13  Simon Marchigdb: don't pass TARGET_WNOHANG to targets that can...
2020-10-13  Tom TromeyChange target_section_table to std::vector alias
2020-10-13  Tom TromeyUse a std::vector in target_section_table
2020-10-07  Tom TromeyMove simple_search_memory to gdbsupport/search.cc
2020-09-29  Tom TromeyRemove target_has_execution macro
2020-09-29  Tom TromeyTurn target_can_execute_reverse into function
2020-09-29  Tom TromeyRemove target_has_registers macro
2020-09-29  Tom TromeyRemove target_has_stack macro
2020-09-29  Tom TromeyRemove target_has_memory macro
2020-09-29  Tom TromeyRemove target_has_all_memory
2020-09-18  Tom TromeyMake target_wait options use enum flags
2020-07-22  Kevin BuettnerProvide access to non SEC_HAS_CONTENTS core file sections
2020-07-22  Kevin Buettnersection_table_xfer_memory: Replace section name with...
2020-07-10  Pedro AlvesFix latent bug in target_pass_ctrlc
2020-06-18  Pedro AlvesDon't write to inferior_ptid in target.c
2020-06-15  Tom TromeyChange target_read_string API
2020-06-15  Tom TromeyRewrite target_read_string
2020-05-19  Pedro AlvesEliminate target_fileio_open_warn_if_slow
2020-05-03  Tom TromeyUpdate more calls to add_prefix_cmd
2020-04-01  Tankut Baris Aktemurgdb: define convenience function 'exists_non_stop_target'
2020-03-24  Simon Marchigdb: bool-ify follow_fork
2020-02-04  Simon MarchiChange ints to bools around thread_info executing/resumed
2020-01-13  Simon Marchigdb: add back declarations for _initialize functions
2020-01-10  Pedro AlvesAdd "info connections" command, "info inferiors" connec...
2020-01-10  Pedro AlvesMulti-target support
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-19  Sergio Durigan JuniorFix crash with core + TUI + run
2019-10-26  Tom de Vries[gdb] Fix more typos in comments (2)
2019-09-19  Alan Modrabfd_section_* macros
2019-09-18  Christian BiesingerChange boolean options to bool instead of int
2019-07-15  Tom TromeyUse field_string in more places
2019-07-15  Tom TromeyUse field_core_addr in more places
2019-07-09  Tom TromeyRename common to gdbsupport
2019-06-04  Pedro AlvesIntroduce and use make_unique_xstrdup
2019-05-22  Tom TromeyConstify target_ops::follow_exec
2019-04-09  Kevin BuettnerIntroduce target_ops method thread_info_to_thread_handle
2019-04-08  Tom TromeyReplace throw_exception with throw in some cases
2019-04-08  Tom TromeyRename gdb exception types
2019-04-08  Tom TromeyRewrite TRY/CATCH
2019-04-08  Tom TromeyMake exceptions use std::string and be self-managing
2019-03-24  Philippe Waroquiers(re-)fix the regcache leaks when detaching from an...
2019-03-13  Tom TromeyChange pid_to_str to return std::string
2019-03-12  John BaldwinAdd a new gdbarch method to resolve the address of...
2019-03-05  Tom TromeyChange the_dummy_target to be a global
2019-03-05  Tom TromeyRemove excess calls to gdb_flush
2019-02-27  Philippe WaroquiersFix regcache leak, and avoid possible regcache access...
2019-02-15  Tom TromeyAdd push_target overload
2019-02-05  Tom TromeyHoist assertion in target_stack::unpush
2019-01-25  Tom TromeyNormalize includes to use common/
2019-01-24  Pedro Alvestarget_pass_signals/target_program_signals: Use gdb...
2019-01-21  Tom TromeyRemove duplicate or commented-out #includes
2019-01-15  Tom TromeyConstify target_pass_signals and target_program_signals
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-12-27  Simon Marchitarget.c: Remove struct keyword in range-based for
2018-12-21  Paul Marechalgdb: Fix "info os <unknown>" command
2018-11-30  Pedro Alvestarget_ops::to_stratum -> target_ops::stratum() virtual...
2018-11-30  Pedro AlvesConvert default_child_has_foo functions to process_stra...
2018-11-30  Pedro AlvesIntroduce process_stratum_target
2018-11-30  Pedro AlvesMove test_target_ops to a separate file
2018-11-22  Pedro AlvesPer-inferior thread list, thread ranges/iterators,...
2018-11-08  Tom TromeyAvoid crash when calling warning too early
2018-08-08  Simon MarchiFix some comments in target.c
2018-08-08  Andrew Burgessgdb: Fix assert for extended-remote target (PR gdb...
2018-08-08  Simon MarchiMake target_options_to_string return an std::string
2018-07-22  Tom TromeySimple unused variable removals
2018-07-03  Tom TromeyRemove ptid_equal
2018-07-03  Tom TromeyRemove ptid_get_pid
2018-07-03  Tom TromeyRemove pid_to_ptid
2018-07-03  Tom TromeyRemove ptid_build
2018-06-28  Pedro Alvesgdb: Eliminate the 'stop_pc' global
2018-06-21  Pedro AlvesUse thread_info and inferior pointers more throughout
2018-06-07  Pedro AlvesIntroduce class target_stack
2018-06-07  Pedro AlvesEliminate find_target_beneath
2018-06-07  Pedro Alvestarget_ops::beneath -> target_ops::beneath()
2018-06-07  Pedro Alvestarget_stack -> current_top_target() throughout
2018-05-02  Pedro Alvestarget factories, target open and multiple instances...
next