Searched refs:skip_prologue (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointResolverName.h30 bool skip_prologue);
37 bool skip_prologue);
43 bool skip_prologue);
49 bool skip_prologue);
H A DBreakpointResolver.h203 bool skip_prologue, llvm::StringRef log_ident,
218 bool skip_prologue, llvm::StringRef log_ident);
H A DBreakpointResolverFileLine.h26 bool skip_prologue, bool exact_match);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverName.cpp29 bool skip_prologue)
32 m_skip_prologue(skip_prologue) {
50 bool skip_prologue)
53 m_skip_prologue(skip_prologue) {
64 bool skip_prologue)
67 m_skip_prologue(skip_prologue) {
77 bool skip_prologue)
81 m_skip_prologue(skip_prologue) {}
117 bool skip_prologue; local
119 GetKey(OptionNames::SkipPrologue), skip_prologue);
26 BreakpointResolverName( Breakpoint *bkpt, const char *name_cstr, FunctionNameType name_type_mask, LanguageType language, Breakpoint::MatchType type, lldb::addr_t offset, bool skip_prologue) argument
47 BreakpointResolverName( Breakpoint *bkpt, const char *names[], size_t num_names, FunctionNameType name_type_mask, LanguageType language, lldb::addr_t offset, bool skip_prologue) argument
59 BreakpointResolverName(Breakpoint *bkpt, std::vector<std::string> names, FunctionNameType name_type_mask, LanguageType language, lldb::addr_t offset, bool skip_prologue) argument
73 BreakpointResolverName(Breakpoint *bkpt, RegularExpression func_regex, lldb::LanguageType language, lldb::addr_t offset, bool skip_prologue) argument
[all...]
H A DBreakpointResolverFileLine.cpp25 bool skip_prologue, bool exact_match)
28 m_inlines(check_inlines), m_skip_prologue(skip_prologue),
40 bool skip_prologue; local
75 GetKey(OptionNames::SkipPrologue), skip_prologue);
91 offset, check_inlines, skip_prologue,
22 BreakpointResolverFileLine( Breakpoint *bkpt, const FileSpec &file_spec, uint32_t line_no, uint32_t column, lldb::addr_t offset, bool check_inlines, bool skip_prologue, bool exact_match) argument
H A DBreakpointResolver.cpp203 bool skip_prologue,
284 AddLocation(filter, sc, skip_prologue, log_ident);
293 bool skip_prologue,
314 if (skip_prologue && sc.function) {
201 SetSCMatchesByLine(SearchFilter &filter, SymbolContextList &sc_list, bool skip_prologue, llvm::StringRef log_ident, uint32_t line, uint32_t column) argument
291 AddLocation(SearchFilter &filter, const SymbolContext &sc, bool skip_prologue, llvm::StringRef log_ident) argument
H A DBreakpointResolverFileRegex.cpp142 const bool skip_prologue = true; local
144 BreakpointResolver::SetSCMatchesByLine(filter, sc_list, skip_prologue,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DAddressResolverName.cpp74 bool skip_prologue = true; local
145 if (skip_prologue) {
169 if (skip_prologue) {
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h579 LazyBool skip_prologue, bool internal,
609 // When "skip_prologue is set to eLazyBoolCalculate, we use the current
614 lldb::LanguageType requested_language, LazyBool skip_prologue,
618 // all modules if it is nullptr When "skip_prologue is set to
626 lldb::addr_t offset, LazyBool skip_prologue, bool internal,
650 lldb::LanguageType language, lldb::addr_t offset, LazyBool skip_prologue,
659 LazyBool skip_prologue, bool internal,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp325 LazyBool skip_prologue, bool internal,
361 if (skip_prologue == eLazyBoolCalculate)
362 skip_prologue = GetSkipPrologue() ? eLazyBoolYes : eLazyBoolNo;
368 skip_prologue, !static_cast<bool>(move_to_nearest_code)));
417 lldb::addr_t offset, LazyBool skip_prologue, bool internal, bool hardware) {
423 if (skip_prologue == eLazyBoolCalculate)
424 skip_prologue = GetSkipPrologue() ? eLazyBoolYes : eLazyBoolNo;
430 offset, skip_prologue));
442 LazyBool skip_prologue, bool internal, bool hardware) {
449 if (skip_prologue
321 CreateBreakpoint(const FileSpecList *containingModules, const FileSpec &file, uint32_t line_no, uint32_t column, lldb::addr_t offset, LazyBool check_inlines, LazyBool skip_prologue, bool internal, bool hardware, LazyBool move_to_nearest_code) argument
413 CreateBreakpoint( const FileSpecList *containingModules, const FileSpecList *containingSourceFiles, const char *func_name, FunctionNameType func_name_type_mask, LanguageType language, lldb::addr_t offset, LazyBool skip_prologue, bool internal, bool hardware) argument
437 CreateBreakpoint(const FileSpecList *containingModules, const FileSpecList *containingSourceFiles, const std::vector<std::string> &func_names, FunctionNameType func_name_type_mask, LanguageType language, lldb::addr_t offset, LazyBool skip_prologue, bool internal, bool hardware) argument
463 CreateBreakpoint(const FileSpecList *containingModules, const FileSpecList *containingSourceFiles, const char *func_names[], size_t num_names, FunctionNameType func_name_type_mask, LanguageType language, lldb::addr_t offset, LazyBool skip_prologue, bool internal, bool hardware) argument
548 CreateFuncRegexBreakpoint( const FileSpecList *containingModules, const FileSpecList *containingSourceFiles, RegularExpression func_regex, lldb::LanguageType requested_language, LazyBool skip_prologue, bool internal, bool hardware) argument
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Drs6000-tdep.c64 /* To be used by skip_prologue. */
124 static CORE_ADDR skip_prologue (CORE_ADDR, CORE_ADDR,
165 pc = skip_prologue (pc, 0, &frame);
475 skip_prologue (CORE_ADDR pc, CORE_ADDR lim_pc, struct rs6000_framedata *fdata) function
1040 (void) skip_prologue (addr, get_frame_pc (frame), &fdata);
1513 (void) skip_prologue (func_start, get_frame_pc (fi), &fdata);
1544 (void) skip_prologue (func_start, get_frame_pc (fi), &fdata);
1593 (void) skip_prologue (get_frame_func (fi), get_frame_pc (fi), fdatap);
1716 (void) skip_prologue (get_frame_func (fi), get_frame_pc (fi), &fdata);
H A Dgdbarch.c210 gdbarch_skip_prologue_ftype *skip_prologue; member in struct:gdbarch
377 0, /* skip_prologue */
677 && (current_gdbarch->skip_prologue == 0))
2124 (long) current_gdbarch->skip_prologue
4312 gdb_assert (gdbarch->skip_prologue != NULL);
4315 return gdbarch->skip_prologue (ip);
4320 gdbarch_skip_prologue_ftype skip_prologue)
4322 gdbarch->skip_prologue = skip_prologue;
4319 set_gdbarch_skip_prologue(struct gdbarch *gdbarch, gdbarch_skip_prologue_ftype skip_prologue) argument
H A Dgdbarch.h1559 extern void set_gdbarch_skip_prologue (struct gdbarch *gdbarch, gdbarch_skip_prologue_ftype *skip_prologue);
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp755 const LazyBool skip_prologue = eLazyBoolCalculate; local
765 skip_prologue, internal, hardware, move_to_nearest_code);
783 const LazyBool skip_prologue = eLazyBoolCalculate; local
790 eLanguageTypeUnknown, offset, skip_prologue, internal, hardware);
794 eLanguageTypeUnknown, offset, skip_prologue, internal, hardware);
845 const LazyBool skip_prologue = eLazyBoolCalculate; local
850 skip_prologue, internal, hardware);
904 const LazyBool skip_prologue = eLazyBoolCalculate; local
907 symbol_language, offset, skip_prologue, internal, hardware);
959 const LazyBool skip_prologue local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1632 const LazyBool skip_prologue = eLazyBoolCalculate; local
1639 eLanguageTypeC, offset, skip_prologue, internal, hardware);

Completed in 294 milliseconds