reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
 2002     depth_as_int = LLDBSwigPythonCallBreakpointResolver(
 2009   if (depth_as_int == lldb::eSearchDepthInvalid)
 2012   if (depth_as_int <= lldb::kLastSearchDepthKind)
 2013     return (lldb::SearchDepth)depth_as_int;