Age | Commit message (Expand) | Author | Files | Lines |
2023-02-10 | gdb/source: Fix open_source_file error handling | Aaron Merey | 1 | -1/+1 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-04-07 | gdb: remove symtab::objfile | Simon Marchi | 1 | -2/+3 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -4/+4 |
2022-02-06 | gdb: remove SYMTAB_OBJFILE macro | Simon Marchi | 1 | -2/+2 |
2022-02-06 | gdb: remove SYMTAB_LANGUAGE macro, add getter/setter | Simon Marchi | 1 | -1/+1 |
2022-01-12 | gdb: add 'maint set/show gnu-source-highlight enabled' command | Andrew Burgess | 1 | -1/+71 |
2022-01-12 | gdb: erase items from the source_cache::m_offset_cache | Andrew Burgess | 1 | -4/+7 |
2022-01-12 | gdb: new 'maint flush source-cache' command | Andrew Burgess | 1 | -0/+14 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-10-29 | Remove the exec_bfd macro | Tom Tromey | 1 | -1/+1 |
2020-10-29 | Remove exec_bfd_mtime define | Tom Tromey | 1 | -1/+1 |
2020-02-06 | gdb: Catch exceptions if the source file is not found | Shahab Vahedi | 1 | -18/+21 |
2020-01-21 | Allow use of Pygments to colorize source code | Tom Tromey | 1 | -2/+12 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -0/+1 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-09-19 | [gdb] Catch exception when constructing the highlighter | Tom de Vries | 1 | -6/+6 |
2019-09-17 | gdb: Catch exceptions when accessing source cache | Andrew Burgess | 1 | -10/+17 |
2019-08-19 | Add Rust support to source highlighting | Tom Tromey | 1 | -7/+17 |
2019-08-06 | Add file offsets to the source cache | Tom Tromey | 1 | -58/+135 |
2019-08-06 | Save plain text in the source cache | Tom Tromey | 1 | -71/+43 |
2019-08-06 | Fix latent bug in source cache | Tom Tromey | 1 | -11/+38 |
2019-07-10 | Don't include gdbarch.h from defs.h | Tom Tromey | 1 | -0/+1 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -1/+1 |
2019-06-19 | Instantiate a single source highlighter | Tom Tromey | 1 | -3/+14 |
2019-06-15 | gdb: New function to open source file and compute line charpos data | Andrew Burgess | 1 | -6/+2 |
2019-04-27 | Have 'thread|frame apply' style their output. | Philippe Waroquiers | 1 | -1/+1 |
2019-03-25 | Fix use-after-free in source_cache::get_source_lines | Simon Marchi | 1 | -0/+6 |
2019-03-16 | Fix vertical scrolling of TUI source window | Eli Zaretskii | 1 | -0/+7 |
2019-03-14 | Avoid a crash in source_cache::extract_lines | Tom Tromey | 1 | -8/+13 |
2019-03-14 | Add the "set style source" command | Tom Tromey | 1 | -1/+1 |
2019-03-12 | Fix MinGW build with source-highlight | Eli Zaretskii | 1 | -0/+6 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-12-28 | Fix the build when GNU Source Highlight is not available | Tom Tromey | 1 | -0/+4 |
2018-12-28 | Highlight source code using GNU Source Highlight | Tom Tromey | 1 | -0/+209 |