Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/tools/lldb-fuzzer/lldb-commandinterpreter-fuzzer/
H A Dlldb-commandinterpreter-fuzzer.cpp30 SBTarget target = debugger.GetDummyTarget(); in LLVMFuzzerTestOneInput()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectDWIMPrint.cpp60 Target &target = target_ptr ? *target_ptr : GetDummyTarget(); in DoExecute()
H A DCommandObjectExpression.cpp291 Target &target = exe_target ? *exe_target : GetDummyTarget(); in HandleCompletion()
395 Target &target = exe_target ? *exe_target : GetDummyTarget(); in EvaluateExpression()
H A DCommandObjectProcess.cpp1780 GetDummyTarget().ClearDummySignals(signal_args); in DoExecute()
H A DCommandObjectBreakpoint.cpp740 if (&target == &GetDummyTarget()) in DoExecute()
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBDebugger.i301 ) GetDummyTarget;
302 lldb::SBTarget GetDummyTarget();
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandObject.cpp680 Target &CommandObject::GetDummyTarget() { in GetDummyTarget() function in CommandObject
681 return m_interpreter.GetDebugger().GetDummyTarget(); in GetDummyTarget()
H A DCommandInterpreter.cpp1758 Target &target = exe_target ? *exe_target : m_debugger.GetDummyTarget(); in PreprocessCommand()
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBDebugger.h207 lldb::SBTarget GetDummyTarget();
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandObject.h348 Target &GetDummyTarget();
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DDebugger.h378 Target &GetDummyTarget() { return *m_dummy_target_sp; } in GetDummyTarget() function
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTargetList.cpp364 target_sp->PrimeFromDummyTarget(debugger.GetDummyTarget()); in CreateTargetInternal()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBDebugger.cpp940 SBTarget SBDebugger::GetDummyTarget() { in GetDummyTarget() function in SBDebugger
945 sb_target.SetSP(m_opaque_sp->GetDummyTarget().shared_from_this()); in GetDummyTarget()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDebugger.cpp1980 return GetDummyTarget(); in GetSelectedOrDummyTarget()
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dlldbtest.py2458 target = self.dbg.GetDummyTarget()