Searched refs:eSearchDepthModule (Results 1 – 12 of 12) sorted by relevance
45 return lldb.eSearchDepthModule
249 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()
77 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()
123 lldb::SearchDepth depth = lldb::eSearchDepthModule; in GetDepth()
269 return lldb::eSearchDepthModule; in GetDepth()
402 return lldb::eSearchDepthModule; in GetDepth()
211 lldb::SearchDepth GetDepth() override { return lldb::eSearchDepthModule; } in GetDepth()267 lldb::SearchDepth GetDepth() override { return lldb::eSearchDepthModule; } in GetDepth()
328 return lldb::eSearchDepthModule; in ScriptedBreakpointResolverSearchDepth()
286 eSearchDepthModule, enumerator
1876 int depth_as_int = lldb::eSearchDepthModule; in ScriptedBreakpointResolverSearchDepth()1888 return lldb::eSearchDepthModule; in ScriptedBreakpointResolverSearchDepth()1892 return lldb::eSearchDepthModule; in ScriptedBreakpointResolverSearchDepth()
372 | | | `lldb.eSearchDepthModule` …378 … | So you would want to return `lldb.eSearchDepthModule`. This meth…
423 .. py:data:: eSearchDepthModule