forked from Imagelibrary/binutils-gdb
Default to enabling colored disassembly if output is to a terminal.
PR 29457 * objdump.c (disassembler_color): Change type to an enum. (disassembler_extended_color): Remove. (usage): Update. (objdump_color_for_assembler_style): Update. (main): Update initialisation of disassembler_color. If not initialised via a command line option, set based upon terminal output. * doc/binutils.texi: Update description of disassmbler-color option. * testsuite/binutils-all/arc/objdump.exp: Add --disassembler-color=off option when disassembling. * testsuite/binutils-all/arm/objdump.exp: Likewise.
This commit is contained in:
@@ -2828,6 +2828,9 @@ If it is necessary to disable the @option{--disassembler-color} option
|
||||
after it has previously been enabled then use
|
||||
@option{--disassembler-color=off}.
|
||||
|
||||
If this option is not specified then the default is to enable color
|
||||
output if displaying to a terminal, but not otherwise.
|
||||
|
||||
@item -W[lLiaprmfFsoORtUuTgAckK]
|
||||
@itemx --dwarf[=rawline,=decodedline,=info,=abbrev,=pubnames,=aranges,=macro,=frames,=frames-interp,=str,=str-offsets,=loc,=Ranges,=pubtypes,=trace_info,=trace_abbrev,=trace_aranges,=gdb_index,=addr,=cu_index,=links,=follow-links]
|
||||
@include debug.options.texi
|
||||
|
||||
Reference in New Issue
Block a user