Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointResolverAddress.cpp31 m_module_filespec(module_spec) {} in BreakpointResolverAddress()
36 m_addr(addr), m_resolved_addr(LLDB_INVALID_ADDRESS), m_module_filespec() { in BreakpointResolverAddress()
88 if (m_module_filespec) { in SerializeToStructuredData()
90 m_module_filespec.GetPath()); in SerializeToStructuredData()
104 if (m_addr.GetSection() || m_module_filespec) in ResolveBreakpoint()
137 if (!m_addr.IsSectionOffset() && m_module_filespec) { in SearchCallback()
139 ModuleSpec module_spec(m_module_filespec); in SearchCallback()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpointResolverAddress.h69 FileSpec m_module_filespec; // If this filespec is Valid, and m_addr is an variable