Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointResolverScripted.h28 lldb::SearchDepth depth,
44 lldb::SearchDepth GetDepth() override;
66 lldb::SearchDepth m_depth;
H A DBreakpointResolverFileLine.h41 lldb::SearchDepth GetDepth() override;
H A DBreakpointResolverAddress.h49 lldb::SearchDepth GetDepth() override;
H A DBreakpointResolverFileRegex.h43 lldb::SearchDepth GetDepth() override;
H A DBreakpointResolverName.h66 lldb::SearchDepth GetDepth() override;
H A DBreakpointResolver.h182 SearchDepth, enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverScripted.cpp30 lldb::SearchDepth depth, StructuredDataImpl *args_data) in BreakpointResolverScripted()
77 lldb::SearchDepth depth = lldb::eSearchDepthTarget; in CreateFromStructuredData()
124 lldb::SearchDepth
126 lldb::SearchDepth depth = lldb::eSearchDepthModule; in GetDepth()
H A DBreakpointResolverAddress.cpp164 lldb::SearchDepth BreakpointResolverAddress::GetDepth() { in GetDepth()
H A DBreakpointResolverFileRegex.cpp149 lldb::SearchDepth BreakpointResolverFileRegex::GetDepth() { in GetDepth()
H A DBreakpointResolverFileLine.cpp260 lldb::SearchDepth BreakpointResolverFileLine::GetDepth() { in GetDepth()
H A DBreakpointResolverName.cpp403 lldb::SearchDepth BreakpointResolverName::GetDepth() { in GetDepth()
/freebsd-13.1/contrib/llvm-project/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;
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DAddressResolverFileLine.cpp71 lldb::SearchDepth AddressResolverFileLine::GetDepth() { in GetDepth()
H A DFileLineResolver.cpp67 lldb::SearchDepth FileLineResolver::GetDepth() { in GetDepth()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandCompletions.cpp110 lldb::SearchDepth GetDepth() override = 0;
136 lldb::SearchDepth GetDepth() override { return lldb::eSearchDepthCompUnit; } in GetDepth()
209 lldb::SearchDepth GetDepth() override { return lldb::eSearchDepthModule; } in GetDepth()
265 lldb::SearchDepth GetDepth() override { return lldb::eSearchDepthModule; } in GetDepth()
/freebsd-13.1/contrib/llvm-project/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()
273 lldb::SearchDepth GetDepth() override { return lldb::eSearchDepthModule; } in GetDepth()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DLanguageRuntime.cpp122 lldb::SearchDepth GetDepth() override { in GetDepth()
H A DTarget.cpp604 lldb::SearchDepth depth = lldb::eSearchDepthTarget; in CreateScriptedBreakpoint()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h283 enum SearchDepth { enum
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h322 virtual lldb::SearchDepth
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h108 lldb::SearchDepth ScriptedBreakpointResolverSearchDepth(
H A DScriptInterpreterPython.cpp1999 lldb::SearchDepth
2017 return (lldb::SearchDepth)depth_as_int; in ScriptedBreakpointResolverSearchDepth()
/freebsd-13.1/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst418 SearchDepth section in Enumerators