Home
last modified time | relevance | path

Searched refs:SearchDepth (Results 1 – 25 of 25) sorted by relevance

/openbsd/gnu/llvm/lldb/include/lldb/Breakpoint/
H A DBreakpointResolverScripted.h28 lldb::SearchDepth depth,
44 lldb::SearchDepth GetDepth() override;
66 lldb::SearchDepth m_depth;
H A DBreakpointResolverAddress.h49 lldb::SearchDepth GetDepth() override;
H A DBreakpointResolverFileRegex.h43 lldb::SearchDepth GetDepth() override;
H A DBreakpointResolverFileLine.h43 lldb::SearchDepth GetDepth() override;
H A DBreakpointResolverName.h66 lldb::SearchDepth GetDepth() override;
H A DBreakpointResolver.h183 SearchDepth, enumerator
/openbsd/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointResolverScripted.cpp30 lldb::SearchDepth depth, const StructuredDataImpl &args_data) in BreakpointResolverScripted()
76 lldb::SearchDepth depth = lldb::eSearchDepthTarget; in CreateFromStructuredData()
121 lldb::SearchDepth
123 lldb::SearchDepth depth = lldb::eSearchDepthModule; in GetDepth()
H A DBreakpointResolverFileRegex.cpp149 lldb::SearchDepth BreakpointResolverFileRegex::GetDepth() { in GetDepth()
H A DBreakpointResolverAddress.cpp160 lldb::SearchDepth BreakpointResolverAddress::GetDepth() { in GetDepth()
H A DBreakpointResolverFileLine.cpp321 lldb::SearchDepth BreakpointResolverFileLine::GetDepth() { in GetDepth()
H A DBreakpointResolverName.cpp400 lldb::SearchDepth BreakpointResolverName::GetDepth() { in GetDepth()
/openbsd/gnu/llvm/lldb/include/lldb/Core/
H A DAddressResolverFileLine.h39 lldb::SearchDepth GetDepth() override;
H A DFileLineResolver.h43 lldb::SearchDepth GetDepth() override;
H A DSearchFilter.h58 virtual lldb::SearchDepth GetDepth() = 0;
/openbsd/gnu/llvm/lldb/source/Core/
H A DAddressResolverFileLine.cpp71 lldb::SearchDepth AddressResolverFileLine::GetDepth() { in GetDepth()
H A DFileLineResolver.cpp67 lldb::SearchDepth FileLineResolver::GetDepth() { in GetDepth()
/openbsd/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/gnu/llvm/lldb/source/Commands/
H A DCommandCompletions.cpp112 lldb::SearchDepth GetDepth() override = 0;
138 lldb::SearchDepth GetDepth() override { return lldb::eSearchDepthCompUnit; } in GetDepth()
211 lldb::SearchDepth GetDepth() override { return lldb::eSearchDepthModule; } in GetDepth()
267 lldb::SearchDepth GetDepth() override { return lldb::eSearchDepthModule; } in GetDepth()
/openbsd/gnu/llvm/lldb/source/Target/
H A DLanguageRuntime.cpp121 lldb::SearchDepth GetDepth() override { in GetDepth()
H A DTarget.cpp627 lldb::SearchDepth depth = lldb::eSearchDepthTarget; in CreateScriptedBreakpoint()
/openbsd/gnu/llvm/lldb/include/lldb/
H A Dlldb-enumerations.h284 enum SearchDepth { enum
/openbsd/gnu/llvm/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h329 virtual lldb::SearchDepth
/openbsd/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h108 lldb::SearchDepth ScriptedBreakpointResolverSearchDepth(
H A DScriptInterpreterPython.cpp1784 lldb::SearchDepth
1802 return (lldb::SearchDepth)depth_as_int; in ScriptedBreakpointResolverSearchDepth()
/openbsd/gnu/llvm/lldb/docs/
H A Dpython_api_enums.rst418 SearchDepth subsection