Remove path name from test case
[binutils-gdb.git] / gdb / source-cache.c
2023-10-24 Tom de Vries[gdb/cli] Add gnu-source-highlight selftest
2023-10-20 Tom de Vries[gdb/cli] Allow source-highlight to autodetect language
2023-10-17 Tom de Vries[gdb/cli] Keep track of styling failures in source_cache
2023-10-17 Tom de Vries[gdb/cli] Factor out try_source_highlight
2023-10-17 Tom de Vries[gdb/cli] Skip string copy in source_cache::ensure
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-04-07 Simon Marchigdb: remove symtab::objfile
2022-03-29 Tom TromeyUnify gdb printf functions
2022-02-06 Simon Marchigdb: remove SYMTAB_OBJFILE macro
2022-02-06 Simon Marchigdb: remove SYMTAB_LANGUAGE macro, add getter/setter
2022-01-12 Andrew Burgessgdb: add 'maint set/show gnu-source-highlight enabled...
2022-01-12 Andrew Burgessgdb: erase items from the source_cache::m_offset_cache
2022-01-12 Andrew Burgessgdb: new 'maint flush source-cache' command
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-10-29 Tom TromeyRemove the exec_bfd macro
2020-10-29 Tom TromeyRemove exec_bfd_mtime define
2020-02-06 Shahab Vahedigdb: Catch exceptions if the source file is not found
2020-01-21 Tom TromeyAllow use of Pygments to colorize source code
2020-01-13 Simon Marchigdb: add back declarations for _initialize functions
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-09-19 Tom de Vries[gdb] Catch exception when constructing the highlighter
2019-09-17 Andrew Burgessgdb: Catch exceptions when accessing source cache
2019-08-19 Tom TromeyAdd Rust support to source highlighting
2019-08-06 Tom TromeyAdd file offsets to the source cache
2019-08-06 Tom TromeySave plain text in the source cache
2019-08-06 Tom TromeyFix latent bug in source cache
2019-07-10 Tom TromeyDon't include gdbarch.h from defs.h
2019-07-09 Tom TromeyRename common to gdbsupport
2019-06-19 Tom TromeyInstantiate a single source highlighter
2019-06-15 Andrew Burgessgdb: New function to open source file and compute line...
2019-04-27 Philippe WaroquiersHave 'thread|frame apply' style their output.
2019-03-26 Simon MarchiFix use-after-free in source_cache::get_source_lines
2019-03-16 Eli ZaretskiiFix vertical scrolling of TUI source window
2019-03-14 Tom TromeyAvoid a crash in source_cache::extract_lines
2019-03-14 Tom TromeyAdd the "set style source" command
2019-03-12 Eli ZaretskiiFix MinGW build with source-highlight
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-12-29 Tom TromeyFix the build when GNU Source Highlight is not available
2018-12-28 Tom TromeyHighlight source code using GNU Source Highlight