]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/infcmd.c
Use false/true for some inferior class members instead of 0/1
[thirdparty/binutils-gdb.git] / gdb / infcmd.c
2022-11-27  Philippe WaroquiersUse false/true for some inferior class members instead...
2022-11-17  Carl LoveChange NULL to nullptr in gdb/infcmd.c and gdb/infrun.c
2022-11-16  Carl LoveBug fix in commit for printing the function return...
2022-11-14  Carl LovePowerPC, fix support for printing the function return...
2022-11-11  Simon Marchigdb: fix start breakpoint expression not working in...
2022-11-10  Simon Marchigdb: make "start" breakpoint inferior-specific
2022-10-19  Pedro Alvesinternal_error: remove need to pass __FILE__/__LINE__
2022-10-10  Bruno Larsengdb/frame: Add reinflation method for frame_info_ptr
2022-10-10  Tom TromeyChange GDB to use frame_info_ptr
2022-10-02  Andrew Burgessgdb: update now gdbarch_register_name doesn't return...
2022-09-21  Simon Marchigdb: remove TYPE_LENGTH
2022-09-21  Simon Marchigdb: remove TYPE_TARGET_TYPE
2022-07-22  Tom TromeyChange target_ops::async to accept bool
2022-06-20  Tom TromeyMove finish_print out of value_print_options
2022-06-14  Tom TromeyAllow 'interrupt -a' in all-stop mode
2022-05-03  Andrew Burgessgdb: add some additional thread status debug output
2022-04-28  Simon Marchigdb: remove BLOCK_ENTRY_PC macro
2022-04-28  Simon Marchigdb: remove BLOCK_{START,END} macros
2022-04-20  Tom TromeyReplace symbol_objfile with symbol::objfile
2022-04-11  Simon Marchigdb: remove symbol value macros
2022-04-07  Andrew Burgessgdb: move struct reggroup into reggroups.h header
2022-04-07  Andrew Burgessgdb: remove reggroup_next and reggroup_prev
2022-03-31  Simon Marchigdb/infrun: add reason parameter to stop_all_threads
2022-03-29  Tom TromeyUnify gdb printf functions
2022-03-29  Tom TromeyUnify gdb puts functions
2022-03-29  Tom TromeyRemove some uses of printf_unfiltered
2022-02-28  Tom TromeyAdd more filename styling
2022-02-22  John BaldwinEnable async mode in the target in attach_cmd.
2022-02-15  Lancelot SIXgdb: Respect the DW_CC_nocall attribute
2022-02-15  Lancelot SIXgdb: add a symbol* argument to get_return_value
2022-02-11  Bruno Larsengdb: fix until behavior with trailing !is_stmt lines
2022-02-07  Lancelot SIXgdb: make thread_info::m_thread_fsm a std::unique_ptr
2022-02-06  Simon Marchigdb: remove SYMBOL_TYPE macro
2022-02-06  Simon Marchigdb: remove SYMBOL_CLASS macro, add getter
2022-01-25  Tom TromeyReduce explicit use of gdb_stdout
2022-01-13  Andrew Burgessgdb: add some extra debug information to attach_command
2022-01-05  Tom TromeyUse filtered output in kill command
2022-01-01  Joel BrobeckerAutomatic Copyright Year update after running gdb/copyr...
2021-12-29  Tom TromeyConsistently Use ui_file parameter to show callbacks
2021-12-07  Tom de Vries[gdb/symtab] Support -readnow during reread
2021-11-25  Andrew Burgessgdb: introduce a new overload of target_can_async_p
2021-11-08  Simon Marchigdb: tweak scoped_disable_commit_resumed uses when...
2021-11-08  Simon Marchigdb: remove bpstat typedef, rename bpstats to bpstat
2021-10-25  Simon Marchigdb: change functions returning value contents to use...
2021-10-21  Simon Marchigdb, gdbserver: make target_waitstatus safe
2021-10-03  Simon Marchigdb: make string-like set show commands use std::string...
2021-09-08  Andrew Burgessgdb: make thread_suspend_state::stop_pc optional
2021-09-07  Andrew Burgessgdb: make thread_info::executing private
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-23  Simon Marchigdb: un-share set_inferior_cwd declaration
2021-07-13  Simon Marchigdb: make thread_info::suspend private, add getters...
2021-06-08  Simon Marchigdb: try to load libthread_db only after reading all...
2021-05-27  Simon Marchigdb: fix tab after space indentation issues
2021-05-27  Simon Marchigdb: make add_info_alias accept target as a cmd_list_el...
2021-05-27  Simon Marchigdb: make add_com_alias accept target as a cmd_list_element
2021-05-19  Marco Barisionegdb: Pass std::strings to ui_out::field_string () where...
2021-05-12  Marco Barisionegdb: generate the prefix name for prefix commands on...
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: remove the 'err' from 'do_all_inferi...
2021-04-22  Tankut Baris Aktemurgdb/infcmd: update the comment for 'attach_post_wait'
2021-04-22  Tankut Baris Aktemurgdb/infcmd: remove the unused parameter 'args' in ...
2021-04-06  Tom de Vries[gdb/breakpoints] Workaround missing line-table entry
2021-03-26  Simon Marchigdb: generalize commit_resume, avoid commit-resuming...
2021-03-24  Simon Marchigdb: remove current_top_target function
2021-02-10  Andrew Burgessgdb: Delete SYMBOL_OBJ_SECTION and MSYMBOL_OBJ_SECTION
2021-02-03  Pedro Alvesdetach in all-stop with threads running
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 the exec_bfd macro
2020-10-25  Simon Marchigdb: add inferior parameter to inferior_created observable
2020-10-07  Tankut Baris Aktemurgdb/infcmd: remove redundant clear_proceed_status call
2020-10-02  Simon Marchigdb: remove arguments from inferior_created observable
2020-09-29  Tom TromeyRemove target_has_execution macro
2020-09-29  Tom TromeyRemove target_has_registers macro
2020-09-14  Simon Marchigdb: remove TYPE_VECTOR
2020-07-02  Simon Marchigdb: remove unused fetch_inferior_event and inferior_ev...
2020-06-27  Pedro AlvesMake {get,set}_inferior_io_terminal inferior methods
2020-06-25  Simon Marchigdb: use make_unique_xstrdup in set_inferior_io_terminal
2020-06-25  Simon Marchigdb: make inferior::terminal a unique ptr
2020-06-22  Philippe Waroquiersdefault-args: allow to define default arguments for...
2020-05-25  Michael Weghorngdbsupport: Let construct_inferior_arguments take gdb...
2020-05-25  Michael Weghorngdbsupport: Adapt construct_inferior_arguments
2020-05-25  Michael Weghorngdb: Move construct_inferior_arguments to gdbsupport
2020-05-15  Philippe WaroquiersEnsure class_alias is only used for user-defined aliases.
2020-05-14  Simon Marchigdb: remove TYPE_CODE macro
2020-04-17  Tom TromeyReplace most calls to help_list and cmd_show_list
2020-03-14  Tom TromeyUse common_val_print in infcmd.c
2020-03-06  Simon MarchiPass thread_info pointer to various inferior control...
2020-01-29  Pedro AlvesFix -Werror-stringop error on infcmd.c:construct_inferi...
2020-01-25  Philippe WaroquiersImplement 'set/show exec-file-mismatch'.
2020-01-15  Simon MarchiUse get_thread_regcache instead of get_current_regcache...
2020-01-13  Simon Marchigdb: add back declarations for _initialize functions
next