Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/python_api/debugger/
H A DTestDebuggerAPI.py58 self.dbg.GetInstanceName())
81 self.dbg.GetInstanceName())
/llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/
H A Dsb_debugger.py49 obj.GetInstanceName()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBDebugger.i427 GetInstanceName ();
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBDebugger.h288 const char *GetInstanceName();
/llvm-project-15.0.7/lldb/source/API/
H A DSBDebugger.cpp1277 const char *SBDebugger::GetInstanceName() { in GetInstanceName() function in SBDebugger
1280 return (m_opaque_sp ? m_opaque_sp->GetInstanceName().AsCString() : nullptr); in GetInstanceName()
1443 const char *name = m_opaque_sp->GetInstanceName().AsCString(); in GetDescription()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DDebugger.h360 ConstString GetInstanceName() { return m_instance_name; } in GetInstanceName() function
/llvm-project-15.0.7/lldb/tools/driver/
H A DDriver.cpp235 m_debugger.GetInstanceName()); in ProcessArgs()
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp409 m_dictionary_name(m_debugger.GetInstanceName().AsCString()), in ScriptInterpreterPythonImpl()