Searched refs:GetDummyTarget (Results 1 – 12 of 12) sorted by relevance
277 ) GetDummyTarget;278 lldb::SBTarget GetDummyTarget();
302 Target &target = exe_target ? *exe_target : GetDummyTarget(); in HandleCompletion()406 Target &target = exe_target ? *exe_target : GetDummyTarget(); in EvaluateExpression()
729 if (&target == &GetDummyTarget()) in DoExecute()
179 lldb::SBTarget GetDummyTarget();
336 Target &GetDummyTarget();
900 SBTarget SBDebugger::GetDummyTarget() { in GetDummyTarget() function in SBDebugger901 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBTarget, SBDebugger, GetDummyTarget); in GetDummyTarget()905 sb_target.SetSP(m_opaque_sp->GetDummyTarget().shared_from_this()); in GetDummyTarget()1809 LLDB_REGISTER_METHOD(lldb::SBTarget, SBDebugger, GetDummyTarget, ()); in RegisterMethods()
934 Target &CommandObject::GetDummyTarget() { in GetDummyTarget() function in CommandObject935 return m_interpreter.GetDebugger().GetDummyTarget(); in GetDummyTarget()
1539 Target &target = exe_target ? *exe_target : m_debugger.GetDummyTarget(); in PreprocessCommand()
384 Target &GetDummyTarget() { return *m_dummy_target_sp; } in GetDummyTarget() function
402 target_sp->PrimeFromDummyTarget(debugger.GetDummyTarget()); in CreateTargetInternal()
1661 return GetDummyTarget(); in GetSelectedOrDummyTarget()
18811 result = (arg1)->GetDummyTarget(); in _wrap_SBDebugger_GetDummyTarget()