Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThread.cpp1751 std::vector<Address> candidates, within_function, outside_function; in JumpToLine() local
1753 within_function, outside_function); in JumpToLine()
1762 else if (outside_function.size() == 1 && can_leave_function) in JumpToLine()
1763 candidates = outside_function; in JumpToLine()
1767 if (outside_function.empty()) { in JumpToLine()
1770 } else if (outside_function.size() == 1) { in JumpToLine()
1775 DumpAddressList(sstr, outside_function, target); in JumpToLine()