aboutsummaryrefslogtreecommitdiff
path: root/gdb/source-cache.c
AgeCommit message (Expand)AuthorFilesLines
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