Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DThread.h422 bool can_leave_function, std::string *warnings = nullptr);
/llvm-project-15.0.7/lldb/source/Target/
H A DThread.cpp1538 bool can_leave_function, std::string *warnings) { in JumpToLine() argument
1558 else if (outside_function.size() == 1 && can_leave_function) in JumpToLine()