Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Target/
DExecutionContext.h388 ExecutionContext (Target* t, bool fill_current_process_thread_frame = true);
/external/lldb/source/Target/
DExecutionContext.cpp121 ExecutionContext::ExecutionContext (Target* t, bool fill_current_process_thread_frame) : in ExecutionContext() argument
127 if (t && fill_current_process_thread_frame) in ExecutionContext()