Home
last modified time | relevance | path

Searched refs:thread_to_use_sp (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DUtilityFunction.cpp58 lldb::ThreadSP thread_to_use_sp, Status &error) { in MakeFunctionCaller() argument
93 m_caller_up->CompileFunction(thread_to_use_sp, diagnostics); in MakeFunctionCaller()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangFunctionCaller.cpp67 ClangFunctionCaller::CompileFunction(lldb::ThreadSP thread_to_use_sp, in CompileFunction() argument
75 thread_to_use_sp); in CompileFunction()
H A DClangFunctionCaller.h134 unsigned CompileFunction(lldb::ThreadSP thread_to_use_sp,
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DFunctionCaller.h100 virtual unsigned CompileFunction(lldb::ThreadSP thread_to_use_sp,
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3114 lldb::ThreadSP thread_to_use_sp = cur_threadlist.GetThreadAtIndex(0); in RunStopHooks() local
3116 m_process_sp.get(), thread_to_use_sp.get(), in RunStopHooks()
3117 thread_to_use_sp->GetStackFrameAtIndex(0).get()); in RunStopHooks()