Searched refs:GetDummyTarget (Results 1 – 15 of 15) sorted by relevance
30 SBTarget target = debugger.GetDummyTarget(); in LLVMFuzzerTestOneInput()
60 Target &target = target_ptr ? *target_ptr : GetDummyTarget(); in DoExecute()
291 Target &target = exe_target ? *exe_target : GetDummyTarget(); in HandleCompletion()395 Target &target = exe_target ? *exe_target : GetDummyTarget(); in EvaluateExpression()
1780 GetDummyTarget().ClearDummySignals(signal_args); in DoExecute()
740 if (&target == &GetDummyTarget()) in DoExecute()
301 ) GetDummyTarget;302 lldb::SBTarget GetDummyTarget();
680 Target &CommandObject::GetDummyTarget() { in GetDummyTarget() function in CommandObject681 return m_interpreter.GetDebugger().GetDummyTarget(); in GetDummyTarget()
1758 Target &target = exe_target ? *exe_target : m_debugger.GetDummyTarget(); in PreprocessCommand()
207 lldb::SBTarget GetDummyTarget();
348 Target &GetDummyTarget();
378 Target &GetDummyTarget() { return *m_dummy_target_sp; } in GetDummyTarget() function
364 target_sp->PrimeFromDummyTarget(debugger.GetDummyTarget()); in CreateTargetInternal()
940 SBTarget SBDebugger::GetDummyTarget() { in GetDummyTarget() function in SBDebugger945 sb_target.SetSP(m_opaque_sp->GetDummyTarget().shared_from_this()); in GetDummyTarget()
1980 return GetDummyTarget(); in GetSelectedOrDummyTarget()
2458 target = self.dbg.GetDummyTarget()