Remove path name from test case
[binutils-gdb.git] / gdb / source.c
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 BrobeckerCopyright Year update after running gdb/copyright.py
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
2019-06-15 Andrew Burgessgdb: Remove an update of current_source_line and curren...
2019-06-15 Andrew Burgessgdb: New function to open source file and compute line...
2019-06-15 Andrew Burgessgdb: Remove unused parameter
2019-06-14 Tom TromeyOnly compute realpath when basenames_may_differ is set
2019-06-06 Руслан ИжбулатовApply substitute-path to relative filenames as well
2019-05-17 Tom TromeyDon't cast away const in find_and_open_source
2019-04-19 Tom TromeyFix "list" when control characters are seen
2019-02-17 Tom TromeyFix pager bugs with style output
2019-01-25 Tom TromeyNormalize includes to use common/
2019-01-17 Tom TromeyAdd compunits range adapter to objfile
2019-01-17 Tom TromeyChange all_objfiles adapter to be a method on program_space
2019-01-10 Tom TromeyRemove ALL_OBJFILES and ALL_FILETABS
2019-01-10 Tom TromeyRemove ALL_OBJFILE_FILETABS
2019-01-10 Tom TromeyRemove ALL_COMPUNIT_FILETABS
2019-01-10 Tom TromeyRemove ALL_OBJFILE_COMPUNITS
2019-01-10 Tom TromeyRemove most uses of ALL_OBJFILES
2019-01-10 Tom TromeyRemove ALL_PSPACE_OBJFILES
2019-01-09 Andrew Burgessgdb: Avoid signed integer overflow when printing source...
2019-01-08 Andrew Burgessgdb: Move declarations from symtab.h to source.h
2019-01-08 Andrew Burgessgdb: Handle requests to print source lines backward
2019-01-08 Andrew Burgessgdb: Fix skip of `\r` before `\n` in source output
next