LLDB mainline
|
#include "lldb/Core/Progress.h"
#include "lldb/Core/Debugger.h"
#include "lldb/Utility/StreamString.h"
#include "llvm/Support/Signposts.h"
#include <atomic>
#include <chrono>
#include <cstdint>
#include <mutex>
#include <optional>
Go to the source code of this file.
Variables | |
static llvm::ManagedStatic< llvm::SignpostEmitter > | g_progress_signposts |
|
static |
Definition at line 26 of file Progress.cpp.
Referenced by lldb_private::Progress::Progress(), and lldb_private::Progress::~Progress().