LLDB mainline
Variables
Log.cpp File Reference
#include "lldb/Utility/Log.h"
#include "lldb/Utility/VASPrintf.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/ADT/Twine.h"
#include "llvm/ADT/iterator.h"
#include "llvm/Support/Casting.h"
#include "llvm/Support/Chrono.h"
#include "llvm/Support/ManagedStatic.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/Signals.h"
#include "llvm/Support/Threading.h"
#include "llvm/Support/raw_ostream.h"
#include <chrono>
#include <cstdarg>
#include <mutex>
#include <utility>
#include <cassert>
#include <unistd.h>

Go to the source code of this file.

Variables

static std::atomic< Log * > g_error_log = nullptr
 

Variable Documentation

◆ g_error_log

std::atomic<Log *> g_error_log = nullptr
static

Definition at line 48 of file Log.cpp.

Referenced by lldb_private::GetLLDBErrorLog(), and lldb_private::SetLLDBErrorLog().