]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/source.c
libsframe: fix error code in sframe_decode
[thirdparty/binutils-gdb.git] / gdb / source.c
9 days ago  Tom TromeyChange file initialization to use INIT_GDB_FILE macro
2025-04-08  Tom TromeyUpdate copyright dates to include 2025
2025-01-29  Tom TromeyAvoid calling help_list in more places
2024-12-06  Simon Marchigdb, gdbserver, gdbsupport: remove some unused gdb_vecs...
2024-11-23  Tom de Vries[gdb/contrib] Add two rules in common-misspellings.txt
2024-11-11  Simon Marchigdb/progspace: link objfiles using owning_intrusive_list
2024-10-26  Tom de Vries[gdb] Don't create registry keys in destructor
2024-10-19  Tom TromeyAdd cwd paramter to openp
2024-10-02  Andrew Burgessgdb: more file name styling
2024-09-30  Tom TromeyAdd line-number styling
2024-09-07  Andrew Burgessgdb: deprecated filename_completer and associated functions
2024-08-09  Stephan Rohrgdb: adjust the default place of 'list' to main's prologue
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 clear_current_source_symtab_...
2024-06-24  Tom TromeyRename symtab::fullname
2024-04-25  Simon Marchigdb: remove gdbcmd.h
2024-03-27  Simon Marchigdb, gdbserver, gdbsupport: remove includes of early...
2024-03-11  Tom TromeyRemove tui-out.[ch]
2024-01-28  Tom TromeyUse domain_search_flags in lookup_symbol et al
2024-01-12  Andrew BurgessUpdate copyright year range in header of all files...
2023-10-05  Andrew Burgessgdb: remove print_sys_errmsg
2023-10-05  Andrew Burgessgdb: some additional filename styling
2023-09-20  Tom TromeyRemove explanatory comments from includes
2023-07-14  Bruno Larsengdb/cli: Improve UX when using list with no args
2023-05-30  Simon Marchigdb: add interp::on_param_changed method
2023-05-07  Tom TromeyRemove parameter from select_source_symtab
2023-03-09  Simon Marchigdb, gdbserver, gdbsupport: fix whitespace issues
2023-03-07  Tom TromeyMerge forget_cached_source_info_for_objfile into objfil...
2023-02-11  Aaron Mereygdb/source: Fix open_source_file error handling
2023-01-01  Joel BrobeckerUpdate copyright year range in header of all files...
2022-10-19  Pedro Alvesinternal_error: remove need to pass __FILE__/__LINE__
2022-09-24  Magne Hovgdb/source.c: Fix undefined behaviour dereferencing...
2022-08-03  Tom TromeyUse gdb_bfd_ref_ptr in objfile
2022-07-28  Tom TromeyRewrite registry.h
2022-04-20  Tom TromeyReplace symbol_symtab with symbol::symtab
2022-04-18  Simon Marchigdbsupport: make gdb_abspath return an std::string
2022-04-07  Simon Marchigdb: remove symtab::pspace
2022-04-07  Simon Marchigdb: remove symtab::objfile
2022-04-07  Simon Marchigdb: remove symtab::dirname
2022-03-31  Tom TromeyRemove dbx mode
2022-03-29  Tom TromeyUnify gdb printf functions
2022-03-29  Tom TromeyUnify gdb puts functions
2022-02-06  Simon Marchigdb: remove SYMBOL_CLASS macro, add getter
2022-02-06  Simon Marchigdb: remove SYMTAB_DIRNAME macro
2022-02-06  Simon Marchigdb: remove SYMTAB_PSPACE macro
2022-02-06  Simon Marchigdb: remove SYMTAB_OBJFILE macro
2022-02-06  Simon Marchigdb: remove SYMTAB_LANGUAGE macro, add getter/setter
2022-02-06  Simon Marchigdb: remove SYMTAB_COMPUNIT macro, add getter/setter
2022-02-06  Simon Marchigdb: remove COMPUNIT_MACRO_TABLE macro, add getter...
2022-02-06  Simon Marchigdb: remove COMPUNIT_PRODUCER macro, add getter/setter
2022-02-06  Simon Marchigdb: remove COMPUNIT_DEBUGFORMAT macro, add getter...
2022-02-06  Simon Marchigdb: move compunit_filetabs to compunit_symtab::filetabs
2022-02-06  Simon Marchigdb: remove COMPUNIT_OBJFILE macro
2022-01-26  Tom TromeyAlways call the wrap_here method
2022-01-26  Tom TromeyConvert wrap_here to use integer parameter
2022-01-18  Tom TromeyMove gdb_regex to gdbsupport
2022-01-18  Tom TromeyMove gdb_argv to gdbsupport
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-12  Tom TromeyC++-ify path substitution code
2021-12-08  Tom TromeyFix bug in source.c change
2021-12-07  Tom TromeyRemove an xfree from add_path
2021-10-03  Simon Marchigdb: make string-like set show commands use std::string...
2021-09-30  Simon Marchigdbsupport: make gdb_open_cloexec return scoped_fd
2021-09-27  Andrew Burgessgdb: add setting to disable reading source code files
2021-07-17  Tom TromeyIntroduce find_source_or_rewrite
2021-05-27  Simon Marchigdb: fix tab after space indentation issues
2021-05-27  Simon Marchigdb: make add_com_alias accept target as a cmd_list_element
2021-05-19  Marco Barisionegdb: Add an overloaded ui_out::text accepting a const...
2021-05-17  Tom TromeyFix buffer underflow in add_path
2021-03-20  Tom TromeyIntroduce method wrappers for quick_symbol_functions
2021-02-27  Lancelot SIX[PR gdb/27393] set directories: handle empty dirs.
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-16  Tom de Vries[gdb/symtab] Handle setting line bp without debug line...
2020-10-09  Jan VranyNotify observers that directories have changed when...
2020-05-22  Andrew Burgessgdb: Restore old annotations behaviour when printing...
2020-05-08  Tom TromeyRemove ALL_PSPACES
2020-04-18  Tom TromeyChange get_objfile_arch to a method on objfile
2020-02-28  Aaron Mereygdb: Check for nullptr when computing srcpath
2020-02-26  Aaron MereyAdd debuginfod support to GDB
2020-02-07  Tom TromeyRevert basenames_may_differ patch
2020-01-13  Simon Marchigdb: add back declarations for _initialize functions
2020-01-06  Hannes DomaniFix search in TUI
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-12-20  Tom TromeyAdd observable to watch current source symtab
2019-12-14  Sergio Durigan JuniorGuard against 'current_directory == NULL' on gdb_abspat...
2019-11-26  Simon MarchiMake a bunch of functions static
2019-11-06  Tom TromeyRemove some includes of readline.h
2019-10-18  Tom de Vries[gdb] Fix more typos in comments
2019-10-02  Tom TromeyMake current_source_* per-program-space
2019-10-02  Tom TromeyDon't call decode_line_with_current_source from select_...
2019-10-01  Tom TromeyRemove the ui_out_style_kind enum
2019-09-17  Mike Gulickgdb: Look for compilation directory relative to directo...
2019-08-06  Philippe WaroquiersMake first and last lines of 'command help documentatio...
2019-08-06  Tom TromeyClean up source file error reporting
2019-08-06  Tom TromeyAdd file offsets to the source cache
2019-07-17  Tom TromeyRename field_int to field_signed
2019-07-09  Tom TromeyRename common to gdbsupport
next