Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDThread.cpp1970 std::vector<Address> candidates, within_function, outside_function; in JumpToLine() local
1971 …ges().FindAddressesForLine (target_sp, file, line, sc.function, within_function, outside_function); in JumpToLine()
1980 else if (outside_function.size() == 1 && can_leave_function) in JumpToLine()
1981 candidates = outside_function; in JumpToLine()
1986 if (outside_function.empty()) in JumpToLine()
1991 else if (outside_function.size() == 1) in JumpToLine()
1999 DumpAddressList(sstr, outside_function, target); in JumpToLine()