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.cpp249 if (searcher.GetDepth() < lldb::eSearchDepthModule) in DoModuleIteration()
253 if (searcher.GetDepth() != lldb::eSearchDepthModule) in DoModuleIteration()
267 if (searcher.GetDepth() == lldb::eSearchDepthModule) { in DoModuleIteration()
749 if (searcher.GetDepth() == lldb::eSearchDepthModule) { in Search()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverScripted.cpp121 lldb::SearchDepth depth = lldb::eSearchDepthModule; in GetDepth()
H A DBreakpointResolverFileLine.cpp319 return lldb::eSearchDepthModule; in GetDepth()
H A DBreakpointResolverName.cpp392 return lldb::eSearchDepthModule; in GetDepth()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandCompletions.cpp219 lldb::SearchDepth GetDepth() override { return lldb::eSearchDepthModule; } in GetDepth()
288 lldb::SearchDepth GetDepth() override { return lldb::eSearchDepthModule; } in GetDepth()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h272 return lldb::eSearchDepthModule; in ScriptedBreakpointResolverSearchDepth()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h287 eSearchDepthModule, enumerator
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1612 int depth_as_int = lldb::eSearchDepthModule; in ScriptedBreakpointResolverSearchDepth()
1624 return lldb::eSearchDepthModule; in ScriptedBreakpointResolverSearchDepth()
1628 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.cpp81225 {SWIG_LUA_CONSTTAB_INT("eSearchDepthModule", (lldb::eSearchDepthModule))},