]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/infcmd.c
Automatic date update in version.in
[thirdparty/binutils-gdb.git] / gdb / infcmd.c
2024-04-25  Simon Marchigdb: remove gdbcmd.h
2024-04-16  Eli ZaretskiiRemove excess whitespace from doc strings of some commands
2024-03-27  Simon Marchigdb, gdbserver, gdbsupport: remove includes of early...
2024-03-08  Tom TromeyExport "finish" return value to Python
2024-02-20  Simon Marchigdb: pass frames as `const frame_info_ptr &`
2024-02-09  Simon Marchigdb: add inferior parameter to breakpoint_init_inferior
2024-01-31  Simon Marchigdb: remove some unnecessary frame_info_ptr resets
2024-01-12  Andrew BurgessUpdate copyright year range in header of all files...
2024-01-02  Carl LoveFix GDB reverse-step and reverse-next command behavior
2023-12-14  Simon Marchigdb: change value_of_register and value_of_register_laz...
2023-12-08  Guinevere Larsengdb: Guarantee that an SAL's end is right before the...
2023-11-21  Lancelot Sixgdb: Replace gdb::optional with std::optional
2023-11-20  Andrew Burgessgdb: move all bfd_cache_close_all calls in gdb_bfd.c
2023-11-17  Simon Marchigdb: remove get_current_regcache
2023-10-10  Simon Marchigdb: remove target_gdbarch
2023-08-17  Andrew Burgessgdb: add inferior-specific breakpoints
2023-08-16  Puputti, Mattigdb, infcmd: support jump command in multi-inferior...
2023-05-24  Matti Puputtigdb, infcmd: Support jump command with same line in...
2023-05-08  Felix Willgerodtgdb: Avoid warning for the jump command inside an inlin...
2023-05-03  Lancelot SIXgdb/show_args_command: print to the ui_file argument
2023-05-01  Simon Marchigdb: move struct ui and related things to ui.{c,h}
2023-05-01  Tom TromeyTurn set_inferior_args_vector into method of inferior
2023-04-28  Andrew Burgessgdb: make set/show inferior-tty work with $_gdb_setting_str
2023-04-28  Andrew Burgessgdb: make set/show cwd work with $_gdb_setting_str
2023-04-28  Andrew Burgessgdb: make set/show args work with $_gdb_setting_str
2023-04-28  Andrew Burgessgdb: cleanup command creation in infcmd.c
2023-04-05  Simon Marchigdb: make find_thread_ptid a process_stratum_target...
2023-03-29  Nils-Christian Kempkegdb, infcmd: remove redundant ERROR_NO_INFERIOR in...
2023-03-21  Carl LovePowerPC: regression fix for reverse-finish command.
2023-03-17  Carl LovePowerPC: fix for gdb.reverse/finish-precsave.exp and...
2023-02-27  Kevin BuettnerCatch gdb_exception_error instead of gdb_exception...
2023-02-27  Pedro AlvesImprove "info program"
2023-02-27  Pedro AlvesConvert previous_inferior_ptid to strong reference...
2023-02-13  Tom TromeyTurn record_latest_value into a method
2023-02-13  Tom TromeyTurn many optimized-out value functions into methods
2023-02-13  Tom TromeyTurn remaining value_contents functions into methods
2023-02-13  Tom TromeyTurn value_type into method
2023-02-08  Tom TromeyRemove most calls to fixup_symbol_section
2023-01-20  Simon Marchigdb: make frame_info_ptr auto-reinflatable
2023-01-20  Simon Marchigdb: make frame_info_ptr grab frame level and id on...
2023-01-18  Carl LoveRevert "X86: reverse-finish fix"
2023-01-18  Carl LoveRevert "PowerPC: fix for gdb.reverse/finish-precsave...
2023-01-17  Carl LovePowerPC: fix for gdb.reverse/finish-precsave.exp and...
2023-01-17  Carl LoveX86: reverse-finish fix
2023-01-13  Andrew Burgessgdb: int to bool conversion for normal_stop
2023-01-03  Tom TromeyAdd new overload of gdbarch_return_value
2023-01-01  Joel BrobeckerUpdate copyright year range in header of all files...
2022-12-19  Tom TromeyUse bool constants for value_print_options
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
next