Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/
H A DBreakpointOptions.h374 void SetThreadSpec(std::unique_ptr<ThreadSpec> &thread_spec_up);
/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp348 bp_options->SetThreadSpec(thread_spec_up); in CreateFromStructuredData()
512 void BreakpointOptions::SetThreadSpec( in SetThreadSpec() function in BreakpointOptions