GDB (xrefs)
|
#include "ui-file.h"
Public Member Functions | |
timestamped_file (ui_file *stream) | |
DISABLE_COPY_AND_ASSIGN (timestamped_file) | |
void | write (const char *buf, long len) override |
![]() | |
bool | isatty () override |
bool | term_out () override |
bool | can_emit_style_escape () override |
void | flush () override |
void | wrap_here (int indent) override |
void | emit_style_escape (const ui_file_style &style) override |
void | reset_style () override |
int | fd () const override |
void | puts_unfiltered (const char *str) override |
void | write_async_safe (const char *buf, long length_buf) override |
![]() | |
ui_file () | |
virtual | ~ui_file ()=0 |
ui_file (ui_file &&other)=default | |
void | printf (const char *,...) ATTRIBUTE_PRINTF(2 |
void void | putstr (const char *str, int quoter) |
void | putstrn (const char *str, int n, int quoter, bool async_safe=false) |
void | putc (int c) |
void | vprintf (const char *, va_list) ATTRIBUTE_PRINTF(2 |
virtual void | puts (const char *str) |
virtual long | read (char *buf, long length_buf) |
Private Attributes | |
bool | m_needs_timestamp = true |
Additional Inherited Members | |
![]() | |
wrapped_file (ui_file *stream) | |
![]() | |
ui_file * | m_stream |
![]() | |
ui_file_style | m_applied_style |
|
inlineexplicit |
timestamped_file::DISABLE_COPY_AND_ASSIGN | ( | timestamped_file | ) |
|
overridevirtual |
Implements ui_file.
Definition at line 480 of file ui-file.c.
References debug_timestamp, m_needs_timestamp, wrapped_file::m_stream, ui_file::puts(), timestamp(), and ui_file::write().
Referenced by gdb._GdbFile::writelines().
|
private |