Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/scripted_bkpt/
H A Dresolver.py45 return lldb.eSearchDepthModule
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/source/Breakpoint/
H A DBreakpointResolverScripted.cpp123 lldb::SearchDepth depth = lldb::eSearchDepthModule; in GetDepth()
H A DBreakpointResolverFileLine.cpp269 return lldb::eSearchDepthModule; in GetDepth()
H A DBreakpointResolverName.cpp402 return lldb::eSearchDepthModule; in GetDepth()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h328 return lldb::eSearchDepthModule; in ScriptedBreakpointResolverSearchDepth()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-enumerations.h286 eSearchDepthModule, enumerator
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1876 int depth_as_int = lldb::eSearchDepthModule; in ScriptedBreakpointResolverSearchDepth()
1888 return lldb::eSearchDepthModule; in ScriptedBreakpointResolverSearchDepth()
1892 return lldb::eSearchDepthModule; in ScriptedBreakpointResolverSearchDepth()
/llvm-project-15.0.7/lldb/docs/use/
H A Dpython-reference.rst372 | | | `lldb.eSearchDepthModule` …
378 … | So you would want to return `lldb.eSearchDepthModule`. This meth…
/llvm-project-15.0.7/lldb/docs/
H A Dpython_api_enums.rst423 .. py:data:: eSearchDepthModule