Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSearchFilter.cpp253 if (searcher.GetDepth() < lldb::eSearchDepthModule) in DoModuleIteration()
257 if (searcher.GetDepth() != lldb::eSearchDepthModule) in DoModuleIteration()
271 if (searcher.GetDepth() == lldb::eSearchDepthModule) { in DoModuleIteration()
756 if (searcher.GetDepth() == lldb::eSearchDepthModule) { in Search()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverScripted.cpp122 lldb::SearchDepth depth = lldb::eSearchDepthModule; in GetDepth()
H A DBreakpointResolverFileLine.cpp337 return lldb::eSearchDepthModule; in GetDepth()
H A DBreakpointResolverName.cpp394 return lldb::eSearchDepthModule; in GetDepth()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandCompletions.cpp221 lldb::SearchDepth GetDepth() override { return lldb::eSearchDepthModule; } in GetDepth()
295 lldb::SearchDepth GetDepth() override { return lldb::eSearchDepthModule; } in GetDepth()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h277 return lldb::eSearchDepthModule; in ScriptedBreakpointResolverSearchDepth()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h294 eSearchDepthModule, enumerator
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1629 int depth_as_int = lldb::eSearchDepthModule; in ScriptedBreakpointResolverSearchDepth()
1641 return lldb::eSearchDepthModule; in ScriptedBreakpointResolverSearchDepth()
1645 return lldb::eSearchDepthModule; in ScriptedBreakpointResolverSearchDepth()
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst423 .. py:data:: eSearchDepthModule
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp82623 {SWIG_LUA_CONSTTAB_INT("eSearchDepthModule", (lldb::eSearchDepthModule))},