Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1612 int depth_as_int = lldb::eSearchDepthModule; in ScriptedBreakpointResolverSearchDepth() local
1616 depth_as_int = SWIGBridge::LLDBSwigPythonCallBreakpointResolver( in ScriptedBreakpointResolverSearchDepth()
1623 if (depth_as_int == lldb::eSearchDepthInvalid) in ScriptedBreakpointResolverSearchDepth()
1626 if (depth_as_int <= lldb::kLastSearchDepthKind) in ScriptedBreakpointResolverSearchDepth()
1627 return (lldb::SearchDepth)depth_as_int; in ScriptedBreakpointResolverSearchDepth()