Home
last modified time | relevance | path

Searched refs:instance_cstr (Results 1 – 1 of 1) sorted by relevance

/external/lldb/source/Core/
DDebugger.cpp640 char instance_cstr[256]; in Debugger() local
641 snprintf(instance_cstr, sizeof(instance_cstr), "debugger_%d", (int)GetID()); in Debugger()
642 m_instance_name.SetCString(instance_cstr); in Debugger()