Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/
HDlldb-defines.h39 #define LLDB_BREAK_ID_IS_VALID(bid) ((bid) != (LLDB_INVALID_BREAK_ID)) macro
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
HDJITLoaderGDB.cpp154 if (LLDB_BREAK_ID_IS_VALID(m_jit_break_id)) in ~JITLoaderGDB()
445 return LLDB_BREAK_ID_IS_VALID(m_jit_break_id); in DidSetJITBreakpoint()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Target/
HDThreadPlanStepUntil.cpp137 if (!LLDB_BREAK_ID_IS_VALID((*pos).second)) in ValidatePlan()