]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb/doc: fix help text for 'set style disassembler enabled'
authorAndrew Burgess <aburgess@redhat.com>
Mon, 17 Feb 2025 10:51:10 +0000 (10:51 +0000)
committerAndrew Burgess <aburgess@redhat.com>
Mon, 24 Feb 2025 16:44:46 +0000 (16:44 +0000)
commit4fd9516e3300249a9fe90d5c7ba6b63ba3058857
tree17a70ece8ede050b0ba9821a29e15a98e3457d39
parent7915b1753260fb7c62d55d3f2ab00e1e370a5389
gdb/doc: fix help text for 'set style disassembler enabled'

The help text for 'set/show style disassembler enable' was output of
date.  It talks about GDB requiring the Python Pygments library, but
for many common architectures this is no longer the case, libopcode is
used for styling.

The Python Pygments library is still used as a fallback for those
architectures that libopcode doesn't currently style.

I've updated the help text to try and explain all this.  The manual
was already updated.

Approved-By: Eli Zaretskii <eliz@gnu.org>
gdb/cli/cli-style.c