LLDB mainline
|
#include <optional>
#include <utility>
#include <vector>
#include "lldb/Utility/Stream.h"
#include "lldb/lldb-enumerations.h"
#include "llvm/ADT/StringRef.h"
Go to the source code of this file.
Classes | |
struct | lldb_private::HighlightStyle |
Represents style that the highlighter should apply to the given source code. More... | |
class | lldb_private::HighlightStyle::ColorStyle |
A pair of strings that should be placed around a certain token. More... | |
class | lldb_private::Highlighter |
Annotates source code with color attributes. More... | |
class | lldb_private::DefaultHighlighter |
A default highlighter that only highlights the user cursor, but doesn't do any other highlighting. More... | |
class | lldb_private::HighlighterManager |
Manages the available highlighters. More... | |
Namespaces | |
namespace | lldb_private |
A class that represents a running process on the host machine. | |