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 DBreakpointResolverAddress.h48 lldb::SearchDepth GetDepth() override;
H A DBreakpointResolverFileRegex.h42 lldb::SearchDepth GetDepth() override;
H A DBreakpointResolverFileLine.h42 lldb::SearchDepth GetDepth() override;
H A DBreakpointResolverName.h65 lldb::SearchDepth GetDepth() override;
H A DBreakpointResolver.h182 SearchDepth, enumerator
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverScripted.cpp30 lldb::SearchDepth depth, const StructuredDataImpl &args_data) in BreakpointResolverScripted()
75 lldb::SearchDepth depth = lldb::eSearchDepthTarget; in CreateFromStructuredData()
120 lldb::SearchDepth
122 lldb::SearchDepth depth = lldb::eSearchDepthModule; in GetDepth()
H A DBreakpointResolverAddress.cpp162 lldb::SearchDepth BreakpointResolverAddress::GetDepth() { in GetDepth()
H A DBreakpointResolverFileRegex.cpp150 lldb::SearchDepth BreakpointResolverFileRegex::GetDepth() { in GetDepth()
H A DBreakpointResolverFileLine.cpp336 lldb::SearchDepth BreakpointResolverFileLine::GetDepth() { in GetDepth()
H A DBreakpointResolverName.cpp393 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.cpp120 lldb::SearchDepth GetDepth() override = 0;
146 lldb::SearchDepth GetDepth() override { return lldb::eSearchDepthCompUnit; } in GetDepth()
221 lldb::SearchDepth GetDepth() override { return lldb::eSearchDepthModule; } in GetDepth()
295 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.cpp755 lldb::SearchDepth depth = lldb::eSearchDepthTarget; in CreateScriptedBreakpoint()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h274 virtual lldb::SearchDepth
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h91 lldb::SearchDepth ScriptedBreakpointResolverSearchDepth(
H A DScriptInterpreterPython.cpp1626 lldb::SearchDepth
1644 return (lldb::SearchDepth)depth_as_int; in ScriptedBreakpointResolverSearchDepth()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h291 enum SearchDepth { enum
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst418 SearchDepth section in Enumerators
416 .. _SearchDepth: global() target
430 ConnectionStatusSearchDepth global() argument