GCC Middle and Back End API Reference
diagnostic_thread Class Referenceabstract

#include <diagnostic-path.h>

Inheritance diagram for diagnostic_thread:

Public Member Functions

virtual ~diagnostic_thread ()
 
virtual label_text get_name (bool can_colorize) const =0
 

Detailed Description

Abstract base class representing a thread of execution within
a diagnostic_path.
Each diagnostic_event is associated with one thread.
Typically there is just one thread per diagnostic_path.  

Constructor & Destructor Documentation

◆ ~diagnostic_thread()

virtual diagnostic_thread::~diagnostic_thread ( )
inlinevirtual

Member Function Documentation

◆ get_name()

virtual label_text diagnostic_thread::get_name ( bool can_colorize) const
pure virtual

Implemented in simple_diagnostic_thread.


The documentation for this class was generated from the following file: