Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DLLDBAssert.h16 lldb_private::lldb_assert(static_cast<bool>(x), #x, __FUNCTION__, __FILE__, \
21 void lldb_assert(bool expression, const char *expr_text, const char *func,
/openbsd-src/gnu/llvm/lldb/docs/resources/
H A Dcontributing.rst67 * Soft assertions. LLDB provides ``lldb_assert()`` as a soft
69 recoverable bug in LLDB. In a Debug configuration ``lldb_assert()``
74 new code should not be using ``lldb_assert()`` and existing
/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DLLDBAssert.cpp22 void lldb_private::lldb_assert(bool expression, const char *expr_text, in lldb_assert() function in lldb_private
/openbsd-src/gnu/llvm/lldb/tools/lldb-test/
H A Dlldb-test.cpp289 int lldb_assert(Debugger &Dbg);
1183 int opts::assert::lldb_assert(Debugger &Dbg) { in lldb_assert() function in opts::assert
1234 return opts::assert::lldb_assert(*Dbg); in main()