Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Target/
DExecutionContext.h403 ExecutionContext (const lldb::StackFrameWP &frame_wp);
/external/lldb/source/Target/
DExecutionContext.cpp110 ExecutionContext::ExecutionContext (const lldb::StackFrameWP &frame_wp) : in ExecutionContext() argument
116 lldb::StackFrameSP frame_sp(frame_wp.lock()); in ExecutionContext()