summaryrefslogtreecommitdiff
path: root/gdb/source-cache.c
Commit message (Expand)AuthorAgeFilesLines
* gdb/source: Fix open_source_file error handlingAaron Merey2023-02-101-1/+1
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* gdb: remove symtab::objfileSimon Marchi2022-04-071-2/+3
* Unify gdb printf functionsTom Tromey2022-03-291-4/+4
* gdb: remove SYMTAB_OBJFILE macroSimon Marchi2022-02-061-2/+2
* gdb: remove SYMTAB_LANGUAGE macro, add getter/setterSimon Marchi2022-02-061-1/+1
* gdb: add 'maint set/show gnu-source-highlight enabled' commandAndrew Burgess2022-01-121-1/+71
* gdb: erase items from the source_cache::m_offset_cacheAndrew Burgess2022-01-121-4/+7
* gdb: new 'maint flush source-cache' commandAndrew Burgess2022-01-121-0/+14
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* Remove the exec_bfd macroTom Tromey2020-10-291-1/+1
* Remove exec_bfd_mtime defineTom Tromey2020-10-291-1/+1
* 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