Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBDebuggerDocstrings.i111 ) lldb::SBDebugger::GetDummyTarget;
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp565 m_dummy_options.m_use_dummy ? GetDummyTarget() : GetTarget(); in DoExecute()
773 if (&target == &GetDummyTarget()) in DoExecute()
869 Target &target = m_dummy_opts.m_use_dummy ? GetDummyTarget() : GetTarget(); in DoExecute()
1183 Target &target = m_options.m_use_dummy ? GetDummyTarget() : GetTarget(); in DoExecute()
1451 Target &target = m_options.m_use_dummy ? GetDummyTarget() : GetTarget(); in DoExecute()
1807 m_name_options.m_use_dummy ? GetDummyTarget() : GetTarget(); in DoExecute()
1881 m_name_options.m_use_dummy ? GetDummyTarget() : GetTarget(); in DoExecute()
1940 m_name_options.m_use_dummy ? GetDummyTarget() : GetTarget(); in DoExecute()
H A DCommandObjectBreakpointCommand.cpp327 Target &target = m_options.m_use_dummy ? GetDummyTarget() : GetTarget(); in DoExecute()
485 Target &target = m_options.m_use_dummy ? GetDummyTarget() : GetTarget(); in DoExecute()
H A DCommandObjectExpression.cpp348 Target &target = exe_target ? *exe_target : GetDummyTarget(); in HandleCompletion()
411 Target &target = exe_target ? *exe_target : GetDummyTarget(); in EvaluateExpression()
H A DCommandObjectDWIMPrint.cpp80 Target &target = target_ptr ? *target_ptr : GetDummyTarget(); in DoExecute()
H A DCommandObjectProcess.cpp1729 GetDummyTarget().ClearDummySignals(signal_args); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp750 Target &CommandObject::GetDummyTarget() { in GetDummyTarget() function in CommandObject
751 return m_interpreter.GetDebugger().GetDummyTarget(); in GetDummyTarget()
770 return GetDummyTarget(); in GetTarget()
H A DCommandInterpreter.cpp1864 Target &target = exe_target ? *exe_target : m_debugger.GetDummyTarget(); in PreprocessToken()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObject.h380 Target &GetDummyTarget();
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h336 lldb::SBTarget GetDummyTarget();
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h500 Target &GetDummyTarget() { return *m_dummy_target_sp; } in GetDummyTarget() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTargetList.cpp367 target_sp->PrimeFromDummyTarget(debugger.GetDummyTarget()); in CreateTargetInternal()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp915 SBTarget SBDebugger::GetDummyTarget() { in GetDummyTarget() function in SBDebugger
920 sb_target.SetSP(m_opaque_sp->GetDummyTarget().shared_from_this()); in GetDummyTarget()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp2333 return GetDummyTarget(); in GetSelectedOrDummyTarget()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp22087 result = (arg1)->GetDummyTarget(); in _wrap_SBDebugger_GetDummyTarget()