Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp119 ThreadSP ctx_thread_sp = execution_context->GetThreadSP(); in SetOptionValue() local
120 if (!ctx_thread_sp || !ctx_thread_sp->IsValid()) { in SetOptionValue()
123 thread_id = ctx_thread_sp->GetID(); in SetOptionValue()