Home
last modified time | relevance | path

Searched refs:m_skip_prologue (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverName.cpp32 m_match_type(type), m_language(language), m_skip_prologue(skip_prologue) { in BreakpointResolverName()
53 m_skip_prologue(skip_prologue) { in BreakpointResolverName()
65 m_skip_prologue(skip_prologue) { in BreakpointResolverName()
79 m_skip_prologue(skip_prologue) {} in BreakpointResolverName()
87 m_language(rhs.m_language), m_skip_prologue(rhs.m_skip_prologue) {} in BreakpointResolverName()
209 m_skip_prologue); in SerializeToStructuredData()
340 if (m_skip_prologue && break_addr.IsValid()) { in SearchCallback()
357 if (m_skip_prologue && break_addr.IsValid()) { in SearchCallback()
H A DBreakpointResolverFileLine.cpp30 m_location_spec(location_spec), m_skip_prologue(skip_prologue), in BreakpointResolverFileLine()
102 m_skip_prologue); in SerializeToStructuredData()
312 SetSCMatchesByLine(filter, sc_list, m_skip_prologue, s.GetString(), line, in SearchCallback()
337 breakpoint, GetOffset(), m_skip_prologue, m_location_spec)); in CopyForBreakpoint()
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointResolverFileLine.h65 bool m_skip_prologue;
66 bool m_skip_prologue; global() variable
H A DBreakpointResolverName.h88 bool m_skip_prologue;
89 bool m_skip_prologue; global() variable
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp360 m_skip_prologue = eLazyBoolYes; in SetOptionValue()
362 m_skip_prologue = eLazyBoolNo; in SetOptionValue()
500 m_skip_prologue = eLazyBoolCalculate; in OptionParsingStarting()
532 LazyBool m_skip_prologue = eLazyBoolCalculate; member in CommandObjectBreakpointSet::CommandOptions
579 m_options.m_skip_prologue == eLazyBoolCalculate) in DoExecute()
580 m_options.m_skip_prologue = eLazyBoolNo; in DoExecute()
605 m_options.m_skip_prologue, internal, m_options.m_hardware, in DoExecute()
640 m_options.m_offset_addr, m_options.m_skip_prologue, internal, in DoExecute()
665 m_options.m_language, m_options.m_skip_prologue, internal, in DoExecute()