Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DExecutionContext.h313 ExecutionContext(const lldb::StackFrameWP &frame_wp);
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DExecutionContext.cpp71 ExecutionContext::ExecutionContext(const lldb::StackFrameWP &frame_wp) in ExecutionContext() argument
73 lldb::StackFrameSP frame_sp(frame_wp.lock()); in ExecutionContext()