Home
last modified time | relevance | path

Searched refs:skip_prologue (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverName.cpp30 bool skip_prologue) in BreakpointResolverName() argument
32 m_match_type(type), m_language(language), m_skip_prologue(skip_prologue) { in BreakpointResolverName()
50 bool skip_prologue) in BreakpointResolverName() argument
53 m_skip_prologue(skip_prologue) { in BreakpointResolverName()
62 bool skip_prologue) in BreakpointResolverName()
65 m_skip_prologue(skip_prologue) { in BreakpointResolverName()
75 bool skip_prologue) in BreakpointResolverName()
79 m_skip_prologue(skip_prologue) {} in BreakpointResolverName()
112 bool skip_prologue; in CreateFromStructuredData()
114 GetKey(OptionNames::SkipPrologue), skip_prologue); in CreateFromStructuredData()
64 BreakpointResolverName(const BreakpointSP & bkpt,std::vector<std::string> names,FunctionNameType name_type_mask,LanguageType language,lldb::addr_t offset,bool skip_prologue) BreakpointResolverName() argument
77 BreakpointResolverName(const BreakpointSP & bkpt,RegularExpression func_regex,lldb::LanguageType language,lldb::addr_t offset,bool skip_prologue) BreakpointResolverName() argument
115 bool skip_prologue; CreateFromStructuredData() local
[all...]
H A DBreakpointResolverFileLine.cpp26 const BreakpointSP &bkpt, lldb::addr_t offset, bool skip_prologue, in BreakpointResolverFileLine() argument
30 m_location_spec(location_spec), m_skip_prologue(skip_prologue), in BreakpointResolverFileLine()
39 bool skip_prologue; in CreateFromStructuredData() local
74 GetKey(OptionNames::SkipPrologue), skip_prologue); in CreateFromStructuredData()
93 nullptr, offset, skip_prologue, location_spec); in CreateFromStructuredData()
H A DBreakpointResolver.cpp204 SearchFilter &filter, SymbolContextList &sc_list, bool skip_prologue, in SetSCMatchesByLine() argument
293 AddLocation(filter, sc, skip_prologue, log_ident); in SetSCMatchesByLine()
302 bool skip_prologue, in AddLocation() argument
323 if (skip_prologue && sc.function) { in AddLocation()
H A DBreakpointResolverFileRegex.cpp139 const bool skip_prologue = true; in SearchCallback()
141 BreakpointResolver::SetSCMatchesByLine(filter, sc_list, skip_prologue, in SearchCallback()
140 const bool skip_prologue = true; SearchCallback() local
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointResolverName.h30 bool skip_prologue);
37 bool skip_prologue);
44 bool skip_prologue);
51 bool skip_prologue);
H A DBreakpointResolver.h207 bool skip_prologue, llvm::StringRef log_ident,
219 bool skip_prologue, llvm::StringRef log_ident);
H A DBreakpointResolverFileLine.h26 const lldb::BreakpointSP &bkpt, lldb::addr_t offset, bool skip_prologue,
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp724 const LazyBool skip_prologue = eLazyBoolCalculate; in BreakpointCreateByLocation() local
734 skip_prologue, internal, hardware, move_to_nearest_code); in BreakpointCreateByLocation()
753 const LazyBool skip_prologue = eLazyBoolCalculate; in BreakpointCreateByLocation() local
762 skip_prologue, internal, hardware, in BreakpointCreateByLocation()
780 const LazyBool skip_prologue = eLazyBoolCalculate; in BreakpointCreateByName() local
787 eLanguageTypeUnknown, offset, skip_prologue, internal, hardware); in BreakpointCreateByName()
791 eLanguageTypeUnknown, offset, skip_prologue, internal, hardware); in BreakpointCreateByName()
833 const LazyBool skip_prologue = eLazyBoolCalculate; in BreakpointCreateByName() local
838 skip_prologue, internal, hardware); in BreakpointCreateByName()
881 const LazyBool skip_prologue = eLazyBoolCalculate; in BreakpointCreateByNames() local
[all …]
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp399 LazyBool skip_prologue, bool internal, in CreateBreakpoint() argument
437 if (skip_prologue == eLazyBoolCalculate) in CreateBreakpoint()
438 skip_prologue = GetSkipPrologue() ? eLazyBoolYes : eLazyBoolNo; in CreateBreakpoint()
449 nullptr, offset, skip_prologue, location_spec, removed_prefix_opt)); in CreateBreakpoint()
498 lldb::addr_t offset, LazyBool skip_prologue, bool internal, bool hardware) { in CreateBreakpoint() argument
504 if (skip_prologue == eLazyBoolCalculate) in CreateBreakpoint()
505 skip_prologue = GetSkipPrologue() ? eLazyBoolYes : eLazyBoolNo; in CreateBreakpoint()
511 offset, skip_prologue)); in CreateBreakpoint()
523 LazyBool skip_prologue, bool internal, bool hardware) { in CreateBreakpoint() argument
530 if (skip_prologue == eLazyBoolCalculate) in CreateBreakpoint()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h676 LazyBool skip_prologue, bool internal,
711 lldb::LanguageType requested_language, LazyBool skip_prologue,
723 lldb::addr_t offset, LazyBool skip_prologue, bool internal,
747 lldb::LanguageType language, lldb::addr_t offset, LazyBool skip_prologue,
756 LazyBool skip_prologue, bool internal,
/freebsd/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1598 const LazyBool skip_prologue = eLazyBoolCalculate; in AddInitCompletionHook()
1605 eLanguageTypeC, offset, skip_prologue, internal, hardware); in AddInitCompletionHook()
1602 const LazyBool skip_prologue = eLazyBoolCalculate; AddInitCompletionHook() local