gdb/testsuite: some additional tests in gdb.tui/scroll.exp
[binutils-gdb.git] / gdb / infcmd.c
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 ...
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
2020-01-10 Pedro AlvesMulti-target support
2020-01-10 Pedro AlvesSome get_last_target_status tweaks
2020-01-10 Pedro AlvesDelete unnecessary code from kill_command
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-12-17 Bernd EdlingerCheck all inline frames if they are marked for skip
2019-11-22 Christian BiesingerReplace SYMBOL_*_NAME accessors with member functions
2019-11-21 Peeter JootAdjust byte order variable display/change if DW_AT_endi...
2019-10-29 Simon MarchiRemove unused includes in infcmd.c and infrun.c
2019-10-18 Tom de Vries[gdb] Fix more typos in comments
2019-10-02 Tom TromeyFix type of startup_with_shell in gdbserver
2019-10-01 Tom TromeyIntroduce metadata style
2019-09-18 Christian BiesingerChange boolean options to bool instead of int
2019-08-06 Philippe WaroquiersMake first and last lines of 'command help documentatio...
2019-07-09 Tom TromeyRename common to gdbsupport
2019-06-16 Tom TromeyRemove unnecessary casts of NULL
2019-06-11 Tom TromeyRemove trailing newlines from help text
2019-06-04 Pedro AlvesIntroduce and use make_unique_xstrdup
2019-05-29 Tom TromeyAdd "set print finish"
2019-04-09 Simon MarchiUse -qualified flag when setting temporary breakpoint...
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
next