Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointResolverScripted.h28 lldb::SearchDepth depth,
43 lldb::SearchDepth GetDepth() override;
65 lldb::SearchDepth m_depth;
H A DBreakpointResolverFileRegex.h42 lldb::SearchDepth GetDepth() override;
H A DBreakpointResolverAddress.h48 lldb::SearchDepth GetDepth() override;
H A DBreakpointResolverFileLine.h42 lldb::SearchDepth GetDepth() override;
H A DBreakpointResolverName.h65 lldb::SearchDepth GetDepth() override;
H A DBreakpointResolver.h183 SearchDepth, enumerator
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverScripted.cpp30 lldb::SearchDepth depth, const StructuredDataImpl &args_data) in BreakpointResolverScripted()
74 lldb::SearchDepth depth = lldb::eSearchDepthTarget; in CreateFromStructuredData()
119 lldb::SearchDepth
121 lldb::SearchDepth depth = lldb::eSearchDepthModule; in GetDepth()
H A DBreakpointResolverAddress.cpp158 lldb::SearchDepth BreakpointResolverAddress::GetDepth() { in GetDepth()
H A DBreakpointResolverFileRegex.cpp148 lldb::SearchDepth BreakpointResolverFileRegex::GetDepth() { in GetDepth()
H A DBreakpointResolverFileLine.cpp317 lldb::SearchDepth BreakpointResolverFileLine::GetDepth() { in GetDepth()
H A DBreakpointResolverName.cpp391 lldb::SearchDepth BreakpointResolverName::GetDepth() { in GetDepth()
/freebsd/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/contrib/llvm-project/lldb/source/Core/
H A DAddressResolverFileLine.cpp67 lldb::SearchDepth AddressResolverFileLine::GetDepth() { in GetDepth()
H A DFileLineResolver.cpp67 lldb::SearchDepth FileLineResolver::GetDepth() { in GetDepth()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandCompletions.cpp118 lldb::SearchDepth GetDepth() override = 0;
144 lldb::SearchDepth GetDepth() override { return lldb::eSearchDepthCompUnit; } in GetDepth()
217 lldb::SearchDepth GetDepth() override { return lldb::eSearchDepthModule; } in GetDepth()
270 lldb::SearchDepth GetDepth() override { return lldb::eSearchDepthModule; } in GetDepth()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DLanguageRuntime.cpp121 lldb::SearchDepth GetDepth() override { in GetDepth()
H A DTarget.cpp669 lldb::SearchDepth depth = lldb::eSearchDepthTarget; in CreateScriptedBreakpoint()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h311 virtual lldb::SearchDepth
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h116 lldb::SearchDepth ScriptedBreakpointResolverSearchDepth(
H A DScriptInterpreterPython.cpp1715 lldb::SearchDepth
1733 return (lldb::SearchDepth)depth_as_int; in ScriptedBreakpointResolverSearchDepth()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h284 enum SearchDepth { enum
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst418 SearchDepth subsection