Bugzilla – Bug 1149449
start using libsource-highlight.so for gdb
Last modified: 2021-12-04 00:19:17 UTC
In gdb 8.3, support was added to "provide styling of source code snippets" using GNU Source Highlight. We're currently not marking the libsource-highlight.so library as buildrequires, so gdb is build without this support, and we'll want to enable this at some point. I've found at least one issue with the support on 8.3, reported here ( https://sourceware.org/ml/gdb-patches/2019-09/msg00030.html ), which may or may not be openSUSE-specific.
(In reply to Tom de Vries from comment #0) > In gdb 8.3, support was added to "provide styling of source code snippets" > using GNU Source Highlight. > > We're currently not marking the libsource-highlight.so library as > buildrequires, so gdb is build without this support, and we'll want to > enable this at some point. > > I've found at least one issue with the support on 8.3, reported here ( > https://sourceware.org/ml/gdb-patches/2019-09/msg00030.html ), which may or > may not be openSUSE-specific. This issue has been fixed in the 8.3 branch, so it'll come with the 8.3.1 update.
Fixed with https://build.opensuse.org/request/show/934734, right?
(In reply to Aaron Puchert from comment #2) > Fixed with https://build.opensuse.org/request/show/934734, right? Yes, that should be in tumbleweed soon, or already there.