Home
last modified time | relevance | path

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

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