Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Target/
DExecutionContext.h300 ExecutionContext(Target *t, bool fill_current_process_thread_frame = true);
/external/llvm-project/lldb/source/Target/
DExecutionContext.cpp81 bool fill_current_process_thread_frame) in ExecutionContext() argument
85 if (fill_current_process_thread_frame) { in ExecutionContext()