Home
last modified time | relevance | path

Searched refs:m_location_spec (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/Breakpoint/
DBreakpointResolverFileLine.cpp26 m_location_spec(location_spec), m_skip_prologue(skip_prologue) {} in BreakpointResolverFileLine()
100 m_location_spec.GetFileSpec().GetPath()); in SerializeToStructuredData()
102 m_location_spec.GetLine().getValueOr(0)); in SerializeToStructuredData()
105 m_location_spec.GetColumn().getValueOr(LLDB_INVALID_COLUMN_NUMBER)); in SerializeToStructuredData()
107 m_location_spec.GetCheckInlines()); in SerializeToStructuredData()
109 m_location_spec.GetExactMatch()); in SerializeToStructuredData()
123 if (m_location_spec.GetExactMatch()) in FilterContexts()
128 relative_path = m_location_spec.GetFileSpec().GetDirectory().GetStringRef(); in FilterContexts()
196 if (m_location_spec.GetLine() == sc.line_entry.line) in FilterContexts()
201 m_location_spec.GetLine() < line - decl_line_is_too_late_fudge) { in FilterContexts()
[all …]
DBreakpoint.cpp967 resolverFileLine->m_location_spec.GetFileSpec().GetFilename() == in GetMatchingFileLine()
969 resolverFileLine->m_location_spec.GetLine() == line_number) { in GetMatchingFileLine()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
DBreakpointResolverFileLine.h62 SourceLocationSpec m_location_spec; variable