On Wed, Mar 4, 2015 at 2:59 PM, Enrico Granata <[email protected]> wrote:
> +#ifdef LLDB_CONFIGURATION_DEBUG
> +#define lldbassert(x) assert(x)
> +#else
> +#define lldbassert(x) lldb_private::lldb_assert(x, #x, __FUNCTION__, 
> __FILE__, __LINE__)
> +#endif

Why should we have this ifdef? As in, why shouldn't we use lldb_assert
unconditionally, always (giving us the benefit of backtraces always)?
_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to