Home
last modified time | relevance | path

Searched refs:m_dyld_bid (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
DDynamicLoaderHexagonDYLD.cpp115 m_dyld_bid(LLDB_INVALID_BREAK_ID) {} in DynamicLoaderHexagonDYLD()
118 if (m_dyld_bid != LLDB_INVALID_BREAK_ID) { in ~DynamicLoaderHexagonDYLD()
119 m_process->GetTarget().RemoveBreakpointByID(m_dyld_bid); in ~DynamicLoaderHexagonDYLD()
120 m_dyld_bid = LLDB_INVALID_BREAK_ID; in ~DynamicLoaderHexagonDYLD()
291 if (m_dyld_bid == LLDB_INVALID_BREAK_ID) { in SetRendezvousBreakpoint()
296 m_dyld_bid = dyld_break->GetID(); in SetRendezvousBreakpoint()
299 assert(target.GetBreakpointByID(m_dyld_bid) in SetRendezvousBreakpoint()
302 .GetID() == m_dyld_bid); in SetRendezvousBreakpoint()
DDynamicLoaderHexagonDYLD.h65 lldb::break_id_t m_dyld_bid; variable
/external/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
DDynamicLoaderPOSIXDYLD.cpp77 m_auxv(), m_dyld_bid(LLDB_INVALID_BREAK_ID), in DynamicLoaderPOSIXDYLD()
82 if (m_dyld_bid != LLDB_INVALID_BREAK_ID) { in ~DynamicLoaderPOSIXDYLD()
83 m_process->GetTarget().RemoveBreakpointByID(m_dyld_bid); in ~DynamicLoaderPOSIXDYLD()
84 m_dyld_bid = LLDB_INVALID_BREAK_ID; in ~DynamicLoaderPOSIXDYLD()
312 if (m_dyld_bid != LLDB_INVALID_BREAK_ID) { in SetRendezvousBreakpoint()
316 m_dyld_bid, in SetRendezvousBreakpoint()
379 m_dyld_bid = dyld_break->GetID(); in SetRendezvousBreakpoint()
DDynamicLoaderPOSIXDYLD.h74 lldb::break_id_t m_dyld_bid; variable