Home
last modified time | relevance | path

Searched refs:LLDB_BREAK_ID_IS_VALID (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOS.cpp87 if (LLDB_BREAK_ID_IS_VALID(m_break_id)) in ~DynamicLoaderMacOS()
89 if (LLDB_BREAK_ID_IS_VALID(m_dyld_handover_break_id)) in ~DynamicLoaderMacOS()
142 if (LLDB_BREAK_ID_IS_VALID(m_break_id)) in DoClear()
144 if (LLDB_BREAK_ID_IS_VALID(m_dyld_handover_break_id)) in DoClear()
180 return LLDB_BREAK_ID_IS_VALID(m_break_id); in DidSetNotificationBreakpoint()
184 if (LLDB_BREAK_ID_IS_VALID(m_break_id)) { in ClearNotificationBreakpoint()
462 if (LLDB_BREAK_ID_IS_VALID(m_dyld_handover_break_id)) in ClearDYLDHandoverBreakpoint()
H A DDynamicLoaderMacOSXDYLD.cpp107 if (LLDB_BREAK_ID_IS_VALID(m_break_id)) in ~DynamicLoaderMacOSXDYLD()
162 if (LLDB_BREAK_ID_IS_VALID(m_break_id)) in DoClear()
172 return LLDB_BREAK_ID_IS_VALID(m_break_id); in DidSetNotificationBreakpoint()
176 if (LLDB_BREAK_ID_IS_VALID(m_break_id)) { in ClearNotificationBreakpoint()
/openbsd/gnu/llvm/lldb/include/lldb/
H A Dlldb-defines.h39 #define LLDB_BREAK_ID_IS_VALID(bid) ((bid) != (LLDB_INVALID_BREAK_ID)) macro
/openbsd/gnu/llvm/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp151 if (LLDB_BREAK_ID_IS_VALID(m_jit_break_id)) in ~JITLoaderGDB()
440 return LLDB_BREAK_ID_IS_VALID(m_jit_break_id); in DidSetJITBreakpoint()
/openbsd/gnu/llvm/lldb/source/Target/
H A DThreadPlanStepUntil.cpp137 if (!LLDB_BREAK_ID_IS_VALID((*pos).second)) in ValidatePlan()
/openbsd/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DSystemRuntimeMacOSX.cpp108 if (m_process->IsAlive() && LLDB_BREAK_ID_IS_VALID(m_break_id)) in Clear()
/openbsd/gnu/llvm/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp548 if (m_process->IsAlive() && LLDB_BREAK_ID_IS_VALID(m_break_id)) in Clear()