Home
last modified time | relevance | path

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

/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 in GetDepth()
122 lldb::SearchDepth depth = lldb::eSearchDepthModule; in GetDepth()
H A DBreakpointResolverFileRegex.cpp150 lldb::SearchDepth BreakpointResolverFileRegex::GetDepth() { in GetDepth()
H A DBreakpointResolverAddress.cpp160 lldb::SearchDepth BreakpointResolverAddress::GetDepth() { in GetDepth()
H A DBreakpointResolverFileLine.cpp336 lldb::SearchDepth BreakpointResolverFileLine::GetDepth() { in CopyForBreakpoint()
H A DBreakpointResolverName.cpp394 lldb::SearchDepth BreakpointResolverName::GetDepth() {
/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
/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;
/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()
/llvm-project/lldb/source/Commands/
H A DCommandCompletions.cpp120 lldb::SearchDepth GetDepth() override = 0;
146 lldb::SearchDepth GetDepth() override { return lldb::eSearchDepthCompUnit; } in GetDepth()
219 lldb::SearchDepth GetDepth() override { return lldb::eSearchDepthModule; } in GetDepth()
288 lldb::SearchDepth GetDepth() override { return lldb::eSearchDepthModule; } in GetDepth()
/llvm-project/lldb/source/Target/
H A DLanguageRuntime.cpp121 lldb::SearchDepth GetDepth() override { in GetDepth()
H A DTarget.cpp753 lldb::SearchDepth depth = lldb::eSearchDepthTarget; in AddNameToBreakpoint()
/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h269 virtual lldb::SearchDepth
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h91 lldb::SearchDepth ScriptedBreakpointResolverSearchDepth(
H A DScriptInterpreterPython.cpp1620 lldb::SearchDepth in ScriptedBreakpointResolverSearchDepth()
1638 return (lldb::SearchDepth)depth_as_int; in CreateScriptedStopHook()
/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h285 enum SearchDepth {
284 enum SearchDepth { global() enum
/llvm-project/lldb/docs/
H A Dpython_api_enums.rst418 SearchDepth section in Enumerators