Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.h77 lldb::SearchDepth GetDepth() override { return lldb::eSearchDepthModule; } in GetDepth()
127 lldb::SearchDepth GetDepth() override { return lldb::eSearchDepthModule; } in GetDepth()
274 lldb::SearchDepth GetDepth() override { return lldb::eSearchDepthModule; } in GetDepth()
/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointResolverScripted.cpp123 lldb::SearchDepth depth = lldb::eSearchDepthModule; in GetDepth()
H A DBreakpointResolverFileLine.cpp322 return lldb::eSearchDepthModule; in GetDepth()
H A DBreakpointResolverName.cpp401 return lldb::eSearchDepthModule; in GetDepth()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandCompletions.cpp211 lldb::SearchDepth GetDepth() override { return lldb::eSearchDepthModule; } in GetDepth()
267 lldb::SearchDepth GetDepth() override { return lldb::eSearchDepthModule; } in GetDepth()
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h332 return lldb::eSearchDepthModule; in ScriptedBreakpointResolverSearchDepth()
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-enumerations.h287 eSearchDepthModule, enumerator
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1787 int depth_as_int = lldb::eSearchDepthModule; in ScriptedBreakpointResolverSearchDepth()
1799 return lldb::eSearchDepthModule; in ScriptedBreakpointResolverSearchDepth()
1803 return lldb::eSearchDepthModule; in ScriptedBreakpointResolverSearchDepth()
/openbsd-src/gnu/llvm/lldb/docs/use/
H A Dpython-reference.rst372 | | | `lldb.eSearchDepthModule` …
378 … | So you would want to return `lldb.eSearchDepthModule`. This meth…
/openbsd-src/gnu/llvm/lldb/docs/
H A Dpython_api_enums.rst423 .. py:data:: eSearchDepthModule