aboutsummaryrefslogtreecommitdiff
path: root/gdb/source-cache.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-07gdb: remove symtab::objfileSimon Marchi1-2/+3
2022-03-29Unify gdb printf functionsTom Tromey1-4/+4
2022-02-06gdb: remove SYMTAB_OBJFILE macroSimon Marchi1-2/+2
2022-02-06gdb: remove SYMTAB_LANGUAGE macro, add getter/setterSimon Marchi1-1/+1
2022-01-12gdb: add 'maint set/show gnu-source-highlight enabled' commandAndrew Burgess1-1/+71
2022-01-12gdb: erase items from the source_cache::m_offset_cacheAndrew Burgess1-4/+7
2022-01-12gdb: new 'maint flush source-cache' commandAndrew Burgess1-0/+14
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-10-29Remove the exec_bfd macroTom Tromey1-1/+1
2020-10-29Remove exec_bfd_mtime defineTom Tromey1-1/+1
2020-02-06gdb: Catch exceptions if the source file is not foundShahab Vahedi1-18/+21
2020-01-21Allow use of Pygments to colorize source codeTom Tromey1-2/+12
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-0/+1
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-09-19[gdb] Catch exception when constructing the highlighterTom de Vries1-6/+6
2019-09-17gdb: Catch exceptions when accessing source cacheAndrew Burgess1-10/+17
2019-08-19Add Rust support to source highlightingTom Tromey1-7/+17
2019-08-06Add file offsets to the source cacheTom Tromey1-58/+135
2019-08-06Save plain text in the source cacheTom Tromey1-71/+43
2019-08-06Fix latent bug in source cacheTom Tromey1-11/+38
2019-07-10Don't include gdbarch.h from defs.hTom Tromey1-0/+1
2019-07-09Rename common to gdbsupportTom Tromey1-1/+1
2019-06-19Instantiate a single source highlighterTom Tromey1-3/+14
2019-06-15gdb: New function to open source file and compute line charpos dataAndrew Burgess1-6/+2
2019-04-27Have 'thread|frame apply' style their output.Philippe Waroquiers1-1/+1
2019-03-25Fix use-after-free in source_cache::get_source_linesSimon Marchi1-0/+6
2019-03-16Fix vertical scrolling of TUI source windowEli Zaretskii1-0/+7
2019-03-14Avoid a crash in source_cache::extract_linesTom Tromey1-8/+13
2019-03-14Add the "set style source" commandTom Tromey1-1/+1
2019-03-12Fix MinGW build with source-highlightEli Zaretskii1-0/+6
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-12-28Fix the build when GNU Source Highlight is not availableTom Tromey1-0/+4
2018-12-28Highlight source code using GNU Source HighlightTom Tromey1-0/+209