LLDB mainline
|
#include "llvm/ADT/StringRef.h"
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) |
Typedefs | |
typedef void(* | lldb_private::LLDBAssertCallback) (llvm::StringRef message, llvm::StringRef backtrace, llvm::StringRef prompt) |
Functions | |
void | lldb_private::lldb_assert (bool expression, const char *expr_text, const char *func, const char *file, unsigned int line) |
void | lldb_private::SetLLDBAssertCallback (LLDBAssertCallback callback) |
#define lldbassert | ( | x | ) | assert(x) |
Definition at line 15 of file LLDBAssert.h.