Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp132 m_process->SetCanInterpretFunctionCalls(true); in DidAttach()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h1979 void SetCanInterpretFunctionCalls(bool can_interpret_function_calls) { in SetCanInterpretFunctionCalls() function