Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h372 const std::string &GetInstanceName() { return m_instance_name; } in GetInstanceName()
718 const std::string m_instance_name; variable
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp844 m_instance_name(llvm::formatv("debugger_{0}", GetID()).str()), in Debugger()