Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmdCmdSymbol.cpp106 if (rSessionInfo.GetTarget() == rSessionInfo.GetDebugger().GetDummyTarget()) { in Execute()
H A DMICmdCmdExec.cpp109 sbTarget == rSessionInfo.GetDebugger().GetDummyTarget()) { in Execute()
H A DMICmdCmdBreak.cpp166 if (sbTarget == rSessionInfo.GetDebugger().GetDummyTarget()) in Execute()
H A DMICmnLLDBDebugSessionInfo.cpp877 return GetDebugger().GetDummyTarget(); in GetTarget()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTargetList.h210 lldb::TargetSP GetDummyTarget(lldb_private::Debugger &debugger);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectExpression.cpp333 target = GetDummyTarget(); in HandleCompletion()
398 target = GetDummyTarget(); in EvaluateExpression()
H A DCommandObjectBreakpoint.cpp904 if (target == m_interpreter.GetDebugger().GetDummyTarget()) in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBDebugger.h115 lldb::SBTarget GetDummyTarget();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTargetList.cpp298 lldb::TargetSP TargetList::GetDummyTarget(lldb_private::Debugger &debugger) { in GetDummyTarget() function in TargetList
439 target_sp->PrimeFromDummyTarget(debugger.GetDummyTarget()); in CreateTargetInternal()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DDebugger.h326 Target *GetDummyTarget();
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandObject.h362 Target *GetDummyTarget();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandObject.cpp923 Target *CommandObject::GetDummyTarget() { in GetDummyTarget() function in CommandObject
924 return m_interpreter.GetDebugger().GetDummyTarget(); in GetDummyTarget()
H A DCommandInterpreter.cpp1495 target = m_debugger.GetDummyTarget(); in PreprocessCommand()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp1680 Target *Debugger::GetDummyTarget() { in GetDummyTarget() function in Debugger
1681 return m_target_list.GetDummyTarget(*this).get(); in GetDummyTarget()
1692 return GetDummyTarget(); in GetSelectedOrDummyTarget()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBDebugger.cpp668 SBTarget SBDebugger::GetDummyTarget() { in GetDummyTarget() function in SBDebugger
671 sb_target.SetSP(m_opaque_sp->GetDummyTarget()->shared_from_this()); in GetDummyTarget()