Home | History | Annotate | Download | only in gdb

Lines Matching refs:m_buffer

991   : gdb_printing_disassembler (gdbarch, &m_buffer, func,
994 m_buffer (!use_ext_lang_for_styling () && use_libopcodes_for_styling ())
1116 m_buffer.clear ();
1129 ext_contents = ext_lang_colorize_disasm (m_buffer.string (), arch ());
1131 m_buffer = std::move (*ext_contents);
1147 need to recreate m_buffer, but this time with styling support.
1152 static_assert ((std::is_same<decltype (m_buffer),
1154 gdb_assert (!m_buffer.term_out ());
1155 m_buffer.~string_file ();
1156 new (&m_buffer) string_file (use_libopcodes_for_styling ());
1165 gdb_printf (m_dest, "%s", m_buffer.c_str ());