LLDB mainline
Namespaces | Macros | Functions
LLDBAssert.h File Reference

Go to the source code of this file.

Namespaces

namespace  lldb_private
 A class that represents a running process on the host machine.
 

Macros

#define lldbassert(x)   assert(x)
 

Functions

void lldb_private::lldb_assert (bool expression, const char *expr_text, const char *func, const char *file, unsigned int line)
 

Macro Definition Documentation

◆ lldbassert

#define lldbassert (   x)    assert(x)

Definition at line 13 of file LLDBAssert.h.