Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointOptions.h374 void SetThreadSpec(std::unique_ptr<ThreadSpec> &thread_spec_up);
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp339 bp_options->SetThreadSpec(thread_spec_up); in CreateFromStructuredData()
503 void BreakpointOptions::SetThreadSpec( in SetThreadSpec() function in BreakpointOptions