Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPython.cpp1980 int depth_as_int = lldb::eSearchDepthModule; in ScriptedBreakpointResolverSearchDepth() local
1984 depth_as_int = LLDBSwigPythonCallBreakpointResolver( in ScriptedBreakpointResolverSearchDepth()
1991 if (depth_as_int == lldb::eSearchDepthInvalid) in ScriptedBreakpointResolverSearchDepth()
1994 if (depth_as_int <= lldb::kLastSearchDepthKind) in ScriptedBreakpointResolverSearchDepth()
1995 return (lldb::SearchDepth)depth_as_int; in ScriptedBreakpointResolverSearchDepth()