public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Support installing local source-highlight data directory
@ 2020-06-02  6:53 Stephanos Ioannidis
  2020-06-02  6:53 ` [PATCH 1/2] gdb: Install " Stephanos Ioannidis
  2020-06-02  6:53 ` [PATCH 2/2] gdb: Resolve " Stephanos Ioannidis
  0 siblings, 2 replies; 3+ messages in thread
From: Stephanos Ioannidis @ 2020-06-02  6:53 UTC (permalink / raw)
  To: gdb-patches; +Cc: Stephanos Ioannidis

The source-highlight data directory, which contains the input language and
output format definition files, is required for the source code syntax
highlighting feature to work properly.

This series includes the patches necessary to install the source-highlight
data directory under the gdb data directory and use it to perform source code
syntax highlighting even when the source-highlight library is not installed
and configured on the host system.

Stephanos Ioannidis (2):
  gdb: Install local source-highlight data directory
  gdb: Resolve local source-highlight data directory

 gdb/configure                  | 21 ++++++++++
 gdb/configure.ac               |  7 ++++
 gdb/data-directory/Makefile.in | 72 +++++++++++++++++++++++++++++++---
 gdb/source-cache.c             | 16 ++++++++
 4 files changed, 111 insertions(+), 5 deletions(-)

-- 
2.26.2


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-06-02  6:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-02  6:53 [PATCH 0/2] Support installing local source-highlight data directory Stephanos Ioannidis
2020-06-02  6:53 ` [PATCH 1/2] gdb: Install " Stephanos Ioannidis
2020-06-02  6:53 ` [PATCH 2/2] gdb: Resolve " Stephanos Ioannidis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).