Changeset View
Changeset View
Standalone View
Standalone View
source/lldb-log.cpp
Context not available. | |||||
// that will construct the static g_lob_sp the first time this function is | // that will construct the static g_lob_sp the first time this function is | ||||
// called. | // called. | ||||
static bool g_log_enabled = false; | static std::atomic<bool> g_log_enabled {false}; | ||||
static Log * g_log = NULL; | static Log * g_log = NULL; | ||||
static Log * | static Log * | ||||
GetLog () | GetLog () | ||||
Context not available. |