[gdb/testsuite] Relax breakpoint count check in gdb.python/py-rbreak.exp
[binutils-gdb.git] / gdb / infcmd.c
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 BrobeckerCopyright Year update after running gdb/copyright.py
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 ...
next