gdb.python/py-frame-inline.exp and C++
[binutils-gdb.git] / gdb / infcmd.c
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
2019-02-07 Tom TromeyC++-ify struct thread_fsm
2019-01-25 Tom TromeyNormalize includes to use common/
2019-01-23 Tom TromeyReplace delete_longjmp_breakpoint_cleanup with a forwar...
2019-01-06 Tom TromeyFix crash in "finish"
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-11-22 Pedro AlvesPer-inferior thread list, thread ranges/iterators,...
2018-10-22 Simon MarchiIntroduce gdbarch_num_cooked_regs
2018-09-18 John BaldwinMake the "info proc" documentation more consistent.
2018-09-18 John BaldwinAdd a new 'info proc files' subcommand of 'info proc'.
2018-09-15 Tom TromeyChange get_inferior_args to return const char *
2018-08-23 Kevin BuettnerUse BLOCK_ENTRY_PC in place of most uses of BLOCK_START
2018-07-25 Tom de Vries[gdb/breakpoints] Fix sigsegv in info prog at exec...
2018-07-03 Tom TromeyRemove ptid_equal
2018-07-03 Tom TromeyRemove ptid_match
2018-07-03 Tom TromeyRemove ptid_get_pid
2018-07-03 Tom TromeyRemove pid_to_ptid
2018-06-28 Pedro Alvesgdb: Eliminate the 'stop_pc' global
2018-06-21 Pedro AlvesUse thread_info and inferior pointers more throughout
2018-06-14 Tom de Vries[gdb/cli] Honour 'print pretty' when printing result...
2018-06-07 Pedro Alvestarget_stack -> current_top_target() throughout
2018-05-24 Tom TromeyUpdate help text for "jump" command
2018-05-02 Pedro AlvesConvert struct target_ops to C++
2018-04-25 Pedro AlvesFix new inferior events output
2018-04-24 Sergio Durigan JuniorEnable 'set print inferior-events' and improve detach...
2018-04-10 Pedro AlvesReplace finish_thread_state_cleanup with a RAII class
2018-03-19 Tom TromeyConvert observers to C++
2018-02-21 Yao QiNo longer create readonly regcache
2018-02-14 Tom TromeyMove some declarations to source.h
2018-02-05 Ruslan KabatsayevAlign natural-format register values to the same column
2018-01-30 Pedro AlvesPer-inferior target_terminal state, fix PR gdb/13211...
2018-01-19 Simon MarchiPass inferior down to target_detach and to_detach
2018-01-19 Simon MarchiRemove args from target detach
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-27 Stafford Hornereggroups: Add test and docs for `info reg $reggroup...
2017-12-05 Simon MarchiRemove some unused variables
2017-11-07 Tom TromeyConstify add_setshow_*
2017-11-07 Tom TromeyConstify add_info
2017-11-07 Tom TromeyConstify add_com
2017-11-07 Tom TromeyMake strip_bg_char return a unique_xmalloc_ptr
2017-11-04 Tom TromeyIntroduce gdb_breakpoint_up
2017-10-11 Tom TromeyConstify add_prefix_cmd
2017-10-04 Sergio Durigan JuniorExtend "set cwd" to work on gdbserver
2017-10-04 Sergio Durigan JuniorImplement "set cwd" command on GDB
2017-09-27 Tom TromeyConstify some commands in infcmd.c
2017-09-20 Tom TromeyRemove make_cleanup_restore_target_terminal
2017-09-19 John BaldwinAdd a 'starti' command.
2017-09-09 John BaldwinRemove unnecessary function prototypes.
2017-09-04 Pedro AlvesKill init_sal
2017-09-04 Pedro Alvesstruct symtabs_and_lines -> std::vector<symtab_and_line>
2017-08-22 Simon MarchiRename some command functions
2017-08-15 Sergio Durigan JuniorFix PR gdb/21954: make 'unset environment' work again
2017-06-20 Sergio Durigan JuniorC++ify gdb/common/environ.c
2017-06-15 Sergio Durigan JuniorPR gdb/21574: Mention $SHELL and startup-with-shell...
2017-06-12 Tom TromeyDon't always zero pad in print_*_chars
2017-05-17 Yao QiAdd alias command to cmd_list_element
2017-05-04 Pedro AlvesRAII-fy make_cleanup_restore_current_thread & friends
2017-04-28 Yao QiRemove cleanup in get_return_value
2017-04-12 Sergio Durigan JuniorC++-fy and prepare for sharing fork_inferior
2017-04-05 Pedro Alves-Wwrite-strings: The Rest
2017-03-20 Marc-Andre LaperleRemove unused parameter in solib_add and update_solib_list
next