summaryrefslogtreecommitdiff
path: root/gdb/source-cache.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: Catch exceptions if the source file is not foundShahab Vahedi2020-02-061-18/+21
* Allow use of Pygments to colorize source codeTom Tromey2020-01-211-2/+12
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-0/+1
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* [gdb] Catch exception when constructing the highlighterTom de Vries2019-09-191-6/+6
* gdb: Catch exceptions when accessing source cacheAndrew Burgess2019-09-171-10/+17
* Add Rust support to source highlightingTom Tromey2019-08-191-7/+17
* Add file offsets to the source cacheTom Tromey2019-08-061-58/+135
* Save plain text in the source cacheTom Tromey2019-08-061-71/+43
* Fix latent bug in source cacheTom Tromey2019-08-061-11/+38
* Don't include gdbarch.h from defs.hTom Tromey2019-07-101-0/+1
* Rename common to gdbsupportTom Tromey2019-07-091-1/+1
* Instantiate a single source highlighterTom Tromey2019-06-191-3/+14
* gdb: New function to open source file and compute line charpos dataAndrew Burgess2019-06-151-6/+2
* Have 'thread|frame apply' style their output.Philippe Waroquiers2019-04-271-1/+1
* Fix use-after-free in source_cache::get_source_linesSimon Marchi2019-03-251-0/+6
* Fix vertical scrolling of TUI source windowEli Zaretskii2019-03-161-0/+7
* Avoid a crash in source_cache::extract_linesTom Tromey2019-03-141-8/+13
* Add the "set style source" commandTom Tromey2019-03-141-1/+1
* Fix MinGW build with source-highlightEli Zaretskii2019-03-121-0/+6
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Fix the build when GNU Source Highlight is not availableTom Tromey2018-12-281-0/+4
* Highlight source code using GNU Source HighlightTom Tromey2018-12-281-0/+209