mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-03 05:12:28 +08:00
Enable styling by default on Cygwin
Cygwin meets the expectations of gdb for styling (if TERM is set and not 'DUMB', the terminal supports 'ANSI' (ECMA-48) escape sequences. gdb/ChangeLog: 2020-01-02 Jon Turney <jon.turney@dronecode.org.uk> * cli/cli-style.c: Set cli_styling to 'true' in the Cygwin build.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2020-01-02 Jon Turney <jon.turney@dronecode.org.uk>
|
||||||
|
|
||||||
|
* cli/cli-style.c: Set cli_styling to 'true' in the Cygwin build.
|
||||||
|
|
||||||
2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
|
2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
|
||||||
|
|
||||||
* stack.c (print_frame_info): Move disassemble_next_line code
|
* stack.c (print_frame_info): Move disassemble_next_line code
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
/* True if styling is enabled. */
|
/* True if styling is enabled. */
|
||||||
|
|
||||||
#if defined (__MSDOS__) || defined (__CYGWIN__)
|
#if defined (__MSDOS__)
|
||||||
bool cli_styling = false;
|
bool cli_styling = false;
|
||||||
#else
|
#else
|
||||||
bool cli_styling = true;
|
bool cli_styling = true;
|
||||||
|
Reference in New Issue
Block a user