diff options
Diffstat (limited to 'gdb/mi/mi-out.h')
-rw-r--r-- | gdb/mi/mi-out.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/mi/mi-out.h b/gdb/mi/mi-out.h index 01d15e3..fe96658 100644 --- a/gdb/mi/mi-out.h +++ b/gdb/mi/mi-out.h @@ -40,6 +40,11 @@ public: /* Return the version number of the current MI. */ int version (); + bool can_emit_style_escape () const override + { + return false; + } + protected: virtual void do_table_begin (int nbrofcols, int nr_rows, const char *tblid) |