]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/infcmd.c
gas: introduce .errif and .warnif
[thirdparty/binutils-gdb.git] / gdb / infcmd.c
8 days ago  Simon Marchigdb/solib: C++ify solib_ops
8 days ago  Simon Marchigdb/progspace: add solib_ops pointer in program_space
8 days ago  Tom TromeyChange file initialization to use INIT_GDB_FILE macro
2025-04-08  Tom TromeyUpdate copyright dates to include 2025
2025-03-11  Tom TromeyUse gdb::function_view in iterate_over_threads
2025-03-05  Daniel Starkegdb: fix null pointer dereference on missing PATH variable
2025-02-11  Rohr, Stephangdb: remove check for minimal symbols in 'start_command'
2025-01-09  Tankut Baris Aktemurgdb: boolify thread_info's 'stop_requested' field
2024-12-13  Tom TromeyIntroduce "command" styling
2024-11-11  Tom TromeyWrap help strings at 80 columns
2024-09-30  Tom TromeyAdd line-number styling
2024-09-07  Andrew Burgessgdb: deprecated filename_completer and associated functions
2024-08-28  Andrew Burgessgdb: make symbols const in struct inline_state
2024-08-12  Simon Marchigdb: drop struct keyword when using bound_minimal_symbol
2024-07-15  Simon Marchigdb: pass program space to get_current_source_symtab_an...
2024-07-15  Simon Marchigdb: pass program space to have_{full,partial}_symbols
2024-07-15  Simon Marchigdb: pass program space to no_shared_libraries
2024-07-15  Simon Marchigdb: split no_shared_libraries, command vs implementation
2024-06-08  Simon Marchigdb: replace `get_exec_file (0)` calls with `current_pr...
2024-05-31  Simon Marchigdb: remove unused includes in utils.h
2024-05-16  Simon Marchigdb: remove unused include in infcmd.c
2024-05-14  Tom TromeyDisallow trailing whitespace in docstrings
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
next