Home
last modified time | relevance | path

Searched refs:m_module_filespec (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverAddress.cpp28 m_module_filespec(module_spec) {} in BreakpointResolverAddress()
33 m_addr(addr), m_resolved_addr(LLDB_INVALID_ADDRESS), m_module_filespec() { in BreakpointResolverAddress()
83 if (m_module_filespec) { in SerializeToStructuredData()
85 m_module_filespec.GetPath()); in SerializeToStructuredData()
98 if (m_addr.GetSection() || m_module_filespec) in ResolveBreakpoint()
130 if (!m_addr.IsSectionOffset() && m_module_filespec) { in SearchCallback()
132 ModuleSpec module_spec(m_module_filespec); in SearchCallback()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointResolverAddress.h69 FileSpec m_module_filespec; // If this filespec is Valid, and m_addr is an variable