Searched refs:m_skip_prologue (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
H A D | BreakpointResolverName.cpp | 32 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 D | BreakpointResolverFileLine.cpp | 30 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 D | BreakpointResolverFileLine.h | 65 bool m_skip_prologue; 66 bool m_skip_prologue; global() variable
|
H A D | BreakpointResolverName.h | 88 bool m_skip_prologue; 89 bool m_skip_prologue; global() variable
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectBreakpoint.cpp | 360 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()
|