Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Protocol/MCP/
H A DResource.cpp201 target_resource.dummy = target_sp->IsDummyTarget(); in ReadTargetResource()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h600 bool IsDummyTarget() const { return m_is_dummy_target; } in IsDummyTarget() function
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolContext.cpp1012 if (m_target_sp && !m_target_sp->IsDummyTarget() && in SymbolContextMatches()