Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Core/
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/
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/
DBreakpointResolverScripted.cpp123 lldb::SearchDepth depth = lldb::eSearchDepthModule; in GetDepth()
DBreakpointResolverFileLine.cpp322 return lldb::eSearchDepthModule; in GetDepth()
DBreakpointResolverName.cpp401 return lldb::eSearchDepthModule; in GetDepth()
/openbsd/src/gnu/llvm/lldb/source/Commands/
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/
DScriptInterpreter.h332 return lldb::eSearchDepthModule; in ScriptedBreakpointResolverSearchDepth()
/openbsd/src/gnu/llvm/lldb/include/lldb/
Dlldb-enumerations.h287 eSearchDepthModule, enumerator
/openbsd/src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
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/
Dpython-reference.rst372 | | | `lldb.eSearchDepthModule` …
378 … | So you would want to return `lldb.eSearchDepthModule`. This meth…
/openbsd/src/gnu/llvm/lldb/docs/
Dpython_api_enums.rst423 .. py:data:: eSearchDepthModule